
.checkbox, .radio {
	width: 15px;
	height: 15px;
	display: block;
	clear: left;
	float: left;
	border:1px solid #d1d1d1;
	background: url(../images/checkbox.png) no-repeat;
	margin:0 10px 0 0;
	position:relative; 

}
.radio {
	background: url(../images/radio.png) no-repeat; border:0;
}
.select {
	position: absolute;
	width: 192px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #000;
	font: 13px/21px arial,sans-serif;
	background: url(../images/select.png) no-repeat right #FFFFFF;
	overflow: hidden;
}


form.search.L .select {
	width: 192px;
	height: 21px;
}
form.search.L select.styled { width:225px!important; cursor:pointer;}
form.search .select {
	width: 112px;
	height: 20px;
	
}
form.search select.styled { width:145px!important; cursor:pointer;}


.formItem .select {
	width: 177px;
	height: 19px;
	border:1px solid #d1d1d1; 
}
.formItem select.styled { width:210px!important; height:19px; cursor:pointer; }


