@charset "utf-8";
/* CSS Document */


#frmContact fieldset {
	margin:0px 0 0;
	border:solid #D5DFE5;
}

#frmContact label {
	float:left;
	height:35px;
	width:100px;
	padding-top:10px;
	font-size:14px;
}

/*#frmContact input,*/ #frmContact textarea {
	float:left;
	font-size:14px;
	/*background:#e1ddd2 url(/images/form_shadow_bg.png) left top no-repeat;*/
	border:1px solid #888888;
}

#frmContact input:hover, #frmContact textarea:hover {
	
	background:#141414
	border-color:#666666;
}
	

#frmContact input {
	width:225px;
	height:31px;
	padding:4px 6px 0;
	margin-bottom:10px;
}

#frmContact textarea {
	width:350px;
	max-width:450px; /* limit Safari resize */
	height:110px;
	padding:8px 6px;
	margin-bottom:10px;
}


#frmContact input#submit {
	width:80px;
	height:33px;
	padding:0 0 0;
	/*background:url(/images/form_buttons.png) -2px -2px no-repeat;*/
	/*border:1px solid #111111;*/
	/*color:#f0ece4;*/
	clear:right;
	float:left;
	cursor:pointer;
}

/*#frmContact input#submit:hover {
	background-position: -240px -2px;
	color:#FFFFFF;
}
#frmContact input#submit:active {
	background-position: -490px -2px;
	color:#888888;
}*/

#frmContact fieldset div {
	float:right;
	width:385px;
}

#contact_success {
	display:none;
	font-size:14px;
	margin-top:19px;
}
/* ------------------------------------------ Contact us form Validation ------------------------------------------ */

#frmContact label.error {
	width:0px;
	height:0px;
}

#frmContact input.error,#frmContact textarea.error {
	border:1px solid #8F5657;
	background:#F1E2E1 url(/images/form_shadow_bg.png) left top no-repeat;
}
#frmContact input.error:hover,#frmContact textarea.error:hover {
	border:1px solid #990000;
	background:#F3D3D1 url(/images/form_shadow_bg.png) left top no-repeat;
}
