#main_content{
	width:840px;
	float:none;
	margin:15px auto;
}
#content h2{
	margin:0;
	padding:5px 0 5px 25px;
	font-weight:bold;
	color:#DE1818 !important;
	background:url(/images/adsearch_down_arrow.gif) no-repeat scroll 5px center transparent;
	border-bottom:2px dotted #616161;	
	letter-spacing:1px;
	vertical-align:middle;
}

#content h2 a{
	color:#D9E68F;
}
#basic_info #search_fields{
	padding:20px 0;
	border-bottom:2px dotted #616161;
	margin-bottom:20px;
}
#content label{
	float:left;
	text-align:left;
}
#content label.search_point{
	font-weight:bold;	
	width:300px;
	margin-right:50px;
	overflow:hidden;
	text-align:right;
	white-space:nowrap;
	
}
#content label.search_value{
	/*
	width:400px;
	*/
}
#content label.example{
	font-size:14px;
	color:#999;
}
#content p{
	height:30px;
}
#content input[type=text]{
	width:200px;
	height:20px;
	padding:0;
	margin:0;
	border:1px solid #c0c0c0;
	text-indent:4px;
}
/*how to set the property of select element*/
#content select{
	width:200px;
	font-size:13px;
	line-height:20px;
}
option{
	height:20px;
	vertical-align:middle;
}
#startTime,#endTime{
	width:60px !important;
}
#advance_search_sub{
	border:1px outset #ddd;
	*border:none;
/*	background-color:#D9E68F;*/
	height:30px;
	width:77px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	background: url(../images/adsearch_button.gif) no-repeat scroll center center;
}
#advance_search_sub:active{
	border:1px inset #ddd;
}





#helpInfo{
	width:200px;
	position:absolute;
	visibility:hidden;
	background-color:#FFF;
	padding:10px;
	margin:0;
	border:1px dashed #c0c0c0;	
}

div#basic_info {
	margin:0;
}
