@charset "utf-8";
/* CSS Document */


.cssform {
	padding-bottom : 20px;
	margin:0 auto 0;
}

.cssform p{
width: 500px;
clear: left;
margin: 0;
margin-left:50px;
padding: 2px 0 2px 0;
padding-left: 155px; /*width of left column containing the label elements*/
/*border-top: 1px dashed #CCCCCC;*/
height: 1%;
font-size:12px;
}

.cssform fieldset {
	float:left;
	width:600px; /*width of left column*/
	padding:0;
	border:none
}

.cssform legend {
font-weight: normal;
font-size:12px;
color:#990000;
margin-top:10px;
margin-bottom:10px;
}

.cssform label{
	font-weight: normal;
	color: #333;
	float: left;
	padding-left:3px;
	padding-top:3px;
	margin-left:0; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform select {
	font-family:Tahoma, Arial, "MS Sans Serif", "Times New Roman";
	font-size:12px;
}

.cssform option {
	font-family:Tahoma, Arial, "MS Sans Serif", "Times New Roman";
	font-size:12px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	font-family:Tahoma, Arial, "MS Sans Serif", "Times New Roman";
	font-size:12px;
	height:23px;
}

.cssform textarea{
	width: 300px;
	height: 100px;
	font-family:Tahoma, Arial, "MS Sans Serif", "Times New Roman";
	font-size:12px;
}

/*.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;
}
