body {
	background-color:#000000;
	background-image:url("../../images/signup/background_standard.png");
	background-repeat:repeat-x;
}

#left_shadow {top:0; left:0;  width:97px; height:251px; z-index:4; position:absolute;  background-image:url(../../images/signup/standard_shadow_left.png); background-position:left top; background-repeat:no-repeat}

#right_shadow {top:0; right:0; width:97px; height:251px; z-index:4; position:fixed;  background-image:url(../../images/signup/standard_shadow_right.png); background-position:right top; background-repeat:no-repeat}

#wrapper{
    width: 100%;
	height: 100%;
    margin-left:auto;
    margin-right:auto;
	position: relative;
}
#header {
   background:transparent;
   padding:10px;
}

#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
    position:fixed;
	bottom:0px;
   width:100%;
   color: #999999;
   height:20px;   /* Height of the footer */
   background:transparent;
   text-align: center;
   font-size: 12px;
}

.BrandingArea{
	position: static;
}

#PageTitleArea{
    height: 130px;
	text-align: center;
	padding-top: 14px;
	width: 100%;
}
#PageTitle{
	height:120px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: auto;
}

.signup_header{
    background: transparent url(../../images/signup/signup_header.png) no-repeat;
	width: 377px !important;
}

.policies_header{
	background: transparent url(../../images/signup/terms_and_conditions.png) no-repeat;
	width: 788px !important;
}

.verify_header{
	background: transparent url(../../images/signup/verify_and_download.png) no-repeat;
	width:727px !important;
}

.thankyou_header{
	background: transparent url(../../images/signup/thank_you.png) no-repeat;
	width: 450px !important;
}

.profileField{
	top: -70px;
	width: 100%;
	color: #cccccc;
	height: 100%;
	text-align: left;
}

input[type=text], input[type=password]{
    background: transparent url(../../images/signup/input.png) no-repeat;
	position: absolute;
	border: 0;
	padding-left: 7px;
	padding-right: 7px;
	width: 153px;
	height: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
}

.signupSeperator, .signupLongSeperator{
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.signupSeperator{
	width:600px;
	top: 30px;
	left: 25px;
    margin-left: 0;
}

.signupLongSeperator{
	width: 755px;
	margin: 0;
}

.signupBox.left{	
	margin-left: 160px;
}

.signupBox.right{
	position: relative;
	margin-left: 650px;
	top:-526px;
}

.signupBox.middle{
	/*margin-left: 450px;*/
	margin-left:auto;
    margin-right: auto;
    width:600px;
}

select#id_country, select#id_timezone, select#id_reference, select#id_privacy_settings, select#id_level, select#id_talent, select#id_style{
	background: transparent url(../../images/signup/input.png) no-repeat;
	border: 0;
	width: 167px;
}

select#id_reference{
    width:345px;
    background:transparent url(../../images/signup/input_long.png) no-repeat scroll 0 0;
}
select#id_gender, select#id_birthdate_day, select#id_birthdate_month, select#id_birthdate_year{
	background: transparent url(../../images/signup/input_short.png) no-repeat;
	border: 0;
	width: 70px;
}

input#id_email{
	background: transparent url(../../images/signup/input_long.png) no-repeat;
	border: 0;
	width: 354px;
    margin-bottom: 15px;
}

select{
	font-weight: bold;
}

select option, select option{
	font-weight: bold;
	background-color: white;
}

.signupBox{
	width: 350px;
	padding: 3px;
	padding-bottom: 20px;
}

.signupBigBox{
	width: 764px;
	margin-left: 245px;
}

.signupBigBox .signupHead{
	margin-left: 10px;
}

.signupBigBox hr{
	margin-left: 10px;
}

.signupBox table{
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
    width: 620px;
}

.signupBox table tr{
	height: 30px !important;
	vertical-align: top;
}

.signupBox table tr td{
	vertical-align: top;
}

.signupBox table tr td.td_input{
	width: 350px;
}
.signupBox table tr td.td_check_availability{
	vertical-align: top;
	text-align: right;
}

.signupBox label{
	padding-right: 10px;
	min-width: 50px;
}

.signupBox .profile_error_message, #available_text{
	width: 165px;
	color: red;
	font-size: 12px;
    line-height: 20px;
}
#available_text{
    float:left;
    font-size:12px;
    text-align:left;
    width:303px;
    
}

.notice, .signupLink{
	color: #996600;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
}

.notice_right{
	text-align: right;
}

.action_area{
	position: relative;
	width: 260px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

.td_label{
	text-align: right;
}

.nextButton{
	background: transparent url(../../images/signup/next_inactive.png) no-repeat;
	position: absolute;
	width: 257px;
	height: 67px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

.nextButton:hover, .nextButton:active{
	background: transparent url(../../images/signup/next_active.png) no-repeat 0 -4px;
}

.downloadButton{
	background: transparent url(../../images/signup/download_button_inactive.png) no-repeat;
	position: absolute;
	width: 257px;
	height: 67px;
	border: 0;
}

.downloadButton:hover, .downloadButton:active{
	background: transparent url(../../images/signup/download_button_active.png) no-repeat;
}

.finishButton{
	background: transparent url(../../images/signup/finish_inactive.png) no-repeat;
	position: absolute;
	width: 257px;
	height: 57px;
	border: 0;
}
.finishButton:hover, .downloadButton:active{
	background: transparent url(../../images/signup/finish_active.png) no-repeat 0 -4px;
}

.action_links{
	position: absolute;
	top: 67px;
	width: 257px;
	text-align: center;
	padding-bottom: 10px;
}

#available_text{
	font-size: 12px;
}

li{
	text-align: left;
}

.policy_box{
	overflow: auto;
	color: #000000;
	height: 150px !important;
	width: 740px;
	padding-left: 15px;
	padding-top: 1px;
}

.policy_box_container{
	margin: 10px;
	background: transparent url(../../images/signup/box_wide.png) no-repeat;
	width: 756px;
	height: 157px;
	overflow: hidden;
	padding-top: 1px;
}
.tos_ul{
	padding-left: 0px;
}

.tos_ul li{
	list-style: none;
	line-height: 20px;
}

.policy_check{
	margin-left: 363px;
	font-size: 12px;
	text-align: right;
	width: 400px;
}

.profile_error_message{
	color: red;
}

p.description{
	margin: 0;
    font-size: 12px;
    color: #999999;
    font-weight:bold;
}

.check_username{
    float:left;
}
.gap{
    height: 20px;
    
}
.signupHead{
    font-weight:bold;
    color: #999999; 
}
}

.email_notice{
	margin-top: 10px;
}