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


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
	clear: left;
	margin: 0;
	padding: 2px 0;
}

.cssform label{
	font-weight: normal; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
	float: left;
	padding-right: 20px;
	display: block;
	height: 18px;
	padding-top: 5px;
	font-size: 10px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 140px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 10px;
}
.cssform input[type="submit"], .cssform input[type="reset"]{ /*width of text boxes. IE6 does not understand this attribute*/
	border: #ccc solid 1px;
	height : 20px;
	height:21px;
	width: 80px;
	padding : 2px 5px;
	background:#cc3300;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.cssform select{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:22px;
}
.cssform textarea{
	height: 150px;
}

/*.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;
}
.choice {
	display: block;
	margin-left: 140px;
}
