




/*
     FILE ARCHIVED ON 6:50:58 Jan 31, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:59:02 Jun 28, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
body {
	font: 0.8em/21px arial,sans-serif;
}

.checkbox, .radio {
	width: 30px;
	height: 30px;
	background:url(/templates/beez5/images/checkbox.gif);
	display: block;
	clear: left !important;
	float: left;
}

.cfdiv_checkboxgroup  div input{
	width: 30px;
	height: 30px;
	background:url(/templates/beez5/images/checkbox.gif);
	display: block;
	/*clear: left !important;*/
	float: left;
}


.radio {
	width: 30px;
	height: 30px;
	background: url(/templates/beez5/images/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.select {
	position: absolute;
	width: 444px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 45px;
	padding: 12px 13px 14px;
	color: #777777;
	font-size:16px;
	background:url(/templates/beez5/images/select.png) no-repeat;
	overflow: hidden;
	font-family: 'Absolut Pro';
}
option {
	padding:13px;
}
