#simple_example_window
{
    width: 350px;
    height:100px;
}
#simple_example_window_contents
{
    background-color: #FFF;
}
#simple_example_window_beak
{
    width: 10px;
    height: 10px;
}

#simple_example_window_b
{
    height: 1px;
    background: url('/images/simple_b.png') bottom left repeat-x;
}

#simple_example_window_t
{
    height: 1px;
    background: url('/images/simple_t.png') top left repeat-x;
}

#simple_example_window_r
{
    height:14px;
    width: 1px;
    background: url('/images/simple_r.png') top right repeat-y transparent;
}

#simple_example_window_l
{
    height: 14px;
    width: 1px;
    background: url('/images/simple_l.png') top left repeat-y transparent;
}

#simple_example_window_tl
{
    width: 16px;
    height: 16px;
    background: url('/images/simple_tl.png') top left no-repeat transparent;
}

#simple_example_window_tr
{
    width: 16px;
    height: 16px;
    background: url('/images/simple_tr.png') top left no-repeat transparent;
}

#simple_example_window_bl
{
    top: 30px;
    width: 16px;
    height: 16px;
    background: url('/images/simple_bl.png') top left no-repeat transparent;
}

#simple_example_window_br
{
    top: 30px;
    width: 16px;
    height: 16px;
    background: url('/images/simple_br.png') top left no-repeat transparent;
}

#simple_example_window_close
{
    width: 12px;
    height: 13px;
    background: url('/images/closeRuteWindow.png') top left no-repeat transparent;
    cursor: pointer;
}
