.cssform p {
	width: 485px;
	clear: left;
	margin: 0;
	padding: 0px 0 10px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed gray;*/
	float:left;
}
.cssform label {
	float: left;
	padding: 2px 0 0 14px;
	margin-left: -105px; /*width of left column*/
	width: 101px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 165px;
	text-decoration:none;
	padding:2px 2px 2px 3px;
	margin:0px;
	font-family: Lucida sans Unicode;
	font-size:1.00em;
	border:1px solid #CFC0A5;
	background-color:#FEF9EF;
	color:#644503;
	float:left;
}

.cssform textarea{
	height: 92px;
	text-decoration:none;
	font-family: Lucida sans Unicode;
	font-size:1.1em;
	padding:2px 2px 2px 3px;
	margin:0px;
	border:1px solid #CFC0A5;
	background-color:#FEF9EF;
	float:left;
	width:360px;
	color:#644503;
}
.fmtxtbx {
	border:1px solid #C894B8;
	width: 165px;
	padding:2px 2px 3px 2px;
	border:1px solid #CFC0A5;
	background-color:#FEF9EF;
	float:left;
	color:#644503;
}

/*.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
*/

