#black-overlay {
	display: none;
	background: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
	filter:alpha(opacity=0);
	opacity:0.0;
}

/* -- LOGIN -- */

#contact {
	display: none;
	top: 100px;
	left: 40px;
	position: absolute;
	color: #FFFFFF;
	width: 800px;
	z-index: 5;	
}
#contact .contact-inner {
	padding: 0 30px;
	background: url(../images/contact_bg.png) no-repeat;
	width: 740px;
	height: 250px;
}
#contact .close-contact {
	line-height: 1px;
	position:absolute;
	right: 9px;
	top: 9px;
}
	.contact-info {
		padding-top: 65px;
		padding-right: 30px;
		width: 416px;
		font-size: 12px;
		line-height: 23px;
		float: left;
	}
		.contact-info .contact-company {
			font-weight: bold;
			color: #F7CC05;
		}
		.contact-info p {
			padding-bottom: 18px;
		}
	.contact-newsletter {
		padding-top: 65px;
		padding-left: 25px;
		width: 269px;
		float: right;
	}
		#contact .contact-newsletter fieldset, #signup form {
			margin: 0;
			padding: 0;
			border: 0px;
			border: none;
		}
		#contact .contact-newsletter fieldset label {
			text-indent: -9999px;
			height: 13px;
			width: 100px;
			display: block;
			overflow: hidden;
		}
			#contact .contact-newsletter fieldset label.contact-name {
				background: url(../images/contact_label_name.gif) top left no-repeat;
			}
			#contact .contact-newsletter fieldset label.contact-email {
				background: url(../images/contact_label_email.gif) top left no-repeat;
			}	
		#contact .contact-newsletter fieldset input {
			margin-bottom: 20px;
        	padding: 4px 3px;
        	font-size: 11px;
			border: #c4a223 1px solid;
			background: #eeeeee;
			width: 264px;
		}
		#contact fieldset label {
			padding-bottom: 2px;
			display:block;
			font-size: 12px;
			color: #FFFFFF;
			overflow: hidden;
		}
		#contact .button {
			float: right;
		}

/* -- LOGIN -- */

#login {
	display: none;
	top: 40px;
	left: 535px;
	position: absolute;
	color:#404D18;
	width: 294px;
	z-index: 9999;
}
#login .login-on {
	background: transparent url(../images/login/snav_login_active.png) right top no-repeat;
	width: 294px;
	height: 31px;
	overflow: hidden;
}
#login .inner {
	padding: 25px 25px 0 25px;
	background: url(../images/login/login_bg_alt.png) no-repeat;
	width: 244px;
	height: 210px;
}
#login .close-login {
	line-height: 1px;
	position:absolute;
	right:9px;
	top:40px;
}
#login fieldset, #login form {
	margin: 0;
	padding: 0;
	border: 0px;
	border: none;
}
#login fieldset label {
	padding-bottom: 5px;
	text-indent: -9999px;
	height: 8px;
	width: 100px;
	display:block;
	overflow: hidden;
}
	#login fieldset label.login-un {
		background: url(../images/login/login_label_username.png) no-repeat;
	}
	#login fieldset label.login-pw {
		background: url(../images/login/login_label_password.png) no-repeat;
	}	
	#login .login-rm {
		float: left;
		background: url(../images/login/login_label_remember_me.png) no-repeat;
		width: 106px;
		height: 12px;
	}
#login fieldset input {
	margin-bottom: 15px;
	padding: 4px 3px;
	font-size: 11px;
	border: #00aace 1px solid;
	background: #FFFFFF;
	width: 239px;
}
#login .button {
	padding-bottom: 20px;
	float: right;
}
#login .login-register {
	padding-bottom: 10px;
	padding-left: 85px;
	background: url(../images/login/login_register_bg.png) no-repeat;
	height: 8px;
}

/* -- SIGNUP -- */

.signup-form
{
    font-size: 11px;
}

#signup fieldset, #signup form {
	margin: 0;
	padding: 0;
	border: 0px;
	border: none;
}
#signup form {
	padding: 0 4px 0 2px;
}
.form-left {
	float: left;
}
.form-left-middle
{
    margin-left: 100px;
}
.form-right {
	float: right;
}

#signup fieldset legend
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #f7cc05;
}

#signup fieldset input[type="text"],
#signup fieldset input[type="password"]
{
	margin-bottom: 14px;
	padding: 4px 3px;
	font-size: 11px;
	border: #f7cc05 1px solid;
	color: #f7cc05;
	background: #101010;
	width: 222px;
}

#signup fieldset .input-mirror
{
    margin-bottom: 14px;
    width: 230px;
}

#signup fieldset input[type="text"].focus,
#signup fieldset input[type="password"].focus
{
    color: #FFF;
	background: #454545;
	border-width: 2px;
	padding: 3px 2px;
}
#signup fieldset label {
	padding-bottom: 3px;
	display: block;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #E2E2E2;
	overflow: hidden;
}

.uppercase
{
	text-transform: uppercase;
}

