/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: 580px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed #ccc;
height: 1%;
color:#777777;
}

.cssform label {
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
text-align:left;
}

.cssform input { /*width of text boxes. IE6 does not understand this attribute*/
	width: 480px;
	background:#DDDDDD;
	height:20px;
	font-size:11px;
}

.cssform textarea{
	width: 480px;
	height: 150px;
	font-size:11px;
	background:#DDDDDD;
	border:1px solid #7F9DB9;
}

/*.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 fieldset p.error label { color: red; }
ol li {
	display:none;
	list-style-type: disc;
	margin-left: 0px;
}
div.container { display: none }
form.cssform { width: 755px; }
label.error {
	display: none;
}



