/*--HTML----------------------------------------------------------------------------------*/
fieldset {
	margin: 0; padding: 0;
	border: 0;
	}
fieldset span {display: none;}

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

#contactFormArea input.text, #contactFormArea textarea, #contactFormArea select {
	width: 400px;
	color: #222222;
	padding: 3px;
	border: 1px solid #cccccc;
	background: #ffffff;
	}
#contactFormArea {margin: 0; padding: 0;}
#contactFormArea span {display: none;}
#contactFormArea #posEmail, #contactFormArea #posText {color: #b6212d;}
#contactFormArea #posEmail, #contactFormArea #posText {border: 1px solid #b6212d;}
/*#contactFormArea input.submit {
	margin: 0;
	background-color: transparent;
	background: url('/images/div_text_div_tabs_tab-hover.png') right top no-repeat;
	height: 38px;
	width: 130px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 0px none;
	}*/
	input.submit {
	color: #222222;
	padding: 2px 5px;
	border: 1px solid #cccccc;
	background: #ffffff;
	}
	
	#contactFormArea a { text-decoration: none; color: #b6212d; }
	#contactFormArea a:hover { border-bottom: 1px solid #b6212d; }
