﻿.annwindowtl
{
    font-size: 0px;
    width: 5px;
    height: 24px;
    background-image: url(../../Resources/Images/window_01.gif);
    background-repeat: no-repeat;
}
.annwindowt
{
    font-size: 0px;
    height: 24px;
    background-image: url(../../Resources/Images/window_02.gif);
    background-repeat: repeat-x;
    cursor:move;
    text-align:left;
}
.annwindowtr
{
    font-size: 0px;
    width: 15px;
    height: 24px;
    background-image: url(../../Resources/Images/window_04.gif);
    background-repeat: no-repeat;
    background-position: right top;
    
}
.annwindowml
{
    font-size: 0px;
    width: 5px;
    background-image: url(../../Resources/Images/window_09.gif);
    background-repeat: repeat-y;
}
.annwindowmr
{
    font-size: 0px;
    width: 6px;
    background-image: url(../../Resources/Images/window_07.gif);
    background-repeat: repeat-y;
    background-position: right bottom;
}
.annwindowbl
{
    font-size: 0px;
    width: 5px;
    height: 5px;
    background-image: url(../../Resources/Images/window_10.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.annwindowb
{
    font-size: 0px;
    height: 5px;
    background-image: url(../../Resources/Images/window_11.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.annwindowbr
{
    font-size: 0px;
    width: 6px;
    height: 5px;
    background-image: url(../../Resources/Images/window_12.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.annwindowclose
{
    cursor: pointer;
   
}


