body,ul{
	margin:0;
	padding:0;
	}
ul{
	list-style:none;
	}
.tab-box{
	margin-left: 5%;
	margin-right: 5%;
	/*width:383px;
	margin:10px;*/
	border:1px solid #ccc;
	border-top:2px solid #f16821;
	}
.tab-head{
	height:31px;
	}
.tab-head-div{
	width:95px;
	height:30px;
	float:left;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#f16821;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	color:#fff;
	}
.tab-head .current{
	background:#fff;
	border-bottom:1px solid #fff;
	color:#000;
	}
.tab-head-r{
	border-right:0;
	}
.tab-body-div{
	display:none;
	margin:20px 10px;
	}
.tab-body .current{
	display:block;
	}