.cssform p{
	width: 500px;
	clear: left;
	padding: 5px 0 7px 175px;
	height: 1%;
	color: #300;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.cssform label{
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 270px;
	padding-right: 4px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
	width: 350px;
	height: 150px;
}
.formbutton{
	color:#300;
}

/*.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;
}
.cssform2 p{
	width: 500px;
	clear: left;
	padding: 5px 0 7px 175px;
	height: 1%;
	color: #300;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.cssform2 label{
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 150px;
	padding-right: 4px;
	text-align: right;
}
.labelin{
	text-align: left;
	padding-right: 4px;
}

.cssform2 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 300px;
}

.cssform2 textarea{
	width: 350px;
	height: 150px;
}
.formbutton{
	color:#300;
}

/*.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;
}
