textarea {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}

fieldset {
border: 1px solid #C0C0C0;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
}


legend {
padding-left:2px;
border: 0px;
}

label {
padding-left:6px;
border: 0px;
}

form {
margin: 0;
padding: 0;
}

/*************************************************************/


.imc-formular-outer {
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
border: 1px solid #C0C0C0;
}


.imc-radio-outer {
width:80%;
padding-top:5px;
padding-bottom:5px;
}

#mainrechts .imc-radio-outer {
width:100%;
}

.imc-field-outer {
margin-bottom: 0.6em;
}

.imc-label-outer {
padding-bottom: 5px;
}

.imc-label-outer-required {

}


/*************************************************************/



.imc-input {
border: 1px solid #C0C0C0;
width: 80%;
}

#mainrechts .imc-input {
width:100%;
}

.imc-pass {
border: 1px solid #C0C0C0;
width: 80%;
}

#mainrechts .imc-pass {
width:100%;
}

.imc-text {
color: #000000;
border: 1px solid #C0C0C0;
width: 80%;
}

#mainrechts .imc-text {
width:100%;
}

.imc-check {
border: 0px;
margin-left: 2em;

}

.imc-radio {
border:0px;
}

.imc-select {
border:0px;
border: 1px solid #C0C0C0;
width: 80%;
}

#mainrechts .imc-select {
width:100%;
}

.imc-file {
border: 1px solid #C0C0C0;
width: 80%;
}

#mainrechts .imc-file {
width:100%;
}

.imc-reset {

}

.imc-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}