#signup fieldset .signup-code input[type="text"]
{
    background: #162934;
    color: #FFFFFF;
    border-color: #a0Ce67;
	text-transform: uppercase;
}
#signup fieldset .signup-code a
{
    color: #a0Ce67;
}
#signup fieldset .signup-code input[type="text"].focus
{
    background: #162934;
    color: #a0Ce67;
}
#signup fieldset .signup-code label
{
    color: #a0Ce67;
}

#signup .button
{
    margin-top: 14px;
	float: right;
}

#signup-code
{
    margin-top: 24px;
    padding: 8px 5px;
    background: #454545;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#signup-code *
{
    color: #a0Ce67;
}

#signup-code a
{
    font-weight: bold;
    text-decoration: underline;
}
#signup-code p
{
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
}

#signup-code fieldset legend
{
    color: #a0Ce67;
	padding-bottom: 3px;
}

#signup-code fieldset input[type="text"]
{
    margin-bottom: 0px;
}


#billing
{
    margin-top: 25px;
    background: #252525 url(../images/bg_252525_gradient.png) 0px -25px repeat-x;
    padding: 15px 0px;
}

#signup fieldset#billing-frequency
{
    margin: 50px 0px 25px 0px;
}



#form-errors
{
    color: #990000;
    margin: 0px;
    margin-bottom: 11px;
	padding: 8px 11px;
    background: #ffccb7;
    font-size: 11px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#form-errors a
{
    color: #990000;
}

#form-errors p
{
    color: #990000;
    padding: 11px 0px;
}

#form-errors dl
{
    color: #313131;
}

#form-errors dl dt
{
    clear: both;
    float: left;
    width: 150px;
    background: transparent url(../../images/icon_alert.gif) top left no-repeat;
    padding-left: 20px;
	padding-bottom: 11px;
	font-weight: bold;
}

#form-errors dl dd
{
    float: left;
    font-style: italic;
    padding-left: 20px;
    padding-bottom: 11px;
}

#form-errors .title
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	border-bottom: none;
}

#signup fieldset label.error
{
    color: #FF9B87;
    font-weight: bold;
}

input[type="text"].error,
input[type="password"].error,
textarea.error,
fieldset input[type="text"].error,
fieldset input[type="password"].error,
fieldset textarea.error,
#signup fieldset input[type="text"].error,
#signup fieldset input[type="password"].error
{
    color: #1C1D1E;
    background: #ffccb7;
    border-color: #990000;
}

select.error
{
    color: #1C1D1E;
    background: #ffccb7;
}

.form-agrees-to-terms
{
	font-size: 11px;
	color: #FFF;
	background-color: #454545;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px 5px;
	margin-top: 10px;
}

.form-agrees-to-terms input
{
    vertical-align: middle;
}

.hidden,
#signup fieldset label.hidden
{
    display: none;
}

.form-billing-frequency
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 6px;
	border: none;
	background: transparent;
}

.form-billing-frequency.hover
{
	background: #454545;
	padding: 3px 4px;
	border: 2px solid #f7cc05;
}

.form-billing-frequency.active,
.form-billing-frequency.active.hover
{
	background: #101010;
	padding: 4px 5px;
	border: 1px solid #f7cc05;
}

.form-billing-frequency *
{
    vertical-align: middle;
}

#signup fieldset .form-billing-frequency label
{
	font-size: 22px;
	font-weight: normal;
    line-height: normal;
    text-transform: none;
}

span.select {
	padding: 2px 35px 0 5px;
	position: absolute;
	height: 18px;
	color: #1F1F1F;
	background: transparent url(../../images/dd_125.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.dd-expires-month
{
    float: left;
}
.dd-expires-month span.select
{
	width: 100px;
	padding-right: 25px;
	background: transparent url(../../images/dd_125.jpg) no-repeat;
}

.dd-expires-month span.select.error
{
	background: transparent url(../../images/dd_125_error.jpg) no-repeat;
}


.dd-expires-year
{
    float: left;
    margin-left: 25px;
}
.dd-expires-year span.select {
	width: 40px;
	background: url(../../images/dd_80.gif) no-repeat;
}
.dd-expires-year span.select.error
{
	background: url(../../images/dd_80_error.gif) no-repeat;
}

.cvc-image
{
    margin-bottom: 24px;
    text-align: center;
}

.billing-notice
{
    margin-top: 24px;
}
.billing-notice h2
{
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    margin: 12px 0px;
}

.billing-notice p
{
    font-size: 11px;
}

.billing-frequency-live
{
    color: #00BCe4;
}

.alt-green
{
    color: #a0Ce67;
}

#signupForm .form-left
{
    padding-left: 15px;
}

#signupForm .form-right
{
    padding-right: 15px;
}

#signupForm p
{
    padding-left: 15px;
    padding-right: 15px;
}

#signupCodes
{
    display: none;
    background: #252525 url(../images/bg_252525_gradient.png) 0px -25px repeat-x;
    padding: 15px 0px;
}
.signupCodesQ
{

}


.days60
{
    display: none;
    position: absolute;
    width: 75px;
    height: 82px;
    background: url(../images/60-days-overlay.png) top left no-repeat;
    top: 80px;
    left: 10px;
}
