@CHARSET "UTF-8";
div.login{
    overflow:hidden;
    margin:0px 0 0 5px;
    width:231px;
    height:125px;
    padding: 15px 0px 0px 25px;
    background:url(/web/i/bg-login.png) no-repeat;
}
div.login h3{
    display:block;
    overflow:hidden;
    margin:0 0 0 20px;
    padding:  0px;
    text-indent:-9999px;
    height: 18px;
}
div.login h3 a{
	display:block;
	width:133px;
    height:17px;
    text-indent:-9999px;
}

div.login ul.login{
    overflow:hidden;
    margin:0 0 18px 0;
    padding:0;
    list-style:none;
}
div.login ul.login li{
    margin:0;
    padding:0;
}
div.login ul.login li span.login{
    display:block;
    float:left;
    overflow:hidden;
    width:60px;
    height:20px;
    margin:0px 4px 0 0px;
    text-indent:-9999px;
}
div.login ul.login li span.pass{
    display:block;
    float:left;
    overflow:hidden;
    width:60px;
    height:20px;
    margin:0px 4px 0px 0px;
    text-indent:-9999px;
}
div.login ul.login li input{
    
    width:125px;
    height:17px;
    border:none;
    background:none;
    font:14px/13px Comic Sans MS;
    padding-bottom: 3px;
    background:url(/web/i/login-line.png) no-repeat right bottom;
}

div.login form{
    margin:0;
    padding:0;
}
div.login ul.log{
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
}
div.login ul.log li{
    float:left;
    margin:0;
    padding:0;
}
div.login ul.log li input.in{
    display:block;
    float:left;
    overflow:hidden;
    width:40px;
    height:16px;
    margin:10px 0 0 25px;
    text-indent:-9999px !important;
    border: none !important;
    cursor: pointer;
}
div.login ul.log li a.inpass{
    display:block;
    overflow:hidden;
    width:116px;
    height:16px;
    margin:0px 0 0 0px;
    text-indent:-9999px;
}
div.login ul.log li a.reg {
	display:block;
    overflow:hidden;
    width:107px;
    height:16px;
    margin:0px 0 0 0px;
    text-indent:-9999px;
}	
div.login ul.log li a.logout {
	display:block;
    float:left;
    overflow:hidden;
    width:60px;
    height:12px;
    margin:14px 0 0 0px;
    
    text-indent:-9999px;
}	
div.login ul.log li a.profile {
	display:block;
    float:left;
    overflow:hidden;
    width:110px;
    height:30px;
    margin:0px 0 0 0px;
    text-indent:-9999px;
}	


div.login .hello {
   font:16px/16px Comic Sans MS;
   color: #333;
   padding: 5px 10px;
   height: 50px;
   margin-bottom: 20px;
}	

