/*********************** Login Panel ****************************/

div#login div#login_banner_pro{
	float:left;
	width:280px;
	height:40px;
	margin:0px;
	padding:0px;
	background-color:#c0c0c0;
	background-image : url('../ms_cp_banner_pro.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height:40px;
}
div#login div#login_banner_pro a {
   display:block;
	width:280px;
	height:40px;
}
div#login div#login_banner_light{
	float:left;
	width:280px;
	height:40px;
	margin:0px;
	padding:0px;
	background-color:#c0c0c0;
	background-image : url('../ms_cp_banner_light.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height:40px;
}
div#login div#login_banner_light a {
   display:block;
	width:232px;
	height:40px;
}

/*********************** CP header ****************************/

#cp_header_banner_pro{
	float:left;
/*	width:1048px;*/
	width:280px;
	height:40px;
	margin:12px auto 0px 0px;
	padding:0px;
	font-size:12px;
	background-color:#c0c0c0;
	background-image : url('../ms_cp_banner_pro.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align:right;
	line-height:40px;
}
#cp_header_banner_pro a{
   display:block;
	width:280px;
	height:40px;
}

#cp_header_banner_light{
	float:left;
	width:280px;
	height:40px;
	margin:12px auto 0px 0px;
	padding:0px;
	font-size:12px;
	background-color:#c0c0c0;
	background-image : url('../ms_cp_banner_light.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align:right;
	line-height:40px;
}
#cp_header_banner_light a{
   display:block;
	width:232px;
	height:40px;
}

