/* Обязательные стили
---------------------------------------- */
#kea_admin { position:fixed; left:0px;
width:20px; height:152px; 
z-index:2000;
}
#kea_admin .kea_admin {display:none;}
#kea_admin:hover .kea_admin, .kea_admin:hover {display:block;}
#kea_admin .kea_admin {float:left;}
#kea_admin a  {text-decoration:none; color:#333;}
#kea_admin a:hover {text-decoration:underline;}

/* логин форма */
#kea_login {position:fixed; left:0px; top:0px;
min-height:40px; min-width:40px;
cursor:pointer;
z-index:2000;
}
#kea_login_form {display:none;
position:fixed;
z-index:2100;
}




/* Редактируемые стили
----------------------------------------- */
#kea_admin {background:url(edit.png) 0 0 no-repeat; color:#333;}
#kea_admin .kea_admin {float:left; 
margin-left:100%; padding:0;
background:#fff url(verticalfons.png) 0 0 repeat-y; border:4px solid #ccc;
box-shadow:3px 3px 10px #333; -moz-box-shadow:3px 3px 10px #333; -webkit-box-shadow:3px 3px 10px #333; -khtml-box-shadow:3px 3px 10px #333;
}
#kea_admin .kea_admin li {
list-style:none; white-space:nowrap;
border-bottom:1px dotted #ccc; border-top:1px dotted #fff;
margin:0; padding:0;
}
#kea_admin .kea_admin li a {display:block; line-height:20px; padding:0 7px;  text-align:left; font-size:13px; }
#kea_admin .kea_admin li a:hover {background:#FFF url(verticalfons.png) right 0 repeat-y;}
#kea_admin .kea_admin hr { margin:0px; padding:0px; width:auto; height:3px; border:0px; background:#999; }




/* логин форма */
#kea_login_form  { 
background:#fff url(verticalfons.png) 0 0 repeat-y;
padding:20px 30px 40px 30px;
border:2px solid #ccc;
color:#333;
text-shadow:1px 1px 2px #999;
-moz-border-radius: 20px;/* fireFox */ -webkit-border-radius: 20px; /* Chrome, Safari 3 */ -khtml-border-top-right-radius: 20px;/* Для движка на базе khtml - Konqueror  / Safari - такая же подержка 4-хсторонности*/ border-radius: 20px;/* css 3 */
box-shadow:0 0 20px #000; -moz-box-shadow:0 0 20px #000; -webkit-box-shadow:0 0 20px #000; -khtml-box-shadow:0 0 20px #000;
}
#kea_login_form  p {text-align:left; font-size:14px;}
 
#kea_login_form  .kea_login_close {position:absolute; top:7px; right:10px; width:24px; height:24px; background:url(edit.png) 0 -424px no-repeat; cursor:pointer;}
#kea_login_form  .kea_login_close:hover {background-position:0 -454px;}

#kea_login_form  .kea_submit {
position:absolute; bottom:10px; right:15px;
width:93px; height:25px;
border:0; 
background:url(edit.png) 0 -492px no-repeat;
cursor:pointer;
}
#kea_login_form  .kea_submit:hover {background-position:0 -526px;}
#kea_login_form  .kea_submit:active {background-position:0 -526px; bottom:9px; right:14px;}
input#user_login, input#user_pass {width:200px; height:25px; font-size:20px; margin-bottom:10px; }
