/*FORMULAR STYLE*/
input, select { border:solid 1px #8c1e32; }

#person label { display: block; font-weight: normal; font-size:11px; }

legend { font-weight: bold; font-size: 100%; color: #9a1824; font-family: Georgia, "Times New Roman", Times, serif; }

fieldset {
	border: solid 1px #8c1e32;

}


textarea {
	width: 200px;
	height: 90px;
	border: solid 1px #8c1e32;

}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { margin-bottom: 1px; border-color: #cccccc gray gray #cccccc; border-style: solid; border-width: 1px; }
input, textarea, select { background: #fff top left repeat-x; 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; }
