@charset "utf-8";
/* CSS Document */

/* My Valuation */
#div_Valuations .headerTitle
{
	font-weight:bold;
	text-decoration:none; 
	font-size:85%;
	float:right 
}


/* My review */
#div_myReview .headerTitle
{
	font-weight:bold;
	text-decoration:none; 
	font-size:85%;
	float:right 
}

/* My Chat */
#div_myChats .headerTitle
{
	font-weight:bold;
	text-decoration:none; 
	font-size:85%;
	float:right 
}

     
#div_Search .control_left
{
    width:230px;
    float:left;  
}

#div_Search .label_left {
     width:90px; 
     float:left; 
}

#div_Search .chkbox_left {
     width:80px; 
     float:left; 
}

#form_button_left {
	width: 180px;
	border:#006600 0px solid;
	padding:0px 0 0px 0px;
	
}

/* ------------------ other ----------------*/
/* Added by Angus */
#control_left{
  display: block;
  float:left;

}

#control_right{
  display: block;
  float:right;

}
/* End added by Angus */
