@charset "UTF-8";
form {
/*	clear:both;
*/	width:500px;
	color:#000;
	padding:10px;
	background:#ddd;/*url(../_images/contact_bg.jpg) top left repeat-x #fff*/; /*--------------- change this for theme color----------------*/
	text-align:center;
	margin:0 auto;
}
fieldset {
/*	margin:1em 0;
*/	padding:10px;
	border:1px solid #a66;
	background:#f8f8f8;
	text-align:left;
	margin-bottom:5px;
}
legend {
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
label {
	float:left;
	width:125px;
	font-size:13px;
}
input {
	width:343px;
}
textarea {
	width:343px;
	height:100px;
}
input, textarea {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background:#dcc;
	color:#555;
}
input.radio, input.checkbox, input.button {
	background:none;
	width:auto;
}
input.radio {
	float:left;
	margin-right:1em;
}
input[type="text"], textarea {
	border:1px solid #999;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
input:hover, textarea:hover {
	border:1px solid #c33; /*--------------- change this for theme color----------------*/
}
input:focus, textarea:focus {
	background:#fff;
	color:#c33; /*--------------- change this for theme color----------------*/
	border:1px solid #c33; /*--------------- change this for theme color----------------*/
}
.required {
	/*font-size:.9em;*/
	color:#760000;
}
#formButtons input {
	color:#000;
	width:auto;
	padding:5px 10px;
	/*background:#e9ecf8;
	border:2px solid #1a3365;
	border-top:1px solid #1a3365;
	border-left:1px solid #1a3365;*/
	background:url(../_images/form_button_bg.jpg) center left repeat-x #ddd;
	border:1px solid #ccc;
	font-family:Helvetica, sans-serif;
}
#content fieldset p {
	font-family:Helvetica, Arial, Sans-Serif;
	padding-bottom:5px;
}
#content #formButtons p {margin-left:125px;}
