.jquery-selectbox {
	position: relative;
	height: 45px;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	color: #444;
	padding: 0;
	background-image: url('/i/dubby/bg/select-1.gif');
	font-size:18px;
	margin-right:7px;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 14px 0px 5px 14px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	color:#000;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 46px;
	padding: 2px;
	left: 0px;
	background: #fff;
        min-height: 23px;
	width: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #A3AEB4;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background-image: url('/i/dubby/bg/select-2.gif');
	width: 40px;
	height: 45px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
        height: 22px;
	cursor:pointer;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:#A3AEB4;}

	.form-main .text.file {margin-right:15px;}

