
#email-form {
	width: 390px;
	float:right;
	background: #eee;
	margin-left:40px;
}

#form_top { width:390px; height:20px; background:url(../images/form_top.gif) no-repeat; }
#form_bottom { width:390px; height:20px; background:url(../images/form_bottom.gif) no-repeat; }

form { padding: 0 20px; }

form div { margin-bottom:10px; }

label { float:left; display:block; width:130px; color: #666; font-size:14px; line-height:30px; }

input, textarea {
	width:200px;
	border:1px solid #ccc;
	padding:5px;
	font-size:14px;
	color:#2d073a;
	line-height:18px;
	resize: none;
}

textarea#address { height:50px; }

textarea#message { height:100px; }

input#submit { width:150px; margin-left:192px; }
input#submit:hover { background:#2d073a; color:#fff; cursor:pointer; }

.required {
	color:#990000;
	font-size:11px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
