/*************************/
/*                       */
/*     Contact FORM      */
/*                       */
/*************************/

fieldset{
	border: 0px;
}

.required {
	color: red;
}

label.felement {
	display: block;
	margin-top: 6px;
	xfont-size: 0.8em;
	xxxbackground-color: red;
	width: 240px;
	float: left;
	height: 12px;
	text-align: right;
	margin-right: 10px;
}

input.felement {
	display: block;
	margin-bottom: 10px;
	font-size: 1.0em;
	xxxbackground-color: red;
	float: left;
	text-align: left;
	height: 16px;
	margin-top: 3px;
	width: 225px;
	padding-right: 20px;	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 200px;
	height: 12px;
} 

html>body input.felement {
	width: 200px;
	height: 12px;
}

select.felement {
	display: block;
	margin-bottom: 10px;
	font-size: 1.0em;
	xxxbackground-color: red;
	width: 225px;
	float: left;
	height: 18px;
}


textarea.felement {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2em;
	xxxbackground-color: red;
	width: 225px;
	float: left;	
	height: 100px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 220px;
	height: 100px;
} 

html>body textarea.felement {
	width: 220px;
	height: 100px;
}


input.inputbutton {
	width: 167px; 
	height: 36px;
	border: 0px solid red; 
	margin-left: 170px;
	cursor : pointer;
	xdisplay: block;
	xclear: both;
	xtext-align: center;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/inputbutton_bgd.jpg) no-repeat;
}


br {
	clear: left;
}



