@CHARSET "UTF-8";

.contactForm{
	font-size: 12px;
	color: #4444444;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}

.mandatory{
	color: #FF3300;
}

.tx-thmailformplus-pi1 fieldset{
	border: 1px solid #E6E6E6;
	background: #f7f6f5;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

fieldset label{
	width: 105px;
	display: block;
	float: left;
}

.fieldRowPrivacy label{
	width: auto;
	float: left;
	line-height: 20px;
}

.fieldRow{
	margin: 0px 0px 5px 0px;
	clear:both;
}

.fieldRowSalutation{
	margin: 0px 0px 5px 0px;
	height: 24px;
}

.fieldRow input{
	width: 350px;
	height: 22px;
	border: 1px solid #E3E3E3;
	background: #fff;
}

.fieldRow textarea{
	width: 350px;
	height: 226px;
	border: 1px solid #E3E3E3;
	background: #fff;
}

#privacy{
	float:left;
}
.contactForm #submit{
	float: right;
	/*text-indent: -1000px;
	font-size: 0.1em;
	background: url('../../img/btn_submit.gif');
	width: 70px;
	height: 24px;
	border: none;*/
}

