			.ui-radio-state-disabled,
			.ui-radio-state-checked-disabled,
			.ui-radio-state-disabled-hover,
			.ui-radio-state-checked-disabled-hover {
				color: #999;
			}
			span.ui-checkbox,
			span.ui-radio {
				display: block;
				float: left;
				width: 16px;
				height: 16px;
				background: url(./../../images/site/icon_checkbox.png) 0 -40px no-repeat;
				margin-top:3px;
				margin-right: 5px;
			}
			span.ui-helper-hidden {
				display: none;
			}

			span.ui-radio-state-hover,
			span.ui-checkbox-state-hover {
				background-position: 0 -114px;
			}
			
			span.ui-checkbox-state-checked {
				background-position: 0 -1px;
			}
			
			span.ui-checkbox-state-checked-hover {
				background-position: 0 -75px;
			}
			span.ui-radio-state-checked-disabled-hover,
			span.ui-radio-state-checked-disabled,
			span.ui-radio-state-checked {
				background-position: 0 -161px;
			}
			
			span.ui-radio-state-checked-hover {
				background-position: 0 -200px;
			}
			
			.searchlabel
			{
				display:inline;
				font-weight: normal;
				font-size: 11px;
				font-family: Arial;
				cursor: pointer;
				color: #0060BF;
			}
			
			.searchcount
			{
				color: #999999;
				font-weight: normal;
				font-size: 12px;
				font-family: Arial;
			}
			
			.ui-helper-hidden-accessible {
				position: absolute;
				left: -999em;
			}
    		.btn {
    			cursor: pointer;
				font-family:"Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
				font-size:12px;
				color: black;
				height:26px;
				padding:2px;
			}	

			.showmore{
				border-bottom: 1px #E0E0E0 dotted;
				background-image: url("/../../images/site/showmore.gif");
				background-repeat: no-repeat;
				margin-top:6px;
				width:70px;
				height:15px;
				cursor:pointer;
			}
			#panel {
				line-height:22px;
			}	
			.search_name
			{
				display:inline;line-height:24px;vertical-align: top; margin-left:4px;
			}
