.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"], .cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
/*width: 180px;*/
background:url('../img/text-bg.gif');
padding:1px;
}

.cssform textarea{
/*width: 250px;*/
/*height: 150px;*/
background:#fff url('../img/text-bg.gif') repeat-x;
padding:1px;
}

/*.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;
}

.cssform .input {
margin-left:65px;
margin-right:10px;
margin-top:10px;
}

/* submit button */ input.publish, input[type="submit"], input[type="reset"] {color:#ffffff;background-color:#990000 !important;border-top-width:2px;border-right-width:1px;
border-bottom-width:1px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;
border-left-style:solid;border-top-color:#bb0000;border-right-color:#660000;border-bottom-color:#660000;border-left-color:#bb0000;
margin-top:5px;margin-right:10px;margin-bottom:5px;margin-left:auto;padding-top:5px;padding-right:5px;padding-bottom:5px;
padding-left:5px;width:auto;font-family:Verdana,Arial,Tahoma,sans-serif;font-style:normal;font-variant:normal;font-weight:normal;
font-size:12px;line-height:normal;font-size-adjust:none;font-stretch:normal;
}

.button_container {
	
}
