.clearfix{
	clear: both;
}
.wrap .header{
	margin: 30px 0 20px;
}
.wrap .header h2{
	background: url(options.png) no-repeat 50% #258fb8;
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	padding: 0;
	margin-top: -1px;
	margin-left: -1px;
	float: left;
}
#corner_switch{
	background: #fff;
	height: 48px;
	border: 1px solid #DFDFDF;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#corner_switch a{
	float: left;
	line-height: 48px;
	padding: 0 15px;
	cursor: pointer;
}
#corner_switch a.current{
	font-weight: bold;
}
#corner_switch small{
	float: right;
	line-height: 48px;
	margin-right: 15px;
	color: #999;
}
#corner_switch small a{
	float: none;
	padding: 0;
	text-decoration: none;
}
.corner_box{
	clear: both;
	margin-left: 60px;
	width: 95%;
	line-height: 2;
}
.corner_box input[type="radio"]{
	display: inline;
	margin-right: 4px;
}
.corner_box input[type='checkbox']{
	margin-right: 5px;
}
.corner_box .child{
	margin-left: 10px;
}
.corner_box .child::before{
	content: "⌊";
}
.corner_box tr{
	margin-bottom: 10px;
}
.corner_box td{
	vertical-align: top;
}
.corner_box td.left{
	width: 15%;
	font-weight: bold;
	font-size: 12px;
}
.corner_box td.right{
	width: 85%;
	font-size: 12px;
}
input.button-primary{
	margin-left: 60px;
	margin-top: 20px;
}
.corner_box ul.manual{
	background: #e6e6e6;
	padding: 10px;
	margin: 10px;
}
#corner_updated{
	background: #FFFFE0;
	border: 1px solid #E6DB55;
	margin: 0 0 20px 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#corner_updated p{
	margin: 0;
	padding: 6px 10px;
}