form .form_element {
	width: 100%;
	line-height: 15px;
	margin-bottom: 5px;
}
form .form_element label {
	font-size: 10px;
}

form .form_element input,
form .form_element textarea{
	background-color: #e5ebed;
	border: 1px solid #899fa6;
	width: 100%;
	font-size: 12px;
}
form .form_element textarea{
	height: 200px;
}
form .form_element input:focus,
form .form_element textarea:focus {
	border-color: #336484;
}

form .form_element .label_text {
	display: block;
	background-color: #e5ebed;
	border: 1px solid #899fa6;
	width: 524px;
	font-size: 12px;
	padding: 2px;
}