@charset "utf-8";

.form_cell
{
	width: 					500px;
	margin-left:			auto;
	margin-right:			auto;
	padding-top:			0px;
	padding-bottom:			0px;
	padding-left:			10px;
	padding-right:			10px;
	border: 				1px solid #003;
	background-color:		#FFC;
	color: 					#000;
	font-family: 			"trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 				14px;
	line-height: 			20px;
	font-weight: 			normal;
	text-decoration: 		none;
	text-align: 			justify;
	overflow:				hidden;
}

.form_label
{
	width: 					175px;
	height:					40px;
	float: 					left;
	text-decoration: 		none;
	text-align: 			left;
	color: 					#000;    
	font-family: 			"trebuchet ms", verdana, arial, helvetica, sans-serif;	
	font-size: 				14px;
	line-height: 			20px;
    font-weight: 			normal;
	text-decoration: 		none;
}

.form_input
{
	width: 					325px;
	height:					40px;
	float: 					left;
}

.form_header
{
	width: 					500px;
	height:					40px;
	margin-bottom:			5px;
	float: 					left;
	text-decoration: 		none;
	text-align: 			left;
	color: 					#000;    
	font-family: 			"trebuchet ms", verdana, arial, helvetica, sans-serif;	
	font-size: 				18px;
	line-height: 			40px;
    font-weight: 			bold;
	text-decoration: 		none;
}

.form_text_area
{
	width: 					325px;
	float: 					left;
	padding-top:			5px;
}

.form_button
{
	width: 					200px;
	height:					40px;
	padding:				5px;
	margin-left:			auto;
	margin-right:			auto;
	overflow:				hidden;
}

.form_field 
{
	background-color: 		#FFF;
	color: 					#000;
	font-family: 			"trebuchet ms", verdana, arial, helvetica, sans-serif;	
	font-size: 				14px;
	border: 				Solid 1px #003;
	padding: 				4px;
}

.form_field_small
{
	background-color: 		#FFF;
	color: 					#000;
	font-family: 			"trebuchet ms", verdana, arial, helvetica, sans-serif;	
	font-size: 				12px;
	border: 				Solid 1px #003;
	padding: 				4px;
}

.button 
{
	width:					200px;
	height:					40px;
	margin-top:				5px;
	margin-bottom:			5px;
	background-color: 		#003;
	color: 					#FFF;
	font-family: 			"trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 				18px;
	font-weight: 			bold;
	border: 				1px solid #369;
	line-height:			40px;
	padding: 				5px;
	text-transform: 		uppercase;
}

.button_small
{
	width:					150px;
	height:					30px;
	margin-top:				5px;
	margin-bottom:			5px;
	background-color: 		#003;
	color: 					#FFF;
	font-family: 			"trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 				14px;
	font-weight: 			bold;
	border: 				1px solid #369;
	line-height:			30px;
	padding: 				5px;
	text-transform: 		uppercase;
}
