
span.checkbox, span.radio {
	width: 12px;
	height: 12px;
	padding: 0 0px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
	display: block;
	/*clear: left;*/
	float: left;
	margin:0px 10px 0px 0px;
	overflow:hidden;
}

span.radio {
	width: 13px;
	height: 13px;
	padding: 0 0px 0 0;
	background: url(../images/radio.png) no-repeat;
	display: block;
	/*clear: left;*/
	float: left;
	margin:0px 10px 0px 0px;
	overflow:hidden;
}
.select {
	position: absolute; left:0;
	height: 21px;
	padding: 0 24px 0 8px;
	/*font: 12px/21px arial,sans-serif;*/
	/*background: url(select.gif) no-repeat;*/
	overflow: hidden;
	 height:21px; padding:0px 23px 0 10px; font-size:12px; color:#fff; border:1px solid #376b9a; line-height:21px; background:url(../images/select-bg.jpg) no-repeat right;
}

.select-div {margin-left:10px; position: relative;}
.select-div  select, .select-div  select:focus {margin:0; padding:0;}

.select-div1 {margin-left:21px;}
.select-div1 select {width:222px;}
.select-div1 .select {width:187px;}
.select-div2 select {width:111px;}
.select-div2 .select {width:76px;}


