div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#dadada;
  border:1px solid #b5b5b5;
  margin:0px;
  margin-top:-10px;
  padding:0px 5px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index:500;
  left:130px;
  color:#000;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #eaf2fb;
}
div.selectbox-wrapper ul li.current { 
  background-color: #cdd8e4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:3px 0px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
	position:absolute;
	left:130px;
	background-color:#dadada;	
	border:1px solid #b5b5b5;
	padding:5px 5px 5px 5px;
	color:#000;
	margin:3px 0px 2px 0px;
	width:280px;
	cursor: pointer;
	background: #dadada url('../images/bg_select.png') right no-repeat;
	/*
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../images/bg_select.png') right;
   cursor: pointer;
  border:1px solid #d1e4f6;
  color:#333;
  */
  /*height:18px;*/
 
}

div.inputColBot select {
	background: #dadada url('../images/bg_select.png') right no-repeat;
}

div.inputColBot select {
	position:absolute;
	left:130px;
	background-color:#dadada;	
	border:1px solid #b5b5b5;
	padding:5px 5px 5px 5px;
	color:#000;
	margin:3px 0px 2px 0px;
	width:280px;
}

input#form_type_input {
	top:0px;
}

input#form_deadline_input {
	top:40px;
}

input#form_budget_input {
	top:80px;
}

