/* CSS Document -checkbox */

			span.ui-checkbox {
				width: 15px;
				padding: 0px !important;
				line-height: normal !important;
				height: 15px !important;
				margin-right:5px;
                                float:left;
				background: url(/img/www/bg_checkbox.gif) no-repeat 0 0 !important;
			}
			span.ui-helper-hidden {
				display: none;
			}
			
			span.ui-checkbox-state-checked {
				background: url(/img/www/bg_checkbox_active.gif) no-repeat 0 0 !important;
			}
			
			span.ui-checkbox-state-checked-hover {
				background: url(/img/www/bg_checkbox_active.gif) no-repeat 0 0 !important;
			}

