input[type="checkbox"] {
	-webkit-appearance: none;
	cursor: pointer;
	background: url(../images/sprite-checkbox.png) 1px -1px no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;

	vertical-align: -4px;
}

input[type="checkbox"]:before {
	content:"";
}

input[type="checkbox"]:checked {
  background-position: -39px -1px;
}

select:before {

}


select:hover {
	background: url('/assets/images/select-trigger.png') no-repeat right -3px, -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d5d5d5));
	background: url('/assets/images/select-trigger.png') no-repeat right -3px, -moz-linear-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d5d5d5));
}

.dashboard .section-block.list div.dk_container {
	margin: 5px 67px;
	width: 150px;
}
.select-block {
	padding: 10px 0px;
	background: none repeat scroll 0 0 white;
}
.select-style {
	border: 1px solid #ccc;
	background-image: url(../images/select-trigger.png),url(../images/select-bg.gif);
	background-repeat:no-repeat, repeat-x;
	background-position:232px 0,0 0;
		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin: 5px 12px;
	overflow: hidden;
	width: 270px;
}
.select-style select {
    width: 292px;
	font-size:1em;
	background: transparent;
	padding: 5px;
	border: 0;
	-webkit-appearance: none;
}
.select-style select:focus {
	outline: none;
}
 color: #fff;
}
.select-style {
	border: 1px solid #ccc;
	background-image: url(../images/select-trigger.png),url(../images/select-bg.gif);
	background-repeat:no-repeat, repeat-x;
	background-position:232px 0,0 0;
		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin: 5px 12px;
	overflow: hidden;
	width: 270px;
}



