body { background-color: #ffffff; margin: 0px; font-family: Arial, Geneva, Verdana, Helvetica; }
.main		{ width: 100%; min-width: 600px; margin-left: auto; margin-right: auto; text-align: center; vertical-align: top; }
.homeLogo	{ width: 100%; margin-top: 40px; text-align: center }
.welcomeDisplay	{ width: 100%; margin-top: 15px; text-align: center; font-style: italic }
.messageDisplay	{ width: 100%; margin-top: 15px; text-align: center; font-size: 11px; font-Weight: 600 }
/* Links */
a.link	  { color: #8e6826; font-size: 11px; text-decoration: none }
a.link:hover	 { color: #333333; font-size: 11px; text-decoration: none }

/* FORM */
.ajaxDisplay {
	width: 450px;
	height: 300px;
	margin: auto;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.contact_form_container {
	/* Note: width & height are defined in the html for JavaScript access. */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
	background-image: url(http://www.commonlink.com/images/contact_form_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 101;
	visibility: hidden;
}

.form_top_blurb {
	width: 100%;
	height: 32px;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	top: 6px;
}

.form_close_button {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 7px;
	right: 7px;
	background-color: #eeefff;
	border: 1px solid #dedede;
}

#formResponseDiv {
	/* Note: width & height are defined in the html for JavaScript access. */
	margin: auto;
	text-align: center;
	font-size: 12px;
	color: #444444;
	font-weight: 600;
	background-color: #fefefe;
	background-image: url(http://www.commonlink.com/images/contact_form_bg_small.jpg);
	background-repeat: no-repeat;
	position: relative;
	visibility: hidden;
}

/* Form Labels and Input */

.data_row {
	width: 100%;
	height: 30px;
	text-align: left;
	font-size: 11px;
}

.input_label {
	width: 25%;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	position: relative;
	float: left;
}

.input_field_container {
	width: 71%;
	float: left;
}

.text_field {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #444444;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-style: none none solid none;
}

.text_area {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #444444;
}

/* Submit, reset, back, etc. buttons */
.button {
	width: 45px;
	height: 18px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 10px;
	background-color: #f5f5f5;
	border: 1px solid #999999;
	color: #5b5b5b;
}

.button:hover {
	width: 45px;
	height: 18px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 10px;
	background-color: #ececec;
	border: 1px solid #999999;
	text-align: center;
	color: #333333;
} 

/* ALERTS (Form Fields, etc...)*/
.text_field_error {
	font-size: 11px;
	background-color: red;
}

.display_error {
	font-size: 11px;
	font-weight: 500;
	color: red;
}

