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



.checkbox, .radio {
	width: 19px;
	height: 19px;
	float: left;
	background-image: url(/site/images/hippobooks/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: 192px; /* With the padding included, the width is 207 pixels: the actual width of the image. */
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	background-image: url(/site/images/hippobooks/list_field.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
	font-size: 1.3em;
}
