/* 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;
}
#tx_bt_simplecontact .tx_bt_simplecontact_label {
    float: left;
    display:inline-block;
    width: 120px;
    vertical-align: top;
    margin: 0 5px 0 0;
    padding: 0;
}
#tx_bt_simplecontact input.tx_bt_simplecontact_feld {
    border: 1px solid #333333;
    width: 310px;
    vertical-align: top;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#tx_bt_simplecontact textarea.tx_bt_simplecontact_feld {
    border: 1px solid #333333;
    width: 310px;
    vertical-align: top;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#tx_bt_simplecontact input.tx_bt_simplecontact_button {
    border: none;
    height: 20px;
    background-color: #439EAF;
    color: #fff;
    cursor: pointer;
		border: 1px solid #256F7D;
}
#tx_bt_simplecontact input.tx_bt_simplecontact_button:hover {
    background-color: #555;
    color: #fff;
}

#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;
}
ul.tx_bt_simplecontacterrorliste{
    display:inline-block;
    margin-left:120px;
    color: red;
    list-style-type: none;
}

#tx_bt_simplecontact input[type=radio] {
	margin-top: -3px;
}

