body {
	background: url('/img/clouds-bg.png') repeat-x;
}

.menu {
	height: 70px;
}

.menu-left, .menu-right {
	height: 70px;
}

.clouds {
	color: #fff;
	font-size: 37px;
	height: 120px;
	text-align: center;
	width: 100%;
	padding-top: 30px;
}

.blue-header {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	height: 90px;
	text-align: center;
	width: 100%;
	padding-top: 36px;
	margin-bottom:40px;
}

.blue-header h1 {
	font-size:42px !important;
	color:#fff !important;
}

.content-left {
	padding: 20px 0px 0 50px;
	margin-bottom: 50px;
	height: auto;
}

.content-right {
	margin: 20px 0 0 0;
	width: 240px !important;
	background: url('/img/registration-right-box-bg.png') left top no-repeat !important;
	padding-left:20px;
}

.white-box {
	position:relative;
	background-color: #fcfeff;
	border:1px solid #d2e8fa;
	width:674px;
	height:auto;
	margin-bottom:30px;
	padding-bottom:40px;
}

.white-box .lt, .white-box .rt, .white-box .rb, .white-box .lb {
	position:absolute;
	width:10px;
	height:10px;
}

.white-box .lt {
	left:-1px;
	top:-1px;
	background-image: url(/img/white-box-lt.gif);
}


.white-box .rt {
	right:-1px;
	top:-1px;
	background-image: url(/img/white-box-rt.gif);
}

.white-box .rb {
	right:-1px;
	bottom:-1px;
	background-image: url(/img/white-box-rb.gif);
}

.white-box .lb {
	left:-1px;
	bottom:-1px;
	background-image: url(/img/white-box-lb.gif);
}

.white-box .pointer {
	position:absolute;
	left:75px;
	bottom:-11px;
	width:32px;
	height:11px;
	background-image: url(/img/white-box-pointer.gif);

}

.white-box-number {
	display:inline;
	width:46px;
	height:47px;
	margin:26px 0 0 29px;
	float:left;
}

div.first {
	background-image: url(/img/white-box-1.png);
}

.second {
	background-image: url(/img/white-box-2.png);
}

.third {
	background-image: url(/img/white-box-3.png);
}

.white-box-title {
	display:inline;
	width:530px;
	margin:34px 0 16px 12px;
	float:left;
}

.white-box-title h2 {
	font-size:25px;
	margin-bottom:5px;
	color:#222;
}

.white-box-title h3 {
	font-size:15px;
	color:#636b75;
}

.white-box div.input {
	float: left;
	clear:both;
	width: 40em;
}

.white-box div.input input.text {
	float:left;
	margin-top:10px;
	margin-bottom:5px;
	width:220px;
	height:24px;
	border:1px solid #7f9db9;
	font-size:20px;
}

.white-box div.input select {
	border:1px solid #7f9db9;
	font-size:15px;
	margin:12px 0 5px 0;
	padding:0;
	background-color: #fff;
	clear:none;
	color:#333;
}

.white-box div.input label, .white-box div.input .legend {
	width:200px;
	height: 3em;
	text-align: right;
	float:left;
	font-weight:bold;
	font-size:13px;
	margin-right:10px;
	margin-top:15px;
	display: block;
}

.white-box div.terms {
	clear:both;
	padding: 28px 0 0 58px;
	height: 4.5em;
	float: left;
}

.white-box div.terms input {
	float:left;
	margin: 0 0.7em 3em 0;
	background:none !important;
}
.white-box div.terms label {
	float:left;
	text-align: left;
	font-weight: normal;
	display:block;
	width:37em;
	margin: 0;
}

.white-box .carriers {
	width: 42em !important;
}
.white-box .carriers .legend {
	margin: 9px 10px 0 0 !important;
}

.login .input {
	width: 30em !important;
}

.signup {
	padding-top: 0;
}

.signup-ok .white-box, .verify-email .white-box {
	padding: 20px 10px 120px 20px;
	width: 644px;
}
.signup-ok .white-box-title, .verify-email .white-box-title {
	margin:10px 0 14px 0;
	width:600px;
}
.signup-ok .white-box-title h2, .verify-email .white-box-title h2 {
	margin: 0;
}
.signup-ok h3, .verify-email h3 {
	font-size:15px;
}

.password-new {
	padding-top:30px;
	margin-bottom:220px;
	width:600px;
	height:150px;
}

.password-new div.submit input {
	width:133px;
	height:36px;
	background-image:url(/img/save-submit.png);
	margin-left:254px;
}

.resend-pin .white-box-title {
	margin: 30px 0 35px 30px;
	width:620px;
}
.resend-pin .white-box .submit input {
	width:133px;
	background-image:url(/img/rinvia-button.png);
	margin-left:258px;
}

.white-box div.spinner {
	float:left;
	clear:none;
	font-size:15px;
	margin-left:20px;
	background: url('/img/spinner.gif') #fff left top no-repeat;
	padding-left: 40px;
	margin-top:2px;
	width: 200px;
	height: 36px;
	line-height:36px;
	color:#333 !important;

}

.white-box div.input .note {
	font-size:11px;
	padding: 1.5em 0 0 1em;
	display: block;
	float: left;
}

.white-box .submit input {
	width:198px;
	height:36px;
	background-image:url(/img/signup-submit.png);
	border-width:0;
	margin:30px 0 0 58px;
	cursor:pointer;
}

.input div.error-message {
	float: left;
	color:#fff;
	font-size:12px;
	background-color: #f87a76;
	padding:1px 0px;
	text-indent:2px;
	min-width: 224px;
	width: 224px;
	white-space: nowrap;
}
html > body .input div.error-message {
	width: auto;
}

.activate .submit input {
	width:133px;
	background-image:url(/img/activate-button.png);
	margin-left:255px;
}

.right-box {
	width:215px;
	height:auto;
	margin-bottom:14px;
}

.right-box-content {
	width:195px;
	background-color: #f9fcff;
	border: 1px solid #e0e0e0;
	border-width: 0 1px;
	font-weight:normal;
	color:#787e87;
	font-size:13px;
	padding:22px 6px 2px 12px;
	margin:0;
}

.right-box-header {
	width:215px;
	height:32px;
	background-image: url(/img/right-box-header.png);
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-indent:8px;
	line-height:32px;
}

.right-box-footer {
	width:215px;
	height:5px;
	background-image: url(/img/right-box-footer.png);
}

.right-box-title {
	font-size:15px;
	color:#50555c;
	font-weight:bold;
	margin-bottom:12px;
}

.right-box-content img {
	margin:0 10px 0 0;
	float:left;
}

.captcha img {
	display: block;
	float: left;
	width: 222px;
	height: 60px;
	background: red;
	margin-bottom: 0.5em;
}
.captcha label {
	padding-bottom: 6em;
}

