@charset "utf-8";
/* CSS Document */
.right { float:right; }
.left { float:left; }
.clr { clear:both; }
body { 
	background:#0FF;
	font-family:Arial, Helvetica, sans-serif;
 }
#wrap {
	background:#FFF;
	width:920px;
	margin:0 auto;
	padding:20px;
}
#form-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#contact-form {
	width: 600px;
	margin-top: 25px;
}

#contact-form input, #contact-form textform {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-form textform {
	height: 90px;
}

#contact-form textform:focus, #contact-form input:focus {
	border: 2px solid #900;
}

#contact-form input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}