#drag_content
{
    background-color:#ffffff;
    overflow-y:auto;
    height:600px;
    width:720px;
    z-index:1000;
    position:relative;
}


.handle_left
{
    background-image:url('../images/window_nw.png');
    background-repeat:no-repeat;
    height:23px;
    width:4px;
    z-index:1000;
    position:relative;
}


.handle_center
{
    background-image:url('../images/window_n.png');
    background-repeat:repeat;
    height:23px;
    width:716px;
    cursor:move;
    z-index:1000;
    position:relative;
}


.closeButton
{
    background-image:url('../images/close_btn.jpg');
    background-repeat:no-repeat;
    height:15px;
    width:15px;
    float:right;
    margin-top:3px;
    cursor:pointer;
    z-index:1000;
    position:relative;
}

.handle_right
{
    background-image:url('../images/window_ne.png');
    background-repeat:no-repeat;
    height:23px;
    width:4px;
    z-index:1000;
    position:relative;
}


#drag_div
{
    display:none;
    background-color:#FFFFFF;
    width:720px;
    height:600px;
    position:absolute;
}


.drag_content_left
{
    background-image:url("../images/window_w.png");
    background-repeat:repeat;
    height:600px;
    width:2px;
    z-index:1000;
    position:relative;
}


.drag_content_left_corner
{
    background-image:url("../images/window_sw.png");
    background-repeat:no-repeat;
    height:4px;
    width:2px;
}


.drag_content_bottom
{
    background-image:url("../images/window_s.png");
    background-repeat:repeat;
    height:4px;
    width:720px;
}


.drag_content_right
{
    background-image:url("../images/window_e.png");
    background-repeat:repeat;
    height:600px;
    width:2px;
}


.drag_content_right_corner
{
    background-image:url("../images/window_se.png");
    background-repeat:no-repeat;
    height:4px;
    width:2px;
}
