div.popupCorners  div.topBorder {
        border-top:1px #bebebe solid;
        border-left:1px #bebebe solid;
        border-right:1px #bebebe solid;
        border-bottom:1px #bebebe solid;
        background:#f5f5f5;
}

div.popupCorners div.lightgrayBoxLeftCorner {
    background:url('/images/leftCornerLightGrayBox_tr.png') no-repeat 0 0;

    padding-left:8px;
}

div.popupCorners div.lightgrayBoxRightCorner {
    background:url('/images/rightCornerLightGrayBox_tr.png') no-repeat 100% 0;

    padding-right:8px;
}
div.popupCorners div.bottomBorder {
    height:8px;
    border-bottom:1px #bebebe solid;
    background:#f5f5f5;
    width:auto;
}
.normalScreen {
    position:absolute;
    display:none;
}
span#titleWork {
    float:left;
    line-height:12px;
    font-size:9px;
}
span#autorWork {
    float:right;
    line-height:12px;
    font-size:9px;
}