 .guest_page_divider {
    text-align: left;
    padding: 3px;
    overflow: hidden;
    max-width: 510px;
    }
 .guest_page_divider_foot {
    text-align: right;
    padding: 3px;
/*    overflow: hidden; */
    max-width: 510px;
    margin: 0 0 0 125px;
    }
 .guest-upper-panel {
    position: relative;
    width:100%;
    background: transparent url(../graph/belkamenu.png) repeat-x scroll center top;
    color: #69697A;
    font: normal 11px Tahoma,sans-serif;
    height: 15px;
    line-height:normal;
    margin: 0 0 0 3px;
    padding: 5px 0 6px;
    text-align: left;
    }
 #guest-add-entry {
    position: absolute;
    padding: 3px;
    text-align: right;
    top: 4px;
    right: 15px;
    cursor: pointer;
    color: #99aaee;
    font-weight: bold;
    }
 .guest-addtopic-label {
    width: 40px; 
    padding:  0 0 0 10px;
    overflow: hidden;
    text-align: center;
    }
 .guest-down-panel {
    background:url("../graph/belkagora3.png") repeat-x scroll 0 0 transparent;
    float:left;
    height:10px;
    padding-bottom:1px;
    width:100%;
    margin: 3px 0 0 0;
    opacity: 0.8; 
    filter:alpha(opacity=80); /* IE patch */ 
    }

  table.guestframe {
    border-bottom: 1px solid #202535;
    border-top: 1px solid #202535;
    padding: 2px 0;
    margin: 2px 0;
    color: #858590;
    }
 .guestframe-comment-label {
    padding: 0 0 0 5px;
    }
 .guestframe-info .date {
    font: normal 10px Verdana;
    color: #666;
    display: inline;
    }
 .guestframe-info .nick {
    font: bold 11px Verdana;
    margin: 0 0 0 5px;
    color: #9595aa;
    }
 .guestframe-info .city {
    color: #666;
    float: right;
    margin: 0 0 0 5px;
    }
 .guestframe-info .country {
    color: #666;
    float: right;
    margin: 0 0 0 5px;
    }
 .guestframe-info .email {
    color: #666;
    float: right;
    background: url('../graph/iconset/email.png') no-repeat center;
    width: 25px;
    margin: 0 0 0 5px;
    cursor: pointer;
    }
 .guestframe-info .emailoff {
    float: right;
    background: url('../graph/iconset/email_off.png') no-repeat center;
    width: 25px;
    margin: 0 0 0 5px;
    }
 .guestframe-info .www {
    color: #666;
    float: right;
    background: url('../graph/iconset/world.png') no-repeat center;
    width: 25px;
    margin: 0 0 0 5px;
    cursor: pointer;
    }
 .guestframe-info .wwwoff {
    float: right;
    background: url('../graph/iconset/world_off.png') no-repeat center;
    width: 25px;
    margin: 0 0 0 5px;
    }
 .guestframe-info {
    width: 630px;
    text-align: left;
    padding: 3px 0;    
    }
 .guestframe-comment {
    width: 630px;
    text-align: justify;
    vertical-align: middle;
    padding: 3px 0 10px 0;
    line-height: 14px;
    }
 .guestframe-container {
    position: relative;
    }
 .email-hidden {
    position: absolute;
    right: 30px;
    top: 25px;
    opacity: 0; 
    filter:alpha(opacity=0); /* IE patch */ 
    z-index: 25;
    padding: 4px;
    background: #111125;
    border: 1px solid #236;
    -moz-border-radius: 3px;
    }
 .www-hidden {
    position: absolute;
    right: 65px;
    top: 25px;
    opacity: 0; 
    filter:alpha(opacity=0); /* IE patch */ 
    z-index: 25;
    padding: 4px;
    background: #111125;
    border: 1px solid #236;
    -moz-border-radius: 3px;
    }
 #guestframe-entry {
    padding: 15px 0;
    text-align: left;
    }
 #guestframe-entry table {
    border-bottom: 1px solid #223;
    border-left: 1px solid #223;
    border-right: 1px solid #223;
    }
 #guestframe-entry .helper {
    float: left;
    text-align: justify;
    padding: 15px 10px;
    color: #79798A;
    }
 #guestframe-entry .guestframe-entry-info input {
    text-align: left;
    padding:  2px 0 2px 5px;
    width: 105px;
    margin: 0 0 0 7px;
    height: 14px;
    font: normal 11px Verdana,sans-serif;
    background-color: #121212;
    background-color: #222830;
    border: none;
    border-bottom: 1px solid #345;
    color: #778;
    }
 #guestframe-entry .guestframe-entry-info input#guest-input-nick {
    width: 140px;
    margin: 0;
    color: #778;
    }
 #guestframe-entry .guestframe-entry-text textarea {
    background-color: transparent; 
    background-color: #222830;
    width: 550px;
    height: 70px;
    border: none;
    margin: 0 0 0 0;
    padding: 5px;
    overflow: auto;
    border: 1px solid #345;
    font: normal 11px Verdana,sans-serif;
    color: #778;
    -mmoz-border-radius: 5px;    
    }
 #save-entry {
    cursor: pointer;
    margin: 10px 0 2px 5px;
    height: 15px;
    padding: 0 0 0 20px;
    font: normal 10px Tahoma, sans-serif;
    color: #455259;
    background: url('../graph/iconset/saveoff.png') no-repeat left;
    }
 #guestframe-entry .belka {
    background: transparent url(../graph/belkagora3.png) repeat-x scroll 0 0;
    float: left;
    height: auto;
    width: 100%;
    }
 #guestframe-entry .belka .title {
    float: left;
    margin-left: 10px;
    padding: 3px 0;
    }
 #guestframe-entry #close-entry {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    }




