@charset "UTF-8";
/* CSS Document */

.type-text input{
width:210px;
border:1px solid #cd2f26;
}

.type-text textarea{
width:450px;
height:140px;
border:1px solid #cd2f26;
}

.type-text {
margin-top:10px;
}

.type-select select{
border:1px solid #cd2f26;
}

.type-button input {
background-image:url(/imgs/formular/button_abschicken.jpg);
background-repeat:no-repeat;
border:none;
margin-left:250px;
width:200px;
height:40px;
cursor: pointer;
}

.type-button_e input {
background-image:url(/imgs/formular/button_abschicken_e.jpg);
background-repeat:no-repeat;
border:none;
margin-left:250px;
width:200px;
height:40px;
cursor: pointer;
}

div.type-button input:focus,
div.type-button input:hover,
div.type-button input:active {
background-image:url(/imgs/formular/button_pressed.jpg);
background-repeat:no-repeat;
border:none;
margin-left:250px;
width:200px;
height:40px;
}

div.type-button_e input:focus,
div.type-button_e input:hover,
div.type-button_e input:active {
background-image:url(/imgs/formular/button_pressed_e.jpg);
background-repeat:no-repeat;
border:none;
margin-left:250px;
width:200px;
height:40px;
}