cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}
.space {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.cssform fieldset {
	border:none;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 40px;
}
.cssform fieldset legend {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.cssform {
	margin-bottom: 60px;
	margin-top: 40px;
	color: #666666;
}
.cssform label{
	font-weight: bold;
	float: left; /*width of left column*/
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 295px;
	height: 15px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #0199d2;
	border: 1px solid #999999;
}

.cssform textarea{
width: 250px;
height: 150px;
}
#loginformsubmit {
	margin-left: 150px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0B9EEE;
}
#loginformsubmit input[type="image"]{
	position: relative;
	top: 15px;
	margin-left: 20px;
}

* html .threepxfix{
margin-left: 3px;

}


cssform-big p{
	clear: left; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
	width: 300px;
}
.space {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.cssform-big fieldset {
	border:none;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 40px;
}
.cssform-big fieldset legend {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.cssform-big {
	margin-bottom: 60px;
	margin-top: 40px;
	color: #666666;
}
.cssform-big label{
	font-weight: bold;
	float: left;
	width: 200px;
	padding-top: 10px;
}

.cssform-big input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 295px;
	height: 15px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #60C0F2;
	border: 1px solid #999999;
}

.cssform-big textarea{
	height: 150px;
	width: 305px;
}
#loginformsubmit {
	margin-left: 150px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0B9EEE;
}
#loginformsubmit input[type="image"]{
	position: relative;
	top: 15px;
	margin-left: 20px;
}

/*.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;
}
.cssform input[type="password"] {
	width: 295px;
	height: 15px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #60C0F2;
	border: 1px solid #999999;
}


/* ---------------- New Home Page Form --------------- */

#form-home .input {
	background-repeat: no-repeat;
	width: 209px;
	padding:5px;
	font-family: "Trebuchet MS";
	color: #515151;
	background-color: #f9f9f9;
	border: 1px solid #c6c6c6;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#form-home .column {width:252px;}
#form-home p {
	margin:0;
	padding:7px 8px 9px 8px;
	background-image: url(../images/bg-home-input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#form-home .option {
	width:221px;
	height:30px;
	padding:5px;
}
#item {
	width:120px;
	padding-left:24px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #2c98d4;
}
#form-send {
	background-image: url(../images/bg-form-send.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
	text-align: center;
	clear: both;
	padding-bottom: 15px;
}
