
.checkbox, .radio {
	width: 17px;
	height: 17px;
	padding: 0;
	background: url(/i/checkbox.gif) no-repeat;
	display: inline-block;
	vertical-align:-3px;
	*vertical-align:0px;
	margin-top:2px;
}

select.styled {
	background-color:#efe6d8;
	color: #720021;
	height:15px;
}

.select-wrap {
	height:20px;
}

select.styled_2 {
	border-width:0;
    padding:0px;
	height:20px;
}

.select {
	position: absolute;
	width: 109px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 15px;
	padding: 0 24px 0 8px;
	color: #720021;
	font: 13px/14px arial,sans-serif;
	background: url(../i/select.gif) no-repeat;
	overflow: hidden;
}

.select_2 {
	position: absolute;
	width: 262px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 17px;
	padding: 3px 10px 0 9px;
	color: #720021;
	font: 13px/14px arial,sans-serif;
	background: url("../i/bgSelect2_big.gif") no-repeat;
	overflow: hidden;
}

