/* fixes for Community Server html */

.CommonModalClose {
    background-image:url(/images/common/close.gif);
    background-repeat:no-repeat;
    cursor:pointer;
    height:15px;
    margin:0;
    overflow:hidden;
    position:absolute;
    right:8px;
    top:8px;
    width:16px;
}
.CommonModal {
    background-color:#FFF;
    border:6px solid #333;
}
.CommonModalTitle {
    border-bottom:1px solid #333;
    color:#333;
    cursor:move;
    font-size:150%;
    font-weight:bold;
    margin:0 8px;
    min-height:24px;
    padding:8px 0 2px;
}

