/* checkbox with includet text within it */
user\:checkbox {
	display: inline;
	height:16px;
	margin-left:0px;
	padding-left:20px;
	margin-right:2px;
	background-image:url(images/check_off.gif);
	behavior: url(js/user_cbox.htc);
	background-position:left;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	cursor: hand;
	color:#0E345C;
	text-decoration: none;
}
user\:checkbox.checked { background-image:url(images/check_on.gif)}
user\:checkbox.over { background-image:url(images/check_over.gif); text-decoration: underline;}

/* clear checkbox */
user\:cbox {
	display: inline;
	margin-left:5px;
	margin-right:5px;
	width:16px;
	height:16px;
	background-image:url(images/check_off.gif);
	behavior: url(js/user_cbox.htc);
	background-position: left;
	background-repeat: no-repeat;
	cursor: hand;
}
user\:cbox.checked { background-image:url(images/check_on.gif)}
user\:cbox.over {	background-image:url(images/check_over.gif)}

/* radio button with text within included 
	background-attachment: fixed;
*/
user\:radio {
	position: relative;
	display: inline; 
	height:16px;
	margin-left:0px;
	padding-left:20px;
	margin-right:2px;
	background-image: url(images/radio_off.gif);
	behavior: url(js/user_radio.htc);
	background-position:left;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	cursor: hand;
	color: #0E345C;
	text-decoration: none;
}
user\:radio.checked { background-image:url(images/radio_on.gif)}
user\:radio.over { background-image:url(images/radio_over.gif); text-decoration: underline;}

/* simple radio group button */
user\:rbut {
	display: inline;
	margin-left:5px;
	margin-right:5px;
	width:16px;
	height:16px;
	background-image:url(images/radio_off.gif);
	behavior: url(js/user_radio.htc);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	cursor: hand;
}
user\:rbut.checked {	background-image:url(images/radio_on.gif)}
user\:rbut.over {	background-image:url(images/radio_over.gif)}

user\:hint {
	line-height: 20px;
	color: #0E345C;
	font-weight: bold;
	behavior: url(js/hint_popup.htc);
	cursor: hand;
}
