.text
{
	position: relative; 
	top: 11px; 
	left: 10px;
	width: 80px;
	font: 11px Tahoma, sans-serif;
	color: #007373;
	text-align: right;
}

#select1
{
	position: relative;
	top: -8px;
	z-index: 5;
}

#select2
{
	position: relative;
	top: -3px;
	z-index: 4;
}

#select3
{
	position: relative;
	top: -3px;
	z-index: 3;
}


#zapytanie div.select{
	width: 157px;
	height: 18px;
	border: none;
	position: relative;
	left: 100px;
	background:url(../images/select_bg.gif) no-repeat scroll 0 0px;
}

#zapytanie div.select .cust-sel {
}

#zapytanie div.select .selected-option {
	float: left;
	padding: 2px 0 0 5px;
	width: 120px;
	font: 11px Tahoma, sans-serif;
	color: #009090;
	overflow: hidden;
}
#zapytanie div.select .cust-sel .dropdown {
	width: 16px;
	height: 18px;
	float: right;
	cursor: hand;
	background: url(../images/select_button.gif) no-repeat 0% 0%;
}
#zapytanie div.select .cust-sel .clear {
	clear:both;
}
#zapytanie div.select .cust-sel .options-container {
	position: absolute;
	display: none;
	cursor: hand;
}
#zapytanie div.select .cust-sel .option {
	padding: 2px 0 2px 2px;
	background-color: #ffffff;
	border-left: solid 1px #828194;
	border-right: solid 1px #828194;
	text-align: left;
	font: 11px Tahoma, sans-serif;
	color: #009090;
}

#zapytanie div.select .cust-sel .options-container .selected {
	background-color:#fff !important;
	color:#000 !important;
}

#zapytanie div.select .cust-sel .options-container .options-container-top {
	border-top:1px #dcdcdc solid;
	margin-top:1px;
	border-top: 1px solid #828194;
}

#zapytanie div.select .cust-sel .options-container .options-container-bottom {
	background:url(icon_2.gif) no-repeat 4px 50%;
	padding-left: 5px !important;
	border-left: 1px solid #828194;
	border-right: 1px solid #828194;
	border-bottom: 1px solid #828194;
}
