//CSS Hirschgarten-Kontaktformular

.font-small {
 font-family:Arial, sans-serif;
 font-size:10px; font-weight:normal;
}
.table {
 width:100%;
}

.main {
 padding:5px;
}
.foot {
 padding-top:10px;
}
.align {
 text-align:left;
}
.textarea {
 background-color:#ffffff;
 font-weight: bold;
 border : 1px solid #6F6F6F;
 width:230px;
}
.input {
 background-color:#ffffff;
 color:#000000;
 border : 1px solid #6F6F6F;
}
.select {
 background-color:#ffffff;
 color:#000000;
}
.button {
 width: 130px;
}
