input:focus, textarea:focus, select:focus {
                background: white;
            }



.login_div
{
position:absolute;
left:200px;
top:200px;
width:800px;
height:400px;
color:gray;
font-family:verdana;
font-size:12px;

}

.action_div
{
position:absolute;
left:0px;
top:60px;

color:gray;
font-family:verdana;
font-size:12px;
z-index:20;

}

.control_panel_title
{
font-family:verdana;
background-color:#666666;
font-size:16px;
color:black;


}
.combo_cat
{
width:250px;

}


.upload_result
{
position:absolute;
top:150px;
left:20px;
}

.communication_div
{
position:absolute;
left:230px;
top:60px;
width:600px;
font-family:Verdana;
font-size:12px;
color:gray;
z-index:30;
border-color:#666666;
border-size:1px;
border-style:solid;
padding:10px;

}
.categories_input_class
{
background-color:transparent;
border-width:0px;
border-style:solid;
border-bottom-color:gray;
border-bottom-width:1px;
color:black;
height:36px;
}

.categories_textaread_class
{
background-color:transparent;
border-width:0px;
border-style:solid;
border-bottom-color:gray;
border-bottom-width:1px;
color:black;
height:36px;
width:160px;
overflow:hidden;

}


.login_form
{
width:200px;

}

.select_category_admin
{
position:relative;
left:0px;
top:0px;
width:240px;
}
.closurediv_admin
{
width:100%;
 background-color:#bbbbbb;
position:absolute;
bottom:0px;
height:100px;

}
.tradmin
{

padding:5px;


}
.working_area_main_admin
{

  width:100%;
  
  position:    absolute;
  top: 50%;
  left:        50%;

  margin-left: -50%;
background-color:#cccccc;
  margin-top:-250px;
 height:100%;


}
.close_btn_admin
{
display: block;
position:absolute;
width:30px;
height:30px;
left:830px;
top:-16px;
background-image:url(../navigation_imgs/close_btn.png);
z-index:50;
}
.close_btn_admin:hover
{
display: block;
position:absolute;
width:30px;
height:30px;
left:830px;
top:-16px;
background-color:transparent;
background-image:url(../navigation_imgs/close_btn_over.png);
z-index:50;
}
