.search_box{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 472px;
	border: 1px solid #84C225;
	margin-top:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box_title{
	float:left;
	width: 100%;
	min-height: 23px;
	height:auto !important;
	height: 23px ; 
	padding-top:4px;
	background: #84C225;
}

.main_box{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width:950px; 
	border:1px solid #84C225;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


