@charset "UTF-8";
form {
	clear:both;
	width:560px;
	color:#000;
	padding:1em;
	background: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:1em;
	border:1px solid #ccc;
	background:#f8f8f8;
	text-align:left;
}
legend {
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
label {
	float:left;
	width:14em;
}
input {
	width:300px;
}
textarea {
	width:300px;
	height:100px;
}
input, textarea {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background:#ccc;
	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:focus, textarea:focus {
	background:#fff;
	color:#476398; /*--------------- change this for theme color----------------*/
	border:1px solid #476398; /*--------------- 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;
}
fieldset p {
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:.8em;
}