.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../img/form_elements/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../img/form_elements/radio.gif) no-repeat;
}

.styled_select {
	width: 140px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_140.png) no-repeat;
}

.styled_select80 {
	width: 80px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_80.png) no-repeat;
}

.styled_select_banner_85 {
	width: 85px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/partner/select_85.png) no-repeat;
}

.styled_select90 {
	width: 90px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_90.png) no-repeat;
}

.styled_select100 {
	width: 100px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_100.png) no-repeat;
}

.styled_select110 {
	width: 110px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_110.png) no-repeat;
}

.styled_select180 {
	width: 180px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_180.png) no-repeat;
}

.styled_select200 {
	width: 200px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_200.png) no-repeat;
}

.styled_select260 {
	width: 260px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_260.png) no-repeat;
}

.styled_select280 {
	width: 280px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_280.png) no-repeat;
}

.styled_select350 {
	width: 350px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	background: url(../img/form_elements/select_350.png) no-repeat;
}


.styled_select, .styled_select80, .styled_select90, .styled_select100, .styled_select110, .styled_select180, .styled_select200, .styled_select260, .styled_select280, .styled_select350 {
        position: absolute;
        height: 40px;
	padding: 2px 0px 0px 15px;
        margin: 0px;
        line-height: 40px;
        background-position: 5px 4px;
	overflow: hidden;
        font-size: 13px;
}

.styled_select_banner_85 {
        position: absolute;
        height: 33px;
	padding: 2px 0px 0px 15px;
        margin: 0px;
        line-height: 33px;
        background-position: 5px 4px;
	overflow: hidden;
        font-size: 12px;
}