@charset "utf-8";
/* CSS Document */



.checkbox, .radio {
	width: 19px;
	height: 19px;
	float: left;
	background-image: url(/site/images/owlbooks/checkbox.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 152px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	background-image: url(/site/images/owlbooks/list_field.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #4c4c4c;
	font-size: 1.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

