@CHARSET "UTF-8";


/* Content */

#left_content{
float: left;
width: 201px;
overflow: hidden;
}

#main_content{
float: left;
width: 720px;
background: url(images/in_center_bg.gif) repeat-x 0 0;
padding-top: 1em;
padding-left: 7px;
}

/* Left content */
#profile_search{
height: 203px;
background: url(images/profile_left_search_bg.gif) no-repeat;
padding-top: 50px;
padding-left: 14px;
padding-right: 10px;
}
#profile_search div{
	height:27px;
	clear:left;
}
#profile_search label{
	font-weight:bold;
	width: 76px;
	float:left;
}
#profile_search input, #profile_search select{
	width: 93px;
	border: 1px solid #abadb3;
	line-height: 16px;
}
	

#left_top_banner{
height: 229px;
background: url(images/profile_left_banner_bg.gif) repeat-y;
padding-left: 14px;
}

#profile_personal dt{
	background: url(images/profile_left_personal_header.gif) no-repeat;
	height: 52px;

}
#profile_personal dt strong{
	display:none;
}
#profile_personal dd{
	background: url(images/profile_left_personal_bg.gif) repeat-y;
	padding-left:17px;
	padding-right: 10px;
	padding-bottom: 1em;
}

#profile_online dt{
	background: url(images/profile_left_online_header.gif) no-repeat;
	height: 49px;
}
#profile_online dt strong{
	display:none;
}
#profile_online dd{
	background: url(images/profile_left_online_bg.gif) repeat-y;
	padding-left:32px;
	padding-right: 14px;
}
#profile_online_footer{
	height: 7px;
	background: url(images/profile_left_online_footer.gif) no-repeat;
}
