.garotaAgito label{
	display: block;
	padding: 0.5em;
	padding-left: 32px;
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 1px solid #252525;
	clear: both;
	cursor: pointer;
}
.checked{
	background:  url(../imagens/chk_on.png) no-repeat;
}
.unchecked{
	background: url(../imagens/chk_off.png) no-repeat;
}
.selected{
	background: url(../imagens/chk_on.png) no-repeat;
}
.unselected{
	background: url(../imagens/chk_off.png) no-repeat;
}
.leftcol{
	float: left;
	clear: left;
	width: 50%;
}
.rightcol{
	float: left;
	clear: right;
	width: 50%;
}