/* Start of CMSMS style sheet 'Form Styles' */
/* FORMS GENERALLY */

form {  /*To set a similar default margin/padding values for Mozilla and Explorer browsers.*/
	padding:0;
	margin:0;
}

fieldset {
	font-size:1.2em;
	line-height:1.3em;
	padding: 10px; 
	background-color:#fff; 
	border:1px solid #ccc;
}

fieldset legend {
	font-weight: bold; 
	font-size:1.2em;
	color:#000;
	padding:0 5px;
	margin:0;
}

input, textarea {
	background-color:#eee; 
	border:1px solid #ccc;
	font-family: "Courier New", courier, verdana, arial, helvetica, sans-serif;
	font-size:1em;
}

/* Graphic Button */
.fbsubmit {
	border:none !important;
	font-size:1.2em;
	background-color: transparent;
	background-image: url(images/submit-button.png);
	background-position: top center;
	width:74px;
	height:24px;
	font-family: georgia, times, serif;
	color: #111;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

.contact h3, .suggest-link h3 {
	margin-bottom:0em;
	line-height:1em;
	font-variant: small-caps;
	color: #368054;
}
.contact div label, .suggest-link div label {
	display: block; width: 10em; 
}

.contact div.required, .suggest-link div.required {
	color: #106b39;
}
.contact div, .suggest-link div {
	float: right;
	width: 90%;
	padding: 3px 0 3px 10px; 
}
.contact div label, .suggest-link div label {
	float: left;
	margin-right: 10px;
	text-align: right;

}
.contact .captcha, .suggest-link .captcha {
	padding:5px 0 5px 20px;
}
.contact .captcha img, .suggest-link .captcha img {
	border:1px solid #ccc;
}
.contact .captcha-img, .suggest-link .captcha img {
	float:left; 
	width:150px;
}
.contact .captcha-input, .suggest-link .captcha input {
	float:right; /* left; */
	width:200px; 
	padding-left:10px;
}
.contact .captcha-input p, .suggest-link .captcha-input p {
	font-size:95%;
}
.contact .fbsubmit, .suggest-link .fbsubmit {
	width:74px !important;
}

.contact fieldset, .suggest-link fieldset {
	padding: 1em; 
	background-color: transparent;
	border-color: #c0c0c0;
}

.contact fieldset legend, .suggest-link fieldset legend {
	font-weight: normal;
	font-size: 1.5em;
	color: #888;
}
.error_message {
	color:#f00;
	font-weight: bold;
}


/* End of 'Form Styles' */

