

/* RADIO BUTTON */
#radio .radio_button { 
	cursor:pointer;
	background: url(../images/radio/radio_btn.png) no-repeat top left;
	width:auto;
	height:14px;
	line-height:14px;
	display:block;
	float:left;
	margin:0 12px 0 0;
	padding:0 0 0 18px;
	color:#676767;
}

#radio .radio_active { 
	background: url(../images/radio/radio_btn.png) no-repeat bottom left!important;
	color:#000!important;
}

#radio .radio_hover { 
	background: url(../images/radio/radio_btn.png) no-repeat left -14px;
}


#radio .radio_text {
	font-size:11px;
	height:14px;
	line-height:14px;
	float:left;
}

#radio .radio_fix { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }

/* RADIO BUTTON FORM ID*/

#form_id #radio .radio_button { 
	cursor:pointer;
	background: url(../images/radio/radio_btn_form.png) no-repeat top left;
	width:auto;
	height:14px;
	line-height:14px;
	display:block;
	float:left;
	margin:5px 12px 0 0;
	padding:0 0 0 18px;
	color:#676767;
}

#form_id #radio .radio_active { 
	background: url(../images/radio/radio_btn_form.png) no-repeat bottom left!important;
	color:#000!important;
}

#form_id #radio .radio_hover { 
	background: url(../images/radio/radio_btn_form.png) no-repeat left -14px;
}


#form_id #radio .radio_text {
	font-size:12px;
	height:14px;
	line-height:14px;
	float:left;
}





