.reg_reqpass
	{
	font-size:10px;
	padding-top:5px;
	}

.searchList
  {
   width: 250px;
   margin:0px;
   display:none;
   position: absolute;
   box-shadow: 0 0 3px 1px #777;
   background: #eee;
   border: 1px solid #bbb;
   border-radius: 5px;
   padding: 10px;
  }
.searchList   textarea
{
   width: 250px;
   max-width:250px;
   height: 200px;
   float:right;
   margin: 5px 0px;

}
.searchList   input
{
   float:right;
}

#form_ql
{
z-index: 1001;
}

#btn_ql
{
   background: rgb(108, 163, 217) none repeat scroll 0% 0%;
border-radius: 2px;
border: medium none;
padding: 1px 6px 2px;
margin: 6px;
color: white;
height: 22px;
}