/* ESTILOS PARA CHECKBOX */
.jquery-checkbox       {display: inline; font-size: 12px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 15px; height: 15px; margin: -7px 0px 0px 5px;}
.jquery-checkbox img {background: transparent url(../images/checkbox.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -15px;
}
.jquery-checkbox-checked img{
	background-position: 0px -30px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -45px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -60px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -75px;
}

/* ESTILOS PARA RADIOBOX */
.jquery-radiobox       {display: inline; font-size: 13px; line-height: 13px; cursor: pointer; cursor: hand;}
.jquery-radiobox .mark {display: inline;}

.jquery-radiobox img {vertical-align: middle; width: 13px; height: 13px; margin: 0px 0px 0px 5px;}
.jquery-radiobox img {background: transparent url(../images/radiobox.png) no-repeat;}

.jquery-radiobox img{
	background-position: 0px 0px;
}
.jquery-radiobox-hover img{
	background-position: 0px -13px;
}
.jquery-radiobox-checked img{
	background-position: 0px -26px;
}
.jquery-radiobox-checked .jquery-radiobox-hover img {
	background-position: 0px -39px;
}

.jquery-radiobox-disabled img{
	background-position: 0px -52px;
}
.jquery-radiobox-checked .jquery-radiobox-disabled img{
	background-position: 0px -65px;
}