.cssform p
{
width: 180px;
clear: left;
background-color:#fff;
margin: 0;
padding: 2px 0 2px 0;
padding-left: 200px; /*width of left column containing the label elements*/
border-top: 1px solid #c4bebe;
height: 1%;
}
.cssform legend { background-color:#fff; 
}
.cssform label{
color:#6C5353;
float: left;
margin-left: -200px; /*width of left column*/
width: 190px; /*width of labels. Should be smaller than left column (205px) to create some right margin*/
}
.cssform fieldset{
font-size: 14px;  padding-bottom:20px; margin-bottom:14px; border: 1px solid #6C5353;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/

font-size:10px;
}
.cssform input[type="reset"]{ /*width of text boxes. IE6 does not understand this attribute*/
font-size:11px;
color:#fff;
border:0px;
background-color:#6C5353;
}
.cssform input[type="submit"]{ /*width of text boxes. IE6 does not understand this attribute*/
font-size:11px;
color:#fff;
border:0px;
background-color:#6C5353;
}

.cssform textarea{
width: 180px;
height: 100px;
font-size:12px;
}

.cssform select{
font-size:10px;
}
.cssform button {
font-size:12px;
color:#fff;
background-color:#555287;
border:0px;
}
