* {
	font-family: tahoma;
	font-size: 12px;
}

label > div > div{
	margin-top: -20px;
	margin-left: 22px;
}

label > div > div > span{
	font-size: 10px;
}

label > div{
	border: 1px solid #ddd;
	margin-bottom: 10px;
	transition-duration: 1s;
	transition-property: background, border;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:600px;
	padding-right:5px;
}
label > div:hover{
	background-color:#ddd;
	border: 1px solid #bbb;
}
