.registerheader {
	height: 140px;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}

.registerheader h1 {
	font-size: 30px;
	margin: 35px 0 0 28px;	
	font-weight: normal;
}

.registerheader p {
	font-size: 12px;
	margin: 8px 0 0 28px;	
	
}

.stepsregister {
	height: 95px;
	position: relative;
	border-bottom: 1px solid #cdcdcd;	
}

.substeplgitmgray1 {
	width: 270px;
	height: 25px;
	float:left;
	background-image:url(../../images/cash/deposit/longarrowgray1.png);
	color: #fff;
	padding: 5px 0 0 55px;
}

.substeplgitmblue1 {
	background-image:url(../../images/cash/deposit/longarrowblue1.png);
}


.substeplgitmgray2 {
	width: 250px;
	height: 25px;
	float:left;
	margin-left: -4px;
	background-image:url(../../images/cash/deposit/longarrowgray2.png);
	color: #fff;
	padding: 5px 0 0 75px;
}

.substeplgitmblue2 {
	background-image:url(../../images/cash/deposit/longarrowblue2.png);
}
.rg-row {
	margin: 10px 70px;	
}

.rg-col1 {
	padding-top: 4px;
	float:left;
	width: 120px;
	min-height: 10px;
	text-align: right;	
}

.rg-col2 {
	float:left;
	width: 280px;
	margin-left: 5px;
}

.rg-col3 {
	padding-top: 6px;
	float:left;
	width: 355px;
	margin-left: 5px;
}

.textfield2 {
	width: 110px;
    height: 18px;
    border: 1px solid #bdc6ca;
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 5px;
}

.capcha {
	width: 100px;
	margin-left: 10px;
    margin-top: 4px;
}

.submitbtn3 {
	color: #fff;
	padding: 7px 35px;
	cursor:pointer;
	font-size: 15px;
	background: #39a9ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #39a9ff 0%, #38a7fe 51%, #288af1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39a9ff), color-stop(51%,#38a7fe), color-stop(100%,#288af1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #39a9ff 0%,#38a7fe 51%,#288af1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #39a9ff 0%,#38a7fe 51%,#288af1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #39a9ff 0%,#38a7fe 51%,#288af1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #39a9ff 0%,#38a7fe 51%,#288af1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a9ff', endColorstr='#288af1',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

