﻿

#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	outline:0;
	border:0;
}
#tabs li {
	float: left;
	width:190px;
	margin: 0 ;	
	padding:0;
	outline:0;
}
#tabs a {
	position: relative;
	float: left;
	width:191px;
	height:40px;
	line-height:40px;
	text-decoration: none; 
	text-align:center;
	vertical-align:middle;
	font-size:14pt;
	color: #fff;
	font-family:'Microsoft YaHei';
	border:0;
    outline: 0;
}
#tabs span {
	font-size:13pt;
	color: #fff;
	font-family:'Microsoft YaHei';
}
 #tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after 
{
 	
}

#tabs a:focus {
	outline: 0;
}
 #tabs a::after {
 content:'';
 position:absolute;
 z-index: 1;
 top: 0;
 right: -.5em;
 bottom: 0;

}
 #tabs #current a, #tabs #current a::after {
	background:#000;
    z-index: 3;

}
/* ------------------------------------------------- */

#content {
	padding: 2em;
	height: 190px;
	position: relative;
	z-index: 2;
	line-height:30px;
	font-size:12px;

}
#content h2, #content h3, #content p {
	margin: 0 0 25px 0;
}
/* ------------------------------------------------- */

#about {
	color: #999;
}
#about a {
	color: #eee;
}
#tabs .current
{   
	border:0;
    z-index: 3;
}
#tabs .target
{
    background:rgba(255,255,255,0.2)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2Cffffff,endColorstr=#2Cffffff); 
    border:0;
}

#tabs .defaultLogin
{
   text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	
    width:322px;
    z-index: 3;
}