

/* Form Appearance */
#ContactForm { margin:0; padding:0; text-align:left; }
#ContactForm p { margin:0; padding:0; }
#ContactForm fieldset { padding:5px 15px 0; margin:20px 10px; border:1px solid #034782; }
#ContactForm legend { font-weight:bold; padding:1px 10px; font-size:1.2em; color:#034782; }
#ContactForm label, #ContactForm .txt { margin:2px 0; }
#ContactForm label { float:left; display:block; clear:left; cursor:pointer; }
#ContactForm .txt { border:1px solid #1977c8; padding:2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; }
#ContactForm textarea.txt { overflow:auto; height:150px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt;  }
#tcSend { background:#cdddee url(img/email.gif) 5px no-repeat; padding:3px 10px 3px 25px; color:#295d92; border:1px solid #5c90c5; 
		cursor:pointer;	margin:10px 0 10px 0; overflow:hidden; width:auto; }

p.errMsg {	margin:20px 5px 5px 5px; padding:5px 5px 5px 35px;	background:#FFF url(img/error.gif) 8px no-repeat;
	border:1px solid #d5a23d;	}
p.successMsg {	margin:20px 5px 5px 5px; padding:5px 5px 5px 35px; background:#FFF url(img/accept.gif) 8px no-repeat;
	border:1px solid #156f24;	}

/* jQuery Validation */
#ContactForm label.error { display:none !important; }
#ContactForm input.error,
#ContactForm textarea.error { border:1px solid red; background:#fff2f2 url(img/exclaim.gif) top right no-repeat; }

/* Styling */
#ContactForm fieldset { border:1px solid #806425; }
#ContactForm legend { color:#806425; }
#ContactForm .txt { border:1px solid #333; }
#ContactForm #tcSend { border:1px solid #333; }
p.errMsg, p.successMsg { color:#333; }