/* CSS Document */


/* = Generic Form Styles
------------------------- Generic Form Styles ------------------
*/
.form_row
{
	clear:both;
	margin:5px;
}
.form_row label 
{
	display:block;
	float:left;
	width:140px;
	font-size:0.8em;
	padding-bottom:4px;
}



/* = form step headings
------------------------- form step headings ------------------
*/
.form_step_head
{
	width:630px;
	height:32px;
	background-image:url(../images/form_step_head.png);
	background-repeat:no-repeat;
	padding-top:28px;
	padding-left:15px;
	margin-left:-36px;
}
.step_counter
{
	color:#ee5311;
	font-weight:bold;
	font-size:1.1em;
}
.form_step_head h4
{
	display:inline;
	margin-left:23px;
	font-size:1.1em;
}
.form_step_head p
{
	display:inline;
	margin-left:30px;
	font-size:0.8em;
	color:#27437b;
}

/* = registration & update profile
------------------------- registration & update profile ------------------
*/
.register_page, .reg_gender, .reg_dob
{
	clear:both;
	margin:10px auto 0px auto;
	width:450px;
}
#agent_details .register_page
{
	height:40px;
}
.login_page label, .register_page label, .reg_gender span, .reg_dob label, #agent_photo_wrapper label
{
	display:block;
	float:left;
	width:140px;
	font-size:0.9em;
	padding-bottom:4px;
	padding-top:4px;
	color:#27437b;
}
.login_page input
{
	border:1px solid black;
	padding-top:2px;
	padding-bottom:2px;
	width:151px;
}
.register_page input
{
	border:1px solid black;
	padding-top:2px;
	padding-bottom:2px;
	width:200px;
}
.register_page select
{
	width:250px;
	border:1px solid #27437b;
	padding-top:2px;
	padding-bottom:2px;
	color:#27437b;
}
.reg_dob select
{
	border:1px solid #7f9db9;
	padding:2px;
}
.reg_dob select option
{
	padding-left:4px;
	padding-right:2px;
}
.reg_dob input
{
	border:1px solid #7f9db9;
	padding-top:2px;
	padding-bottom:2px;
}
.reg_gender
{
	height:22px;
}
/*
.submit, .login_button 
{
	margin-top:20px;
	cursor:pointer;
	height:24px;
	text-align:center;
	width:75px;
	margin-left:50px;
}
*/
.submit_hide
{
	display:none;
}
/* = list my property
------------------------- list my property ------------------
*/
#progress_bar, #advert_size
{	
	border-collapse:collapse;
	text-align:center;
	margin:0px auto 0px auto;
	padding:10px;
	font-size:0.9em;
}
#bar td
{
	border:#000000 1px solid;
	width:100px;
}
#progress_bar tr
{
	height:20px;
}
.color_block
{
	background-color:#999999;
}
#advert_size td
{
	padding:10px;
}
#advert_size input
{
	margin-left:30px;

}
#advert_size a
{
	cursor:pointer;
}
.btn_register
{
	background-image: url(../images/bt_search_box.png);
	background-repeat: repeat-x;
	border: none;	
	width: 83px;
	height: 23px;
	text-align: center;
	color: #27437b;
	cursor:pointer;
}
.btn_register:hover
{
	background-position: right;
}



















