@CHARSET "UTF-8";

.registration_confirm_box {
  position: relative;
  width: 328px;
  height: 326px;
  background: transparent url('../images/registration/background-registration-confirm.png') !important;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#registration {
	position: relative;
	width: 242px;
	height: 125px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 18px;
	background: url('../images/registration/background-registration.jpg');
	background-repeat: no-repeat;
}

#registration #subscribe {
	position: relative;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

#registration #subscribe-form {
    width: 100%;
	position: relative;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
}

#registration #valid_btn {
    width: 116px;
    height: 24px;
	position: absolute;
    top: 51px;
    left: 61px;
    text-align: center;
    padding-top: 9px;
}

#registration_bloc {
	font-family: arial;
	font-size: 12px;
	color: #000;
}

#registration_bloc td {
	text-align: center;
	font-weight: bold;
}

#registration_bloc .input_text {
	background: url('../images/registration/background-input.gif') no-repeat;
	width: 214px;
	height: 20px;
	border: 1px solid #a45a1b;
}

#registration_error {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000000002;
}

#error1, 
#error2, 
#error3, 
#error4, 
#error5, 
#error6, 
#error7, 
#error8, 
#error9, 
#error10, 
#error11 {
	position: absolute;
}

#error1, 
#error2, 
#error4, 
#error6, 
#error7, 
#error8, 
#error9, 
#error10, 
#error11 {
	background: url('../images/registration/fleche01.png');
	background-repeat: no-repeat;
	background-position: right 2px;
	right: 660px;
	padding-right: 9px;
}

#error1 .error, 
#error2 .error, 
#error4 .error, 
#error6 .error, 
#error7 .error, 
#error8 .error, 
#error9 .error, 
#error10 .error, 
#error11 .error {
	color: #fff;
	font-family: arial;
	font-size: 10px;
}

#error3, 
#error5 {
	background: url('../images/registration/fleche02.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	left: 660px;
	padding-left: 9px;
}

#error1_content, 
#error2_content, 
#error3_content, 
#error4_content, 
#error5_content, 
#error6_content, 
#error7_content, 
#error8_content, 
#error9_content, 
#error10_content, 
#error11_content {
	font-family: arial;
	font-size: 10px;
	color: #fff;
	background: #ff4200;
	padding: 3px;
}

#error1 {
	top: 100px;
}

#error2 {
	top: 131px;
}

#error3 {
	top: 131px;
}

#error4 {
	top: 158px;
	width: 270px;
}

#error5 {
	top: 160px;
	width: 250px;
}

#error6 {
	top: 192px;
	width: 250px;
}

#error7 {
	top: 270px;
}

#error8 {
	top: 100px;
}

#error9 {
	top: 100px;
}

#error10 {
	top: 363px;
}

#error11 {
	top: 403px;
}

.close {
	position: absolute;
	right: 0px;
	width: 64px;
	font-family: arial;
	font-size: 11px;
	color: #FFF;
	z-index: 30;
}

.close_lostpwd {
	position: absolute;
	right: 0px;
	top: -30px;
	width: 64px;
	font-family: arial;
	font-size: 11px;
	color: #FFF;
	z-index: 30;
}

.close_sponsor {
	position: absolute;
	right: 0px;
	top: -10px;
	width: 64px;
	font-family: arial;
	font-size: 11px;
	color: #FFF;
	z-index: 30;
}
.close a, .close_sponsor a, .close_lostpwd a {
	text-decoration: none;
	color: #fff;
}

.close img, .close_sponsor img, .close_lostpwd img {
	margin-left: 5px;
	border: none;
}

.greybox_form {
  position: relative;
  width: 328px;
  height: 505px;
  background: transparent url('../images/registration/background-registration-form.png') !important;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.greybox_disclaimer_form {
	margin-top: 5px;
	width: 318px;
	height: 87px;
	text-align: center;
	padding: 5px;
	background: url('../images/registration/background-registration-footer.png') no-repeat;
	font-family: arial;
	font-size: 11px;
	color: #a2a2a2;
  margin-left: auto;
  margin-right: auto;
  position:relative;
}

#popup_top {
	background: url('../images/registration/background-registration-form.png') no-repeat;
	width: 328px;
	height: 539px;
}

.intro_form {
	position: relative;
	padding-top: 30px;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
}

.registration_form, .fast_registration_form {
	font-family: arial;
	font-size: 12px;
	color: #000;
	padding: 5px;
}

.registration_form td {
	padding-top: 5px;
}

.registration_form .separator {
	position: relative;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.registration_form .input_text {
	width: 80px;
	height: 14px;
}

.registration_form .input_text_email, .fast_registration_form .input_text_email {
	width: 250px;
	height: 14px;
}

.fast_registration_form table {
	margin-top: 40px;
}

#this-email {
	position: relative;
	margin-top: 10px;
	margin-bottom: 11px;
	font-size: 11px;
	color: #951c1b;
	text-align: center;
}

.arrow  {
	padding-right: 5px;
}

.pl {
	padding-left: 10px;
}

.pr {
	padding-right: 10px;
}

.pr_w {
	width: 80px;
}

#valid-reg {
	background: url('../images/registration/valid-registration.png');
	background-position: 0px -6px;
	background-repeat: no-repeat;
	left: 0px;
	height: 70px;
	width: 310px;
	padding-top: 20px;
}

.bold_td {
	font-weight: bold;
}

#second_part {
	position: absolute;
	width: 100%;
	padding: 5px;
	left: 0px;
	top: 184px;
}