@charset "utf-8";

#email_form table {
	font-size:12px;
	width:650px;

}

#email_form table tr td {
	vertical-align:top;

}

#email_form tr td.label {
	font-weight:bold;
	width:140px;
}

.orange {
	color:#F6860C;
	font-weight:bold;
}

#email_form select {
	width:223px;
}

#email_form input {
	width:223px;
}

#email_form input.submit {
	width: 75px; 
	height: 23px; 
	/*float: right;*/
}

#email_form textarea {
	width:640px;
	height:160px;
}

.note {
	font-size:10px;
}

.fieldError {
	color:#f00;
}

#rightColumn {
	margin-top:25px;
}

.email_policy {
	width:650px;
}

#rightColumn {
	margin-left:20px;
}

.email {
	margin-left:20px;
}
