input.radio,
input[type="radio"]{
display:inline;
width:auto;
margin:0;
padding:0;
border:0;
background:none;
vertical-align:center;
*vertical-align: top;
}

input[type="radio"]:hover,
input[ type="checkbox"]:hover{
	background-color: #b8f9fc
}

input[type="radio"]:focus,
input[ type="checkbox"]:focus{
	-webkit-box-shadow: 0 0 5px #6DB9FF;
	-moz-box-shadow   : 0 0 5px #6DB9FF;
	box-shadow        : 0 0 5px #6DB9FF;
	outline: none;
}

input.checkbox,
input[type="checkbox"]{
	display:inline;
	width:auto;
	margin:0;
	padding:0;
	border:0;
	background:none;
	vertical-align:center;
	*vertical-align: top;
}