.style1 {
	color: #FF0000
}
.formbutton {
	cursor:pointer;
	border: 1px solid #000;
	background:#999;
	color:#FFFFFF;
	font-weight:bold;
	padding: 3px 10px;
	background: url(../images/nav_bg.jpg) repeat-x left top;
}
.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 6px 0 10px 0;
	padding-left: 150px; /*width of left column containing the label elements*/
	border-top: 1px dashed #8B754D;
	height: 1%;
}
.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -150px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	display: inline;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	padding:3px 2px;
	border:1px solid #333333;
}
.cssform select {
	padding:3px;
	border:1px solid #cecece;
	font: normal 1em Verdana, sans-serif;
	color: #333333;
	width: 186px;
}
.cssform textarea{
	width: 280px;
	height: 200px;
	padding:1px 2px;
	border:1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
}

/*.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;
}

