.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position: absolute;
	display:block;
	width: 148px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 36px;
	line-height:36px;
	padding: 0px 40px 0 12px;
	color: #000;
	font-size: 14px;
	background: #fff url(../elements/structure/gw_dd_arrow1.png) right no-repeat;
	overflow:hidden;
	margin:auto;
	border: 1px solid #aba797;
	font-family:Tahoma, Geneva, sans-serif;
}

.dd_menu_wrap.small span{
	width:85px;
}

.dd_menu_wrap.small{
	width:33%;
	float:left;
}