/* BEGIN frmContact */

#frmContact fieldset {
    border:0;
	padding:0;
	margin:0;
}


#frmContact legend { color:#c60; font-size:2.2em; margin:0 0 17px; padding:0; width:300px; }

#frmContact label { width:200px; display:block; }

#frmContact textarea {
  	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif; 
	padding: 5px;
    width:460px;
    height:140px;
	background:#dfedf5 url(images/bg_textarea.gif);
	border:1px solid #fff; 
	color:#52616e;
}

#frmContact div.row {
  padding: 4px 10px 4px 0;
}

.Wide { clear:both; }

#frmContact div.Buttons {
  margin: 10px 0 0 0;
  padding-bottom: 10px;
}

div.row input, div.row select { padding:5px; width:220px; background:url(images/bg_input_contact.gif) top left no-repeat; border:1px solid #fff; color:#52616e; font-size:12px }

div.row select { width:230px !important; }

div.row input:hover, div.row input:focus, div.row select:hover, div.row select:focus, div.row textarea:hover, div.row textarea:focus { border:1px solid #fc6; }

.Buttons input { background:#F90 url(images/bg_button.gif) repeat-x bottom left; border-width:1px; border-style: solid; border-color:#fcc97f #ce7400 #b55e00 #eaab62; color:#fff; font-weight:bold; padding:5px; font-size:12px; cursor:pointer; }

.Buttons input:hover { background-image:none; }

.Errors h3 { color:#C60; }

/* END frmContact */
