/* --------------------------- contact/comment form stuff ----------------------- */
form#contact_form {
	/*width: 519px;*/
	margin:0px;
	padding: 0px;
	padding-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

#form_container {
	position: relative;
}

#contact_form input, #contact_form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAF7EA;
	border: none;
	font-size: 11px;
	padding: 4px;
	width: 310px;
	color: #1E2E12;
	border-width: 1px;
	border-style: solid;
	border-color: #E4EFE4;
}

#contact_form fieldset {
	border: none;
}

#contact_form span {
	color: #FF6600;
}

#contact_form legend {
	display: none;
}

#contact_form label {
	display: block;
	padding: 4px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #7FBF3E;
	padding-bottom: 12px;
}

#contact_form .field_desc, #contact_form .ta_desc {
	position: absolute;
	text-align: center;
	top: 42px;
	right: 22px;
	width: 150px;
	font-size: 11px;
	border: 1px dotted #64796b;
	visibility: hidden;
	padding: 10px;
	background-color: #384f49;
	font-family: Arial, Helvetica, sans-serif;
}	

#contact_form .buttons button {
	background-color: #7FBF3E;
	border-width: 2px;
	border-color: #6DAD2D;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 2px;
	cursor: pointer;
	width: 90px;
	color: #ffffff;
	position: relative; 
	left: 4px;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 14px;
}

div.errortext {
	width: 310px;
	padding: 10px;
	margin-bottom: 12px;
	background-color:#640000;
	color: #CC3300;
	border: 2px dotted #CC3300;
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif
}

div.errortext p {
	color: #CC3300;
}

div.errortext a{color:#F30;font-weight:bold;text-decoration:underline;padding-top:6px}
/*--------------------------------------------------------------------------*/


/*-------------------*/

#login {
	width: 170px;
	height: 107px;
	position: relative;
	left: 25px;
	padding-bottom: 5px;
}

#login_form input {
	position: relative;
	width: 165px;
	height: 18px;
	line-height: 18px;
	padding-top: 2px;
	margin-top: 6px;
	margin-bottom: 2px;
	font-size: 10px;
	color: #999999;
	left: 6px;
	border: 1px solid #cecece;
	border-top-color: #919191;
	border-bottom-color: #e4e4e4;
	padding-left: 2px;
}

#login_form button {
	background-color: #FFFFFF;
	background-image: url(../images/login_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 1px;
	width: 62px;
	height: 18px;
	position: absolute;
	left: 4px;
	top: 83px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	text-decoration: none;
	text-align: left;
	padding-right: 20px;
	cursor: pointer;
	color: #33CCFF;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}


.active_field {
	background-color: #E5EFD5;
	border-color: #7FBF71;
}
