@charset "windows-1251";
#text #form {


}
#text #form .r {
}

#text  #button {
	text-align: right;
	width: 117px;
	border: 0;
	margin: 10px 0 0 0px;
	padding: 0;
}
.input_job_box  {
	float: left;
	width: 200px;
	border: 0px solid #000;
	position: relative;
	padding: 0 0px 0 0px;
	z-index: 10;
}
.input_job_box .selectbox {
	z-index: 10;
}
.input_job_box2  {
	float: left;
	width: 200px;
	border: 0px solid #000;
	position: relative;
	padding: 0 0px 0 0px;
	z-index: 9;
}
.input_job_box  select  {
	width: 100%;
}
.input_job_box2 .selectbox {

}
.input_job_box3  {
	float: left;
	width: 200px;
	border: 0px solid #000;
	position: relative;
	padding: 0 0px 0 0px;
	z-index: 8;
}

div.selectbox-wrapper  {
	position:absolute;
	width:212px;
	background-color:#fff;
	border:1px solid #cccccc;
	margin:0px;
	padding:0;
	text-align:left;
	border-top: 0;
	z-index: 2000;
}
div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border: 0px solid #cccccc;
}
#text div.selectbox-wrapper   ul li.selected {
	background-color: #E6F0F2;
	color: #4D4D4D;
}
#text  div.selectbox-wrapper    ul  li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px 6px 3px 6px;
	cursor:pointer;
	background: #fff;
	zoom: 1;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
	display : block;
	text-align:left;
	/*height:18px;*/
  cursor: pointer;
	border:1px solid #cccccc;
	color:#333;
	padding: 2px 6px 3px 6px;
	background: url(../images/select.gif) no-repeat right 1px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif4", Geneva, sans-serif;
	font-size: 14px;
	width: 200px;
	position: relative;
}

select {
	background: url('bg_select.png') right;
}
