.tx-thmailformplus-pi1 label, span, input, textarea, select {
font-size: 99%;
font-size: 12px;
}

.tx-thmailformplus-pi TD {
height:22px;
}

.tx-thmailformplus-pi H2 {
color: #333333;
}

.tx-thmailformplus-pi1 input.readonly {
        background: #a99787;
	border: 1px solid #CBCBCB;
	color:white;
	font: bold 1em Trebuchet, Sans-Serif;
}

.tx-thmailformplus-pi1 input.prev {
	background: url(../images/submit-prev.gif) no-repeat;
	border: 0;
	padding: 3.8px;
	margin: 0px 10px 1px 0px;
	width:140px;
	color: #FFF;
	font: bold 0.9em Trebuchet, Sans-Serif;
        cursor: pointer; cursor: hand;
}

.tx-thmailformplus-pi1 input.next {
	background: url(../images/submit-next.gif) no-repeat;
	border: 0;
	padding: 3.8px;
	margin: 0px 10px 1px 0px;
        width:140px;
	color: #FFF;
	font: bold 0.9em Trebuchet, Sans-Serif;
        cursor: pointer; cursor: hand;
}
.tx-thmailformplus-pi1 input.text {
background-color: transparent;
background-image: url(../images/inputText_background.png);
background-repeat: no-repeat;
background-attachment : scroll;
background-position: 0% 0%;
width: 192px;
height: 22px;
border:0pt;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 0pt;
padding-left: 3px;
float: left;
}

div.inputWrapper {
		width: 192px;
	        height: 22px;
	        margin-top:10px;
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
		background: #FFF url(../images/inputText_background.png) left top no-repeat;
		color: #302721;
			}
div.inputWrapper:hover,
div.inputWrapper:focus {
background: #FFF url(../images/inputText_background.png) left top no-repeat;
}
div.inputWrapper input {
	border: 0;
	padding: 3px;
	height: 22px;
        width: 192px;
	background-color: transparent;
}

#Formular input[type=submit], input[type=reset] {
border:1px #A6BEDE;
color: black;
font-weight:none;
cursor:pointer;
}

#Formular input[type=submit]:hover, input[type=reset]:hover {
border:1px white;
background-color:blue;
}

#Formular input[type=submit]:active, input[type=reset]:active {
border:1px #A6BEDE;
background-color:white;
color:black;
} 
