/*.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}*/
.select {
	position: absolute;
	width: 253px; /* With the padding included, the width is 285 pixels: the actual width of the image. */
	height: 29px;
	padding: 0 24px 0 8px;
	color: #1D1A19;
	font: 15px/29px arial,sans-serif;
	background:url(../site/bgSelectGmap.png) no-repeat;
	overflow: hidden;
	cursor:pointer;
	margin-left:9px;
}
