.tab {	
	width:440px;margin:15px 10px 5px 10px
}
.tab .tabbar{
	margin:0px;padding:0;	
	border-bottom:1px solid #C4C4C4;
	height:22px;
	clear:both;
	line-height:22px;
	color:#fff;
}
.tab .tabname{
	position:relative;
	float:left;color:#555556;
	
	padding:0;
	cursor: pointer;	
	background:url(tabbg_normal.png) repeat-x #AFC8E4;
}
.tab .tabname div {
	background:url(mm_sep.png) top right no-repeat ;	
	padding:0 1em 0 1em;width:5em;
	text-align:center;
	height:22px;
	color:#fff;
	
}
.tab .active{	
	/*top:-2px;height:24px;*/
	background:url(tabbg_active.png) repeat-x ;
	font-weight:bold;	
}
.tab .card{
	border-width:0 1px 1px 1px ;
	border-color:#C4C4C4;border-style:solid;
	padding:5px;
	width:430px;overflow:hidden;
	margin:0px;
	background:#F8F9FC;
}
