.required {
	color: #FFCC33;
	font: small Arial, Helvetica, sans-serif;
	padding: 0px 2px;
}
form .legal {
	color: #dadada;
	padding-top: 7px;
	font-size: x-small;
}

.auto {
	width: auto;
}
input.auto {
	font-size: small;
	width: auto;
	cursor: pointer;
	margin: 0px;
	padding: 5px 14px;
}

form {
	color: #8EA3AD;
	padding: 0px;
	background: #1F1F1F url(../images/forms/form_bckgnd.png) repeat-y right top;
	width: 85%;
	font: small Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 21px;
	margin-left: 80px;
	border-left: 2px solid #434343;
}

fieldset {
	padding: 0px 7px 14px 21px;
	text-align: left;
	display: block;
	min-height: 1%;
	width: 82%;
	background: #373737 url(../images/forms/fieldset.jpg) repeat-x 0px -21px;
	border-top: 1px solid #787878;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #787878;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 21px;
}

legend {
	color: #F0f0f0;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 700;
}

label {
	width: 33%;
	display: block;
	float: left;
	text-align: left;
	padding: 2px 0px 0px 2px;
	height: auto;
	color: #dadada;
	cursor: pointer;
}

input, textarea {
	width: 59%;
	margin-bottom: 2px;
	color: #666666;
	font: small Tahoma, Arial, Helvetica, sans-serif;
}

p textarea {
	width: 97%;
	margin: 3px 0px 0px;
	padding-right: 0px;
}
label.auto input {
	width: auto;
	padding: 0px;
	margin: 0px 4px 3px 0px;
	vertical-align: middle;
	}
label strong {

}

form p {
	width: 96%;
	margin: 0px;
	padding: 0px 0px 14px;
	color: #999999;
	font-size: small;
}

fieldset fieldset {
	background: url(../images/common/spacer.gif);
	border: 0px none;
	padding: 0px 0px 14px 2px;
	margin: 14px 0px 0px;
	width: auto;
	color: #8EA3AD;
	overflow: visible;
	display: block;
}
fieldset fieldset legend {
	padding: 0px 0px 4px;
	margin: 0px;
	color: #787878;
	display: block;
	text-align: left;
	font-weight: 100;
}
fieldset fieldset label {
	width: 90%;
	margin-bottom: 3px;
	padding-left: 0px;
}
label.auto {
	cursor: pointer;
	padding: 0px 8% 0px 0px;
}

#content fieldset fieldset p {
	width: 43%;
	display: block;
	float: left;
	text-align: left;
	color: #333333;
	padding: 2px 1px 0px 8px;
	height: 45px;
	font-size: small;
}
.check {
	width: auto;
	padding: 0px;
	height: auto;
	margin: 0px;
	float: none;
}
label.check input {
	padding: 0px;
	margin: 0px 7px 0px 0px;
	vertical-align: bottom;
	float: left;
	height: 16px;
	}
label.check {
	width: 93%;
	text-align: left;
	border: 0px none!important;
	clear: both;
	float: none;
	padding-left: 7px;
	line-height: 125%;
	padding-bottom: 4px;
	display: block;
	color: #8EA3AD;
	margin-bottom: 4px;
	}
	
	label.check strong {
	text-align: left;
	width: 50%;
	display: block;
	float: left;
	font-weight: 100;
	color: #FFFFFF;
	cursor: pointer;
}	
form div.submit_form {
	background: url(../images/forms/form_bottom_bckgnd.png) no-repeat right bottom;
	padding: 27px 0px 10px 42px;
	margin: 0px;
}
.form_top {
	background: url(../images/forms/form_top_bckgnd.png) no-repeat right top;
	margin: 0px;
	padding: 0px;
}
form .form_top p {
	width: auto;
	margin: 0px 1px 0px 0px;
	padding: 3px 10% 10px 0px;
	text-align: right;
}
.note {
	color: #999999;
	display: block;
}
