.tab {overflow:hidden}
.tab button {
	float:right;
	vertical-align:baseline;
	margin:0 2px;
	outline:none;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	font:14px/100% Arial,Helvetica,sans-serif;
	padding:.5em 1.5em .55em;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	color:#606060;
	border:solid 1px #b7b7b7;
	background:#fff;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
	background:-moz-linear-gradient(top,#fff,#ededed);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#ededed')
}
.tab button:hover {
	text-decoration:none;
	background:#ededed;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dcdcdc));
	background:-moz-linear-gradient(top,#fff,#dcdcdc);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#dcdcdc')
}
.tab button.active {
	top:1px;
	font-weight:bold;
	color:#dd0000;
	background:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#fff));
	background:-moz-linear-gradient(top,#ededed,#fff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#fff')
}
.tabcontent {
	display:none;
	padding:5px 5px
}
.tab_tab {
	overflow:hidden;
	border-bottom: 2px solid #157cfb;
	max-width:100%
}
.tab_tab button {
	outline:none;
	vertical-align:baseline;
	cursor:pointer;
	text-decoration:none;
	padding:.5em 1em .55em;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	font:14px/100% Arial,Helvetica,sans-serif;
	background:#157cfb;
	color:#fff;
	border:solid #157cfb;
	border-width:2px 2px 0;
	border-radius:5px 5px 0 0;
	text-align:center
}
.tab_tab button:hover {
	color:#0000aa;
	text-decoration:none;
	background:#12c4fe;
	border:solid #12c4fe;
	border-width:2px 2px 0;
	border-radius:5px 5px 0 0
}
.tab_tab button.active {
	top:1px;
	color:#ff0000;
	background:#fff;
	border-color:#12c4fe;
}
.tab_tabcontent {display:none}