/* default CSS BT Simple Contact
   Tested: IE 5.5, IE 6, IE 7, Google Chrome 1, Firefox 3, Safari
*/

#tx_bt_simplecontact .tx_bt_simplecontact_red {
    color: red;
}
#tx_bt_simplecontact .tx_bt_simplecontact_reihe {
    margin-bottom: 5px;
	clear:both;
	overflow:hidden;
}
#tx_bt_simplecontact .tx_bt_simplecontact_label {
    float: left;
    display:inline-block;
    width: 120px;
    vertical-align: top;
    font-size: 11px;
    margin: 0;
    padding: 0;
	color:#555555;
}
#tx_bt_simplecontact input.tx_bt_simplecontact_feld {
	background:transparent;
    border: 0px solid #A7937C;
	color:#555555;
    width: 208px;
	height:20px;
    vertical-align: top;
    font-size: 11px;
    margin: 0;
    padding: 0;
	padding-top:4px;
	padding-left:5px;
}
#tx_bt_simplecontact .input-wrapp {
	background:transparent url(../images/form-name.png) no-repeat scroll 0 0;
	width: 210px;
	height:23px;
	float:left;
	display:inline;
}



#tx_bt_simplecontact .text-wrapp {
	background:url(../images/form-text-2.gif) no-repeat;
	width: 410px;
	height:111px;	
	float:left;
	display:inline;
}


.tx_bt_simplecontact_reihe .submit {
	background:url(../images/wyslij-btn.png) no-repeat !important;
	width:102px;
	height:28px;
	border:0px solid black !important;
	margin-top:10px;
	margin-right:10px;
}
.tx_bt_simplecontact_reihe .usun {
	background:url(../images/usun-btn.png) no-repeat !important;
	width:102px;
	height:28px;
	border:0px solid black !important;
}


#tx_bt_simplecontact textarea.tx_bt_simplecontact_feld {  
   background:transparent none repeat scroll 0 0;
border:0 solid #A7937C;
color:#555555;
font-size:11px;
height:108px;
margin:0;
padding:0;
vertical-align:top;
padding-left:10px;
width:397px;
font-family:Verdana;
overflow:hidden;
}
#tx_bt_simplecontact input.tx_bt_simplecontact_button {
	background:#E1C9B0 none repeat scroll 0 0;
    border-bottom:1px solid #716557;
	border-right:1px solid #716557;
	cursor:pointer;
	font-size:11px;
}
#tx_bt_simplecontact input.tx_bt_simplecontact_button:hover {
    color: white;
}

#tx_bt_simplecontact .tx_bt_simplecontact_hinweis {
    display: inline-block;
    font-size: 12px;
    width: 310px;
}
#tx_bt_simplecontact .tx_bt_simplecontact_b {
    font-weight: bold;
}
#tx_bt_simplecontact select.tx_bt_simplecontact_selectorbox {
    border: 1px solid black;
}
.tx_bt_simplecontacterrorliste {
    display:inline-block;
    margin-left:0px;
    color: red;
    list-style-type: none;
	background:#000;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
	width:640px;
}
.tx_bt_simplecontact_reihe a {
	color:#7D6B00;
}
