body {
	min-width: 300px;
	background: #fff;
}

#wpbody {
	padding: 10px;
}

.inside:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input[type=radio]{
	display:inline-block;
	width:17px !important;
	height:17px !important;
	margin-top: -1px;
}
input[type=radio]:checked:before{
	margin: 3px 0 0 3px;
	font-size:21px;
}

input[type=checkbox]{
	display:inline-block;
	width:16px !important;
	height:16px !important;
}
input[type=checkbox]:checked:before{
	margin: -8px 0 0 -9px;
	font-size:21px;
}