.register-title {	
	color:#000000;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 10px;	
}

.register-title a{	
	font-size:14px;
	font-weight: bold;	
}

.register_text_content p{
	text-indent: 25px;	
	margin-top: 10px;
}

#register_text_broker {
	margin-bottom: 20px;
	border-bottom: 1px solid #A5BDC1;
	padding-bottom: 40px;	
}


#divformbroker {
	width: 540px;	
	border: 1px solid #999999;
	background: white url(../images/register/bg_register_broker.jpg) no-repeat scroll center top;	
		
}

#divformpartner {
	width: 540px;	
	border: 1px solid #999999;
	background: white url(../images/register/bg_register_partner.jpg) no-repeat scroll center top;		
}

.divform_content {
	display: block;	
}

.divform_modal-title {
	color:#006699;
	font-size:30px;
	height:128px;
	padding-left:30px;
	padding-top:20px;
}

.divform_modal-title p{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	text-align:right;
	width:94%;
}

.registerform_left {
	float:left;
	margin-left:10px;
	margin-right:30px;	
}

 .registerform_right {
 	float: left;
 }

.registerform_left li, .registerform_right li{
	list-style: none;		
	margin-bottom: 10px;
}

.registerform_left input {
	width: 173px;			
}

.registerform_left input#first_name_broker, .registerform_left input#last_name_broker {
	width:82px;			
}

.registerform_left input#first_name, .registerform_left input#last_name {
	width:82px;			
}


.registerform_left label {
	width: 100px;
	float: left;		
}

.registerform_right label {
	width: 100px;
	float: left;
}

.registerform_right input {
	width: 100px;	
}

#divformbroker .squarebutton {
	margin:15px 15px 15px 70px;	
}


#register-overlay {
	background-color:#000000;
	cursor: pointer;
}

.modalCloseImg {
	background:transparent url(../images/x.gif) no-repeat scroll 0 0;
	cursor:pointer;
	display:inline;
	height:29px;
	position:absolute;
	right:-10px;
	text-indent:9999px;
	top:-9px;
	width:25px;
	z-index:3200;
}



