/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:bold;
}
form{
	margin:0;
	padding:0;
}
/*********** CONTACT US FORM *******************/
.form_contact_us #id_name, .form_contact_us #id_address, .form_contact_us #id_phone, #id_email{
	width:498px;
	height:20px;
	padding:0;
	margin:0 0 11px 0;
	border:1px solid #CCCCCC;
}
#id_city, #id_state{
  width:156px;
	height:20px;
	padding:0;
	margin:0 11px 11px 0;
	border:1px solid #CCCCCC;
}
#id_zip{
  width:148px;
	height:20px;
	padding:0;
	margin:0 0 11px 0;
	border:1px solid #CCCCCC;
}
.form_contact_us #id_comment{
	width:498px;
	height:90px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #CCCCCC;
}
.form_contact_us #id_security{
  width:158px;
	height:25px;
}
.form_contact_us #id_security_input{
	width:158px;
	height:25px;
	font-size:11px;
	text-align:center;
	border:1px solid #CCCCCC;
}
.form_contact_us #id_submit{
	background-color:#312D2E;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 2px 0;
	height:26px;
	width:158px;
}
/*********** HOME FORM *******************/
.form_home #id_name, .form_home #id_email{
	width:245px;
	height:20px;
	padding:0;
	margin:0 0 3px 0;
	border:1px solid #000;
}
.form_home #id_comment{
	width:245px;
	height:75px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #000;
}
.form_home #id_security{
  width:76px;
	height:20px;
}
.form_home #id_security_input{
	width:76px;
	height:16px;
	font-size:11px;
	text-align:center;
	border:1px solid #CCCCCC;
}
.form_home #id_submit{
	background-color:#312D2E;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 2px 0;
	height:20px;
	width:76px;
}