/* -------------------------------------------------CUSTOM RADIO------------------------------------------------- */

#myradiobox {float:left; clear:both;  background:#fff; color:#000000;}
#myradiobox li { height:20px; clear:both;}
#myradiobox label {cursor:pointer; background:url(images/radio.gif) left top no-repeat; height:20px; float:left; padding-left:20px}
#myradiobox label.onactive {background: url(images/radio.gif) left no-repeat; top:-20px }
#myradiobox .myradio {cursor:pointer; background:url(images/radio.gif) left bottom no-repeat; height:20px; float:left; padding-left:20px}
#myradiobox input {position:absolute; left:-9999px;}