/* INFOBOX ONELINE */

#content .infobox_oneline {
    display: block;
    width: 579px; height: 16px;
    padding: 5px; padding-left: 10px;
    margin-top: 4px; margin-bottom: 12px;
    background: url('../gfx/infobox_oneline.png'); }

#content .infobox_oneline p {
    color: #874000; }

#content .infobox_close {
    cursor: pointer; float: right;
    margin-top: -12px; margin-right: 5px;
    width: 12px; height: 11px;
    background: url('../gfx/exit_small.png') 0px 0px; }
    
#content .infobox_close:hover {
    background: url('../gfx/exit_small.png') 0px 11px; }

#content .infobox_oneline .icon {
    float: left;
    margin-left: -56px; }


/* CORMBOX */

#cormBox {
    display: none; z-index: 1;
    width: 100%; height: 80%;
    position: absolute;
    left: 0px; top: 0px;
    background: url('../gfx/bg_dark.png'); }

#overlayBox {
    display: none;
    margin-top: 500px;
    width: 408px;
    z-index: 2;
    margin: 0 auto; }

#overlayBoxHead {
    width: 358px; height: 16px;
    font-weight: bold; font-size: 14px;
    padding: 25px; padding-top: 32px; padding-bottom: 18px;
    background: url('../gfx/popup_head.png') no-repeat; }

#overlayBoxContent {
    width: 358px; min-height: 20px;
    padding: 25px; padding-top: 10px; padding-bottom: 0px;
    background: url('../gfx/popup_content.png') repeat-y; }

#overlayBoxContent p {
    line-height: 150%; margin-bottom: 10px;}

#overlayBoxContent textarea {
    width: 350px; height: 167px;
    background: #ffffff; border: 0px; }    



#overlayBoxContent .twoButtons {
    width: 358px;
}

#overlayBoxContent .twoButtons .left {
    width: 177px;  float: left; padding-right: 2px;
}

#overlayBoxContent .twoButtons .left a {
    float: right;
}

#overlayBoxContent .twoButtons .right {
    width: 177px; float: right; padding-left: 2px;
}

#overlayBoxContent .twoButtons .footer {
    clear: both; height: 10px;
}



#overlayBoxFooter {
    width: 358px; height: 20px;
    padding: 25px; text-align: center; padding-top: 15px;
    background: url('../gfx/popup_footer.png') bottom; }


