@charset "utf-8";
	.niceCheck {
		width: 16px;
		height: 16px;
		display: inline-block;
		cursor: pointer;
		padding:0;
		background: url(checkbox.png) center top no-repeat;
	}
	.niceCheck2 {
		width: 16px;
		height: 16px;
		display: inline-block;
		cursor: pointer;
		padding:0;
		background: url(checkbox2.png) center top no-repeat;
	}
	.niceCheck input, .niceCheck2 input, .niceCheck3 input{display: none; /*margin-left:200px;*/}
	
	.niceCheck3 {
		display:block;
		float:right;
		width: 25px;
		height: 21px;
		display: inline-block;
		cursor: pointer;
		padding:0;
		margin:4px 0 0 7px;
		background: url(checkbox3.png) center top no-repeat;
	}
	.niceCheck3.chekked{ background-position:center bottom}
	.niceCheck3:hover{}
	*:first-child+html .niceCheck3{ float:none;}
	.dop_search label { cursor:pointer}