/******************/
/*  MAILFORM  */
/******************/

select, option, input { 
font: 100% arial,hevetica,sans-serif;
}

.tx-thmailformplus-pi1{
	float: none;
	clear: both;
	font-size: 100%;
	margin-top: 3em;
	margin-bottom: -1em;
}

.tx-thmailformplus-pi1 .reply{
	font-size: 110%;
}
.tx-thmailformplus-pi1 form {
	width: 710px;
}

.tx-thmailformplus-pi2 table{
	width: 100%;
}
.tx-thmailformplus-pi2 table td{
	width: 100%;
	padding: 3px;
	background-color: #e6e6e6;
	border: 1px solid #fff;
}

.tx-thmailformplus-pi2 table th{
	width: 100%;
	padding: 3px;
	font-weight: normal;
	background-color: #cacaca;
	border: 1px solid #fff;
}

.form{
	border: 1px solid #818181;
	margin-bottom: 1em;
	padding: 5px 8px;
}

.form table {
	width: 600px;
	background-color: #fff;
	table-layout:fixed;
}

.formhidden {
	display: none;
}

input, select{
	margin-right: 5px;
	margin-top: 8px;
}
.input, textarea{
	width: 80%;
}

.input5{
	width: 10%;
}

.input10{
	width: 18%;
	margin-right: 1%;
}

.input30{
	width: 59%;
}

.input35{
	width: 68%;
	margin-right: 1%;
}



td.caption {
	width: 99%;
	font-weight: bold;
}

td.checkbox {
	width: 33%;
}


td.fieldname {
	font-weight: bold;
	width: 25%;
	vertical-align: top;
	padding-top: 1em;
}

td.field {
	width: 75%;
}



.hint {
	text-align: left;
	padding-left: 8px;
	padding-top: 1.4em;
	font-weight: normal;
}

.field{
}

.button {
	background-color: #eee;
	padding: 1px;
	margin-bottom: 2em;
}


.error {
	color: #f00;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

span.error {
	font-size: 230%;
	position: relative;
	top: 6px;
	margin-left: 2px;
}

.error ul{
	display: none;
}

.error ul p{
	display: block;
}
