@charset "utf-8";
/* CSS Document */

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(LiveSouth2009/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(LiveSouth2009/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 200px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	padding: 3px 24px 0 10px;
	color: #fff;
	font: 14px/21px arial,sans-serif;
	background: url(images/bg_search_state.jpg) no-repeat;
	overflow: hidden;
	margin-top:6px;
	margin-left:10px;
}
