.jquery-checkbox{
	vertical-align:baseline;
	display: inline-block;
	line-height:16px;
	overflow: hidden;
	height:16px;
	width:16px;
	border:1px solid #d3c0af;
	background-color:#fff9ed;
	margin:0pt;
	padding:0pt;
}
.jquery-checkbox, x:-moz-any-link {display:-moz-inline-box;vertical-align:top;}/*ff2*/
.jquery-checkbox, x:-moz-any-link, x:default {display:inline-block;vertical-align:baseline;}/*restore default for ff3*/
.jquery-checkbox:hover, .jquery-checkbox:focus, .jquery-checkbox-hover{
	border:1px solid #e2d092;
}
.jquery-checkbox-checked{
	background-image:url('/images/checkmark.gif');
	background-position:16px -1px;
}
.jquery-checkbox-disabled{
	border:1px solid #999;
	background-color: #ddd;
	background-position:0 -1px;
}
