.bewebCheck{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	float:left;
}

.bewebCheck a,
.bewebCheck a:link,
.bewebCheck a:hover,
.bewebCheck a:visited,
.bewebCheck a:active{
	display:block;
	width:15px;
	height:17px;
	background-image:url(../img/checkbox.png);
	background-position:0 -2px;
	background-repeat:no-repeat;
	
	text-decoration:none;
	border-bottom:none;
}

.bewebCheck a.active{
	background-image:url(../img/checkbox-checked.png);
	background-position:0 -2px;
	background-repeat:no-repeat;
}

.customCheck a,
.customCheck a:link,
.customCheck a:hover,
.customCheck a:visited,
.customCheck a:active{
    background-image:url(../img/checkbox2.png) !important;
}

.customCheck a.active{
    background-image:url(../img/checkbox-checked2.png) !important;
}

.customRadio{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	display: inline-block;
	vertical-align: top;
}

.customRadio a,
.customRadio a:link,
.customRadio a:hover,
.customRadio a:visited,
.customRadio a:active{
    display:block;
    width:15px;
    height:17px;
    background-image:url(../img/radiobutton.png);
    background-repeat:no-repeat;

    text-decoration:none;
    border-bottom:none;
}

.customRadio a.active{
    background-image:url(../img/radiobutton-checked.png);
    background-repeat:no-repeat;
}

.customRadio2 a,
.customRadio2 a:link,
.customRadio2 a:hover,
.customRadio2 a:visited,
.customRadio2 a:active{
    background-image:url(../img/radiobutton2.png);
}

.customRadio2 a.active{
    background-image:url(../img/radiobutton-checked2.png);
}
