#region-pane{
    float:right;
    margin-right: 20px;
    font-size: 14px;
    color: #333;
    margin-top: 4px;
}

#region-pane a.region-change{
    text-decoration: none;
    font-size: 11px;
    color: #666;
    border-bottom: dashed 1px #666;
    vertical-align: baseline;
    cursor: pointer;
}

#region-pane a.region-change:hover{
    color: #333;
    border-bottom: dashed 1px #333;
}

#disable-content{
    display: none;
    background: black;
    position: fixed;
    *position:absolute;
    *top:expression(eval(document.documentElement.scrollTop));
    *left:expression(eval(document.documentElement.scrollLeft));
    width: 100%;
    height: 100%;
    *height: expression(eval(document.body.offsetHeight-document.documentElement.scrollTop));
    z-index: 9998;
}

#dialog-region-select{
    display: none;
    background: white;
    position: fixed;
    left: 50%; top: 50%;
    *position:absolute;
    *top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2));
    *left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth/2));
    width: 280px;
    height: 170px;
    margin-left: -150px;
    margin-top: -95px;
    padding: 10px;
    z-index: 9999;
}
#dialog-region-select h1{
    font-size: 22px;
    font-weight: normal;
    color: #333;
}
#dialog-region-select select{
    margin-top: 4px;
    padding: 2px 4px;
}
#dialog-region-select .buttons{
    margin-top: 20px;
}
#dialog-region-select a.close-dialog{
    text-decoration: none;
    font-size: 12px;
    color: #666;
    border-bottom: dashed 1px #666;
    margin-left: 6px;
    cursor: pointer;
}
#dialog-region-select a.close-dialog.button{
    position: absolute;
    border: none;
    display: block;
    left: 100%;
    top: 4px;
    margin-left: -20px;
    width: 16px;
    height: 16px;
    text-decoration: none;
    cursor: pointer;
    background: #ffffff url(images/cancel.png) no-repeat 0px 0;
}
#dialog-region-select a.close-dialog.button:hover{
    background: #ffffff url(images/cancel.png) no-repeat 0px -16px;
}
#comment-button{
    position: fixed;
    top: 50%;
    *position:absolute;
    *top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2));
    left: -5px;
    margin-top: -75px;
    width: 30px;
    padding: 0;
    height: 150px;
    overflow: hidden;
}
#comment-button a{
    display: block;
    padding: 0 0 0 30px;
    width: 30px;
    height: 150px;
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    background: transparent url(images/comment.png) no-repeat 0px 0;
}
#comment-button.hot a{
    background: transparent url(images/comment.png) no-repeat -30px 0;
}

