.pform {

}

/* .pform legend{text-indent:-9999px;} */
.pform legend{
color:#861e24;
display:block;
font-weight:bold;
}
.pform fieldset{border:1px solid #e0d4b8; background:#f8f5e6; margin-top:10px;}

.pform p{
clear: left;
margin: 0;
padding: 6px;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.pform label{
color:#666;
font-weight: bold;
float: left;
text-align:right;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.pform label.cbox {
font-weight: normal;
float: none;
margin-left: 0; 
}

.pform input, .pform textarea {
}

.pform input.submit {
width:180px;
}

.pform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.pform textarea{
width: 180px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: <a href="http://www.positioniseverything.net/explorer/threepxtest.html">http://www.positioniseverything.net/explorer/threepxtest.html</a>
*/

* html .threepxfix{
margin-left: 3px;
}

.pform .error {
background:#f99; 
color:#fff;
font-weight:bold;
width:100%;
}

.error label {
padding:0 0 0 5px;
}

.pform p.ckbox{

	}


