

/* Form Style Master Style[Do not edit anything]
================================================*/
label { cursor: pointer;}
input#ra_all,input#ra_data,input#ra_select {
}
.transparent {
filter:alpha(opacity=0);
-moz-opacity:0;
opacity: 0;
}

/* Radio Button
================================================*/
.radioAreaChecked,.radioAreaUnchecked {
z-index: 99;
position: absolute;
width: 14px;
height: 14px;
background: url(../img/ic_radio.gif) no-repeat;
}
.radioAreaChecked { background-position: left top;}
.radioAreaUnchecked { background-position: left bottom;}

/*Test div - testing if stylesheets are enabled*/
#adjust {
position: absolute;
left: -999px;
width: 14px;
height: 14px;
}