@charset "utf-8";
.cssform p{
width: 200px;
clear: left;
margin: 0px 0px 0px  80px;
padding: 6px 0 8px 0;
padding-left: 95px; /*width of left column containing the label elements*/
border-top: 1px dashed #cccccc;
}

.cssform p.noborder{
width: 230px;
clear: left;
margin: 0px 0px 0px  80px;
padding: 6px 0 8px 0;
border: none;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -95px; /*width of left column*/
width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
padding: 0px 0px 0px 10px;
height: 20px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width:175px;
}

.cssform textarea{
width: 175px;
height: 50px;
}

/*.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: 3px;
}

td.line{
border-right:1px solid #333333;
padding-top:6px;
padding-left:20px;
}
input.btn{
   color:#666666;
      font-size:85%;
   background-color:#dddddd;
   border:1px solid;
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#cccccc;
   border-bottom-color:#cccccc;
   height:20px;
}
.h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#b30505;
font-size:16px;
font-weight:bold;
padding: 6px;
}


td.line2{
border-right:1px solid #666666;
padding-left: 17px;
padding-top: 22px;
}
