
/***************************************************
*	SKETCHBOOK5 Element - Reset
****************************************************/
#bd_wizard{ z-index:99999; }
#content_font{width:500px;}
/* Box Style */
.cnb3{margin:0 0 0 -2px;padding:0}
.cnb3 li{list-style:none;float:left}
.cnb3 a{display:block;overflow:hidden;padding:5px 16px;margin:2px;border:1px solid #DDD;border-radius:3px;background:#EEE;white-space:nowrap;text-overflow:ellipsis;text-decoration:none !important;text-align:center;color:#666}
.cnb3 .on>a,.cnb3 a:hover,.cnb3 a:focus{border-color:#999;background:#BBB;color:#FFF;text-shadow:0 0 1px rgba(0,0,0,.5)}
.cnb3 .on>a{font-weight:700}
.cnb4 a{border:1px solid #999;background:none !important}
.cnb4 .on>a,.cnb4 a:hover,.cnb4 a:focus{border-color:#333;color:#333;text-shadow:none}
.cnb3.center{text-align:center}
.cnb3.center li{float:none;display:inline-block;*display:inline;*zoom:1}

.x .x_nav-tabs>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none !important;
	display:block;
	overflow:hidden;
	padding:5px 16px;
	margin:2px;
	border:1px solid #DDD;
	border-radius:3px;
	background:#EEE;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-decoration:none !important;
	text-align:center;
	color:#666;
	font-weight:700;
}
.x .x_nav-tabs>li>a:hover {
	border-color:#999;
	background:#F4F4F4;
	color:#222;
	text-shadow:0 0 1px rgba(255,255,255,.5);
}
.x .x_nav-tabs>li.x_active>a {
	font-weight: bold;
	border-color:#999;
	background:#BBB;
	color:#FFF;
	text-shadow:0 0 1px rgba(0,0,0,.5);
}

.x input[type="radio"], 
.x input[type="checkbox"] { margin: 0; }
.x input[type="file"] { height: auto; }
.x td select, 
.x td textarea, 
.x td input { margin-bottom: 0; }
.x input[type="text"], 
.x input[type="password"], 
.x input[type="datetime"], 
.x input[type="datetime-local"], 
.x input[type="date"], 
.x input[type="month"], 
.x input[type="time"], 
.x input[type="week"], 
.x input[type="number"], 
.x input[type="email"], 
.x input[type="url"], 
.x input[type="search"], 
.x input[type="tel"], 
.x input[type="color"] {
	height: 18px;
	vertical-align:middle;
	line-height: 18px;
}
.x input[type="number"] {
	text-align:right;
	vertical-align:middle;
	font-size:16px;
	font-weight:400;
	width: 80px;
	height: 30px;
	line-height: 30px !important;
}

/* android HD */
@media screen and (max-width:360px){
}
/* android 800x480, iphone */
@media screen and (max-width:320px){
}
/* Viewer */
@media only screen and (max-width:960px){
}
@media only screen and (max-width:420px){
}

