div.selectbox-wrapper {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top: 0px;
  padding:0px;
  font-size:11px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index: 10;
}
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.noselect {
	font-weight: bold;
	padding-left: 0;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  padding-left: 10px;
}

.wrapping{
	display: block;
	width: 115px;
	padding: 1px;
	position: relative;
	height: 17px;
	background: #fff url('bg_select.gif') -247px 1px no-repeat;
	/*border: 1px solid #D1E4F6;*/
}

.selectbox /* look&fell of  select box*/
{
  margin: 0;
  padding: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 85px; 
  display: block;
  text-align: left; 
  background: #fff;
  border: 1px solid #fff;
  /*height:18px;*/
  z-index: 5;
  cursor: pointer;
  color:#333;
}

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

.italic{
	font-style: italic;
}

#grtg_container{
	width: 300px !important;
}

#grtg{
	border: 1px solid #D9D9D9;
	height: 17px; 
	width: 300px;
}

#grtg_wrapping{
	border: 1px solid #D9D9D9;
	margin: 2px 0 0 0;
	width: 300px;
	height: 17px;
	background: #fff url(../images/select_corner.gif) 283px 2px no-repeat;
}

#grtg_input{
	border: 1px solid #fff;
	margin: 1px 0 0 0;
	padding: 0;
	font-size: 12px;
	height: 17px;
	width: 280px  !important;
	background: transparent;
	border: none;
}

