@charset "UTf-8";

span.cb_on
{
	padding:2px 2px 3px 18px !important;
	margin:0 3px 0 0;
	color:#fff;
	line-height:20px;
	background:#ff8c2e url(../../images/common/check_icon.gif) no-repeat 2px 2px;
	cursor:default;
}

span.cb_off
{
	padding:2px 2px 3px 18px !important;
	margin:0 3px 0 0;
	color:#444;
	line-height:20px;
	background:transparent url(../../images/common/check_off_icon.gif) no-repeat 2px 2px;
	cursor:default;
}

span.cb_decision_on
{
	padding:2px 2px 3px 18px !important;
	margin:0 3px 0 0;
	color:#444;
	line-height:20px;
	background:transparent url(../../images/common/check_decision_on_icon.gif) no-repeat 2px 2px;
}

span.cb_decision_off
{
	padding:2px 2px 3px 18px !important;
	margin:0 3px 0 0;
	color:#999;
	line-height:20px;
	background:transparent url(../../images/common/check_decision_off_icon.gif) no-repeat 2px 2px;
}
span.ra_on
{
	padding:2px 2px 3px 18px !important;
	margin:0 3px 0 0;
	color:#fff;
	line-height:20px;
	background:#ff8c2e url(../../images/common/radio_icon.gif) no-repeat 2px 2px;
	cursor:default;
}

span.ra_off
{
	padding:2px 2px 3px 18px !important;
	margin:0 3px 0 0;
	color:#333;
	line-height:20px;
	background:transparent url(../../images/common/radio_off_icon.gif) no-repeat 2px 2px;
	cursor:default;
}