div.selectbox-wrapper {
  position:absolute;
  width:263px;
  background-color:#FDF3F2;
  border:1px solid #ccc;
  margin:-14px 0px 0px 2px;
  padding:5px;
  font-size:12px;
  line-height:18px;
  text-align:left;
  height:150px;
  overflow: auto;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;    
}

div.selectbox-wrapper ul li.selected { 
  background-color: #FDF3F2;

}
div.selectbox-wrapper ul li.current { 
  background-color: #AED2E6;

}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
   margin: 8px 5px 10px 0px;
   padding:7px 5px 1px 10px;  
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:#2C2C2C;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('../img/bg_select.png') right;
  background-repeat:no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border:0px;
  width:250px;
  height:22px;
}

select {
	background: url('../img/bg_select.png') right;
	color:#2C2C2C;
}


/*jquery.checkbox.css*/
.jquery-checkbox       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 20px; height: 20px;}
.jquery-checkbox img{background: transparent url(../img/checkbox.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 3px;
}
.jquery-checkbox-hover img{
	background-position: 0px -17px;
}
.jquery-checkbox-checked img{
	background-position: 0px -37px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -57px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -77px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -97px;
}

body, html { padding: 0px; margin: 0px;}
h1 {}
h2 {margin: 25px 0 0 0;padding: 0;font-size: 20px;}
h3 {margin: 25px 0 0 0;padding: 0;font-size: 16px;}

pre { display: block;margin: 0px;padding: 2px 2px 2px 2px; border: 1px solid #888; background: #ccc;}
code { display: block;margin: 0px;padding: 2px 2px 2px 20px;border: 1px solid #888;background: #fff;}
.hr { clear: both;margin: 20px 0 20px 0;font-size: 2px;line-height: 2px;background: #ccc;border: 1px solid #888;height: 2px;display: block;}
table {font-size: 13px;}
a {color: #069;}
a:hover{color: #e30;}
a.code{display: block;float:left;clear:both;padding: 2px 0px;}
label .radio_btn { cursor: pointer; }

/*jquery.safari.checkbox.css*/
.jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-safari-checkbox .mark {display: inline;}

.jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-safari-checkbox img{background: transparent url(../img/safari-checkbox.png) no-repeat;}

.jquery-safari-checkbox img{
	background-position: 0px 0px;
}
.jquery-safari-checkbox-hover img{
	background-position: -16px 0px;
}
.jquery-safari-checkbox-checked img{
	background-position: 0px -16px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {
	background-position: -16px -16px;
}

.jquery-safari-checkbox-disabled img{
	background-position: 0px -32px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{
	background-position: 0px -48px;
}

