/*FORMULAR STYLE*/
input, select  {
border : 1px solid #006eb6;
}
#person label {
display : block;
font-weight : normal;
font-size : 11px;
}
legend {
font-weight : bold;
font-size : 100%;
color : #ffffff;
font-family : Arial, Verdana, Helvetica, sans-serif;
}
fieldset {
border : 1px solid #006eb6;
}
textarea {
width : 200px;
height : 90px;
border : 1px solid #006eb6;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
border : 1px solid #cccccc;
margin-bottom : 1px;
}
input, textarea, select {
background : #fff repeat-x left top;
font : 1em/1.6em Arial, "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
border : 1px solid #000000;
padding : 2px;
margin-bottom : 1px;
}
#name, #firmenname, #strasse, #plz, #ort, #land, #telefon, #fax, #email {
width : 200px;
} 