@charset "utf-8";
/* CSS Document */


#formContact {
	font-size:11px;
	color:#646464;
	margin-top:20px;
}
#cLeft label {
	float:left;
	width:115px;
	margin:8px 0 1px;
}
#cLeft label.short {
	margin:0 10px 1px 0;
}
#cLeft label span {
	color:#a0c832;
}
#cLeft label.fLeft {
	width:30px;
	padding:0 0 0 5px;
}
#cLeft input.inputText {
	background:url(../gfx/inputText.png) no-repeat left top;
	width:194px;
	height:17px;
	padding:1px 3px;
}
#cLeft input.submit {
	display:block;
	background:url(../gfx/btn-submit.png) no-repeat left top;
	width:81px;
	height:19px;
	margin:5px;
	float:right;
	cursor:pointer;
}

#cLeft .textArea {
	background:url(../gfx/textArea.png) no-repeat left top;
	width:448px;
	height:90px;
	padding:3px;
	display:block;
	border:none;
}
#cLeft input.inputRadio {
	float:left;
}
