div.msg_left_box{
	float:left;
	margin:10px 4px 0px 3px;
	width:104px; height:360px;
	background-image: url(../images/register/pvideo_profile_subtag1.jpg); 
	background-position: top center; 
	background-repeat: repeat-y;
}

div.msg_tab.current {
	background-image: url(../images/register/pvideo_profile_subtag2.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
}

/**** Message Tab ****/
div.msg_tab {
	height:25px;
}

div.main_content_area {
	float:left;
	position:relative;
	border: 0px solid orange;
	width: 550px;
	margin:10px 0px 0px 23px;
}

div.sub_tab{
	display:none;
}
div.sub_tab_toggle{
	height:20px;
	float:left;
	margin:0px 2px 0px 1px; 
	width:80px;
	text-align:center; cursor:pointer;
}

div.sub_tab_toggle_holder div.current{
	font-weight:bolder;
	background-color:#E0E0E0;
}

div.content_scroller{
	height: 350px; overflow:auto;
}



div.right_Main h2{
	color: #27a7d4;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
div.right_Main hr.title{
	border:0;
	background:grey;
	width: 250px;
	height:1px;
}
