/* CSS Document */






/* = left side
------------------------- left size ------------------
*/
#left_side
{
	position:absolute;
	left:10px;
	width:200px;
	background-color:#FFFFFF;
}
.left_box_form_row
{
	font-size: 16px;
	clear:both;
	margin:5px;
}

/* = search box
------------------------- search box ------------------
*/
#search_box
{
	width:200px;
	background-image:url(../images/search_box_bg.png);
	background-repeat:repeat-y;
}
#search_box_head
{
	width:190px;
	height:25px;
	background-image:url(../images/search_box_head.png);
	background-repeat:no-repeat;
	color:#27437b;
	font-weight:bold;
	padding-left:10px;
	padding-top:2px;
}
#search_box_foot
{
	width:190px;
	height:15px;
	background-image:url(../images/search_box_foot.png);
	background-repeat:no-repeat;
}

/* = login box
------------------------- login box ------------------
*/

#login_box
{
	width:190px;
	min-height:190px;
	background-image:url(../images/login_box_bg.png);
	background-repeat:no-repeat;
	margin-top:25px;
	padding-left:5px;
	padding-top:2px;
}

/* = option box
------------------------- option box ------------------
*/

#option_box_wrapper
{
	margin-top:20px;

}
#option_box_wrapper1
{
	position: absolute;
	margin-top: -200px;
	margin-left: 300px;
}
#option_box_head
{
	width:190px;
	height:25px;
	background-image:url(../images/options_head.png);
	background-repeat:no-repeat;
	color:#27437b;
	font-weight:bold;
	padding-left:10px;
	padding-top:2px;
}
#option_box_filler
{
	background-image:url(../images/options_filler.png);
	background-repeat:repeat-y;
}
#option_box_foot
{
	width:190px;
	height:10px;
	background-image:url(../images/options_foot.png);
	background-repeat:no-repeat;
}
#option_box_menu li
{
	list-style:none;
	height:25px;
}
#option_box_menu li a
{
	color:#27437b;
	text-decoration:none;
}
#option_box_menu li a:hover
{
	text-decoration:underline;
}
#search_box table
{
	margin-left:10px;
}
#search_box option
{
	padding-left:3px;
}
#search_box table label
{
	font-size:0.85em;
	margin-right:5px;
	color:#27437b;
}
#search_box table select
{
	width:73px;
	margin-right:5px;
}
#suburb_search, #property_type_search
{
	width:170px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.search_bt
{
	width:83px;
	height:23px;
	background-image:url(../images/bt_search_box.png);
	background-repeat:no-repeat;	
	cursor:pointer;
	text-align:center;
	margin-top:10px;
	margin-left:50px;
	border:0px;
	color:#27437b;
}
.search_bt:hover, .login_button:hover, .login_button2:hover
{
	background-position:right;
}
.day_row
{
	margin:5px;
	margin-left:10px;
}
.day_row label
{
	display:block;
	float:left;
	width:40px;
	font-size:0.8em;
	color:#27437b;
}
#day
{
	width:127px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sub, #type
{
	width:167px;
	color:#27437b;
	margin-left:5px;
}
#b1, #b2, #p1, #p2, #t1, #t2, #day
{
	color:#27437b;
}
.login_row
{
	clear:both;
	margin:5px;
	color:#27437b;
}
.login_row label
{
	display:block;
	float:left;
	width:140px;
	font-size:0.9em;
	padding-bottom:4px;
	
}
.login_row input
{
	border:1px solid #27437b;
	padding-top:2px;
	padding-bottom:2px;
	width:165px;
}
.login_page
{
	clear:both;
	margin:10px auto 0px auto;
	width:300px;
}
.login_box_check
{
	margin-left:5px;
	margin-top:3px;
	width:20px;
	float:left;
}
#login_box_check_label
{
	color:#27437b;
	float:left;
	width:150px;
}
#login_box_check_label label
{
	cursor:pointer;
}

#login_box a
{
	color:#27437b;
	margin-left:20px;
	text-decoration:underline;
}
#login_box a:hover
{
	text-decoration:none;
}
.login_button
{
	width:83px;
	height:23px;
	background-image:url(../images/bt_blue_bg.png);
	background-repeat:no-repeat;	
	cursor:pointer;
	text-align:center;
	border:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:70px;
	color:#27437b;
	float: left;
}
.login_button2
{
	width:83px;
	height:23px;
	background-image:url(../images/bt_blue_bg.png);
	background-repeat:no-repeat;	
	cursor:pointer;
	text-align:center;
	border:0px;
	margin-top:-20px;
	margin-bottom:5px;
	margin-left:435px;
	color:#27437b;
	float: left;
	clear: both
}
#checkbox_login{
	margin-left: -63px;
	margin-top: 4px;
	border: none;
}
#email_login_box, #password_login_box
{
	color:#27437b;
	padding-left:3px;
}
#form_keep_logged_in
{
	margin-right:10px;
	display:block;
}









