.form_field{
	width:146px;
	font-size:13px;
	border: 1px solid #C2DAE9;
}

.select{
	width:200px;
}

.textarea{
	width:270px;
	height:200px;
}

.form_field:focus{
	border: 1px solid #3a6b9c;
}

#result{
	color: #3a6b9c;
}