.cssform legend {margin:0; padding:0;}

.cssform p{
width: 550px;
clear: left;
margin: 0;
padding: 8px 0px 3px 0px;
border-top: none;
height: 1%;
}

.cssform label{
font-weight: normal;
float: left;
width: 200px; /*Beschriftung*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
}

.cssform textarea{
width: 200px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 6px;
}

