.cssform p {
	width: 360px;
	clear: left;
	margin: 0;
	padding: 0px 0 15px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed gray;*/
	float:left;
}
.cssform label {
	float: left;
	color:#323232;
	padding: 2px 0 0 14px;
	margin-left: -120px; /*width of left column*/
	width: 170px; /*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: 160px;
	text-decoration:none;
	padding:2px 2px 2px 3px;
	margin:0px;
	font-family: Lucida sans Unicode;
	font-size:1.00em;
	border:1px solid #9D9CA4;
	color:#323232;
	float:left;
}

.cssform textarea{
	height: 50px;
	text-decoration:none;
	font-family: Lucida sans Unicode;
	font-size:1.0em;
	padding:2px 2px 2px 3px;
	margin:0px;
	border:1px solid #8B8B8B;
	float:left;
	width:270px;
	color:#323232;
}
.fmtxtbx {
	width: 160px;
	font-family: Lucida sans Unicode;
	font-size:1.00em;
	padding:2px 2px 3px 2px;
	border:1px solid #8B8B8B;
	float:left;
	color:#323232;
}

.fmtxtbx2 {
	width: 100px;
	font-family: Lucida sans Unicode;
	font-size:1.00em;
	padding:2px 2px 3px 2px;
	border:1px solid #8B8B8B;
	float:left;
	color:#323232;
}

.fmtxtbx3 {
	width: 50px;
	font-family: Lucida sans Unicode;
	font-size:1.00em;
	padding:2px 2px 3px 2px;
	border:1px solid #8B8B8B;
	float:left;
	color:#323232;
}

.fmtxtbx4 {
	width: 120px;
	font-family: Lucida sans Unicode;
	font-size:1.00em;
	padding:2px 2px 3px 2px;
	border:1px solid #8B8B8B;
	float:left;
	color:#323232;
}

.fmtxtbx5 {
	width: 149px;
	font-family: Lucida sans Unicode;
	font-size:1.00em;
	padding:2px 2px 3px 2px;
	border:1px solid #8B8B8B;
	float:left;
	color:#323232;
}

.fmtxtbx-ltbx {
	width: 200px;
	font-family: Lucida sans Unicode;
	font-size:0.69em;
	padding:2px 2px 3px 2px;
	border:1px solid #ffffff;
	background-color:#DEDEDE;
	float:left;
	color:#323232;
}

.fdropdown{font-family: Lucida sans Unicode;font-size:0.69em;text-decoration:none;color:#323232;float:left;border:1px solid #ffffff;background-color:#DEDEDE;}
.frmdropdown{width:50px;padding:0px;height:22px;margin:0px;}
.frmdropdown2{width:85px;padding:0px;height:22px;margin:0px;}
.cont-670{width:670px;padding:0 0 15px 0;float:left;}
.cont-670-lt{width:160px;padding:0 10px 0 0;float:left;}
.cont-670-rt{width:500px;float:left;}
.frm-cont{width:670px;padding:0;float:left;}
.frm-rt{width:500px;padding:0 0 0 170px;float:left;}
.cont-592{width:592px;padding:10px 0 0 0;float:left;}
.cont-592-lt{width:130px;padding:3px 0 0 0;float:left;}
.cont-592-rt{width:462px;float:left;}
.frm-rt2{width:462px;padding:10px 0 0 130px;float:left;}
/*.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
*/
.cssform1 p {
	width: 360px;
	clear: left;
	margin: 0;
	padding: 0px 0 15px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed gray;*/
	float:left;

}
.cssform1 label {
	float: left;
	color:#323232;
	padding: 2px 0 0 14px;
	margin-left: -120px; /*width of left column*/
	width: 170px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform1 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width:149px;
	text-decoration:none;
	padding:2px 2px 2px 3px;
	margin:0px;
	font-family: Lucida sans Unicode;
	font-size:1.00em;
	border:1px solid #9D9CA4;
	color:#323232;
	float:left;
}

.cssform1 textarea{
	height: 50px;
	text-decoration:none;
	font-family: Lucida sans Unicode;
	font-size:1.0em;
	padding:2px 2px 2px 3px;
	margin:0px;
	border:1px solid #8B8B8B;
	float:left;
	width:270px;
	color:#323232;
}
