/* CSS Document */
.tx-thmailformplus-pi1 {
	margin-top:30px;
	margin-bottom:30px;
	}

form {
	padding:0px;
	margin:0px;

}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	border: 1px solid #e9e7e9;
	
}
.leerzeile {
	height:20px;
}
.linke_spalte {
	width:100px;
}
.rot {
	color:#851b1b;
	font-size:11px;
	}




.form-inputfield {
	width:220px;
	height:16px;
	background-color: #FFFFFF;
}
.form-inputfield_a {
	width:220px;
	height:16px;
	background-color: #FFFFFF;
	border: 1px solid #00727a;


}

.form-inputfield-big {
	width:150px;
	height:100px;
	

}

.form-textarea {
	width:220px;
	height:100px;
	background-color: #FFFFFF;
	overflow:auto;
}
.form-textarea_a {
	width:220px;
	height:100px;
	background-color: #FFFFFF;
	overflow:auto;
	border: 1px solid #00727a;

}
.button {
	background-color:#F3F3F3;
	border: 1px solid #CCCCCC;
	width:220px;
	background-image: url(../images/menu/button_send.gif);
	background-repeat: repeat-x;
}