@CHARSET "UTF-8";

#title,#content
{
	width:100%;
	/*min-width:996px;*/
}

#title_left,#content_left
{
    position:relative;
	left:0px;
	top:0px;
}


#title
{       
	height:80px;
	background:url(images/loginRelated/title.jpg) repeat-x;
}

#title_left
{   

	width:1000px;
	height:80px;
	background: url(images/loginRelated/title_left.jpg);	
}

#title_line_1
{
	margin: 0px; 
	padding: 10px 10px 5px 10px; 
	font-family: Arial; 
	font-size: 18px; 
	color: #555555;
}

#title_line_2
{
	 margin: 0px; 
	 padding: 5px 10px 10px 10px; 
	 font-family: Arial; 
	 font-weight: bold; 
	 font-size: 17px; 
	 color: #123b67;
}


#content
{
    height:492px;
	background:url(images/loginRelated/content.jpg);
}

#content_wrapper
{
	width:1000px;
}


#content_left
{
     float:left;
	height:492px;
}

#content_right
{
	/*position:relative;

	top:-492px;*/
    float:left;
	height:492px;
	
}


.field_title
{
	margin: 0px; 
	padding: 5px 10px 5px 10px; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 11px; 
	color: #555555;
}
/* edit by Qingan Wang*/

.field_font
{
	margin: 0px; 
	padding-left:10px; 
	font-family: Arial; 
	font-size: 11px; 
	color: #555555;
}


#reset_button_container
{
	margin-top:12px;
}

#criteria_container
{
	margin-bottom:5px;
}


#need_help_link
{
	margin: 0px; 
	padding: 5px 10px 5px 10px;
	font-family: Arial; 
	font-weight: bold; 
	font-size: 11px;
}

#need_help_link a
{
	color: #123b67; 
	text-decoration: none;
}