    #dologin {
        visibility: hidden;
        padding: 5px;
        position: absolute;
        z-index: 15;
        top: 125px;
        left: 70%;
        margin-left: -390px;
        background: #FFE4C4;
        border: 1px solid #FFC783;
        width: 450px;
        height: 190px;
        font-size: 12px;
        font-weight: bold;
    }
    #dologin span.title {
        font-size: 12px;
        font-weight: bold;
        font-family: arial;
        color: Black;
        margin-left: 10px;
    }
    #dologin input {
        width: 150px;
        font-size: 12px;
        margin-left: 10px;
    }
    #dologin_content {
        position: absolute;
        right: 20px;
        width: 250px;
        height: 140px;
        background: #FFD8A8;
        border: 1px solid #FFC783;
        top: 30px;
    }
    #dologin_login {
        position: absolute;
        right: 0px;
        width: 270px;
        height: 30px;
        font-size: 18px;
        font-weight: bold;
        font-family: Verdana;
        color: #F4614D;
    }
    #dologin_left {
        position: absolute;
        left: 20px;
        top: 10px;
        width: 130px;
        font-weight: normal;
        font-size: 9px;
        font-family: arial;
    }
/* MENU TOP MET LOGO */    
    #menu_top {
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        font-family: Verdana;
        color: #F4614D;
        width: 550px;
        max-width: 542px;
        padding-left: 2px;
        height: 52px;
        margin: 2px;
        background: url(../images/top-icon.gif) no-repeat left top;
    }                                
    .cms_menu_block {
        background: #FFD8A8;
        border: 1px solid #FFC783;
        width: 546px;
        max-width: 542px;
        height: 30px;
        padding: 2px;
        padding-right: 0px;
        margin: 2px;
        vertical-align: middle;
    }
    
/* CMS MENU */
    #dologin_menu {
        position: absolute;
        z-index: 14;
        top: 5px;
        right: 5px;
        background: #FFE4C4;
        border: 1px solid #FFC783;
        width: 122px;
        font-size: 10px;
        font-weight: normal;
        font-family: arial;
        color: #777777;
    }
    #dologin_menu input {
        width: 90px;
        font-size: 10px;
    }
    #dologin_menu .block {
        background: #FFD8A8;
        border: 1px solid #FFC783;
        width: 118px;
        width: 112px;
        height: 40px;
        padding: 2px;
        margin-top: 1px;
    }
/* EDIT SITE ALBUM */
    #album_box {
        position: absolute;
        z-index: 14;
        top: 5px;
        left: 30%;
        background: #FFE4C4;
        border: 1px solid #FFC783;
        width: 552px;
        height: 180px;
        font-size: 12px;
        font-weight: normal;
        font-family: arial;
        color: #777777;
    }
    #album_box .album_edit_box {
        background: #FFFFFF;
        border: 1px solid #FFC783;
        width: 544px;
        max-width: 542px;
        height: 80px;
        font-size: 10px;
        margin: 2px;
        padding: 2px;
    }
    #album_box form {
        margin: 0px;
        padding: 0px;
    }

/* EDIT SITE MENU */
    #cms_menu {
        position: absolute;
        z-index: 14;
        top: 5px;
        left: 30%;
        background: #FFE4C4;
        border: 1px solid #FFC783;
        width: 552px;
        height: 320px;
        font-size: 12px;
        font-weight: normal;
        font-family: arial;
        color: #777777;
    }
    #cms_menu .menus_box{
        background: #FFFFFF;
        border: 1px solid #FFC783;
        width: 548px;
        max-width: 548px;
        height: 218px;
        font-size: 10px;
        overflow: auto;
        margin: 2px;
    }  
    #cms_menu .menus_box td {
        font-size: 10px;
        font-family: arial;
        color: #777777;
    }
    #cms_menu .menus td {
        border-bottom:solid 1px rgb(202, 187, 169);
        font-size: 12px;
        height: 24px;
    }
    #cms_menu a {
        color: #6699CC;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: none;
    }
    #cms_menu .menuheader {
        font-size: 18px;
        font-weight: bold;
        font-family: Verdana;
        color: #F4614D;
    }
    #cms_menu td input, #cms_menu td select,#cms_menu input , #album_box input{
       width: 150px;
       font-size: 12px;
    }

/* CMS EDITOR BUTTONS */

.edit_cms, .cancel_cms {
    width: 150px;
    font-size: 12px;
    background: #FFE4C4;
    border: 1px solid #FFC783;
    color: #F4614D;
    cursor: pointer;
    cursor: hand;
}

