#contact_form label
{
	float: left;
	width: 80px;
	margin-right: 5px;
	padding-left: 20px;
}

#signup_form label,
#promo_form label,
#affiliate_signup_form label,
#affiliate_login_form label
{
	float: left;
	width: 110px;
	margin-right: 5px;
	padding-left: 20px;
}

#email_form label
{
	float: left;
	width: 20px;
	margin-right: 5px;
	padding-left: 20px;
}

#Authorization_label
{
	width: 200px;
}

.form_notes
{
	padding-left: 20px;
	width: 400px;
}

fieldset ol
{
	/* padding: 1em 1em 0 1em; */
	padding: 0 0 0 0;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 5px;
}

fieldset
{
	/* float: left; */
	/* clear: left; */
	width: 500px;
	margin: 0 0 1.5em 10px;
	padding: 0;
	border: 1px solid #0c0cfe;
	background-color: #004DE2;
	background-image: url(/images/white_to_004d2e_gradient.gif);
	background-repeat: repeat-x;
	/* background-position: top left; */
}

#affiliate_login_form fieldset
{
	/* float: left; */
	/* clear: left; */
	width: 360px;
}

#email_form fieldset
{
	width: 320px;
}

legend
{
	font-weight: bold;
	/* background-color: #99ccff; */
	background-color: #fff;
	margin-left: 10px;
}

#form_error
{
	color: #ff0000;
}

#Name,
#Email,
#Password,
#ConfirmPassword,
#Address1,
#Address2,
#City
{
	width: 200px;
}

#Zip
{
	width: 50px;
}

#CVC
{
	width: 30px;
}

#Subject
{
	width: 360px;
}

#contact_form #submit
{
	margin-left: 105px;
}

#create_account_form #submit,
#signup_form #submit
{
	margin-left: 145px;
}


#signup_form #submit,
#affiliate_signup_form #submit,
#affiliate_login_form #submit,
#promo_form #submit
{
	margin-left: 135px;
}

#Comment
{
	width: 360px;
	height: 200px;
}

#form_error h1,
#form_error h2,
#form_error h3,
#form_error h4,
#form_error h5,
#form_error h6
{
	color: #ff0000;
	font: 14px arial, sans-serif;
	border-bottom: 0px solid #C4AE7C;
	padding-bottom: 0px;
	margin-bottom: 0em;
}

#affiliate_signup_form fieldset,
#affiliate_login_form fieldset
{
	margin-left: auto;
	margin-right: auto;
}