div.registerForm .lighter {
	color: #7F94AD;
}

div.registerForm .darker{ 
	color:#002A5C
}

div.registerForm{	
}

div.registerFormInner{
	width:98%;
	margin: 8px auto;
}

div.registerForm img.imgRegistrationTop{
	/*margin: 8px auto;
	display: block*/
}


div.registerForm div.stepBlock {
	color:#002A5C;
	float:left;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	margin:11px 0 0 26px;
	/*width:802px;*/
	width:94%;
}

div.registerForm div.stepInfo{
 	float: right;
}

div.registerForm div.stepInfo  div.stepItem{
 	float:left;
 	color: #7F94AD;
 	font-weight: normal;
 	font-size:10px;
 	text-align: center; 	
}

div.registerForm div.stepInfo div.arrow  {
	color:#CED2D5;
	float:left;
	font-size:8px;
	margin:5px;
}

div.registerForm div.formBlock{
	background:none repeat scroll 0 0 #F6F6F7;
	color:#455560;
	font-family:tahoma;
	font-size:14px;
	margin:10px;
	padding: 60px 20px 50px; 
	#padding: 20px 20px 20px; 
}

div.registerForm table.formTable{
	margin: 0 auto;
	/*width: 80%;*/
}

/* some form alterations */
div.registerForm tr{
	line-height:50px;
}
div.registerForm td.inputTdLongText input{
	width: 300px;	
}

div.registerForm table input.captchaCode{
	width: 168px;
	#width: 150px;
}

div.registerForm td img.captchaImg{
	width:112px;
}

div.registerForm tr.submitTr{
	display: none;
}

div.buttonsBlock{
	position: absolute;
	bottom:3px;
	padding:10px 0px 10px 5px;
	width: 97%;

}
div.buttonsBlock input.uiDialog_button{
	background:url("appProxy/site/openAccount/uiDialog_button.png") ;
	border:0 none;
	cursor:pointer;
	display:block;
	float:left;
	height:30px;
	width:96px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

div.buttonsBlock input.next{
	float: right;
}

div.registerForm td.desc div.attention div.errorText{
	padding-top:0px;
}
div.registerForm td.desc div.attention {
	background: url("appProxy/site/global/attentionIcon.png") no-repeat scroll 0 12px transparent;	
	margin: 0 0 0 10px;
	font-size:10px;
}

div.registerForm div.processingRegistration{
	color:#455560;
	font-size:20px;
	text-align: center;	
	padding: 50px 0;
}

div.registerForm div.processingRegistration img{
	margin-top:30px;
}

