
#estetic_window {
width: 250px;
display: table;
}

#estetic_window_contents {
background: #3C62AE ;
color:#FFFFFF;
width: 224px;
}

#estetic_window_beak{
width: 33px;
height: 34px;
background: url(bgr_window/beak.png) top left no-repeat transparent;
margin-left: -24px;
}

#estetic_window_tl, #estetic_window_tr, #estetic_window_bl, #estetic_window_br,
#estetic_window_t,#estetic_window_l,#estetic_window_r,#estetic_window_b{
background-color: #F00;
height: 2px;
width: 2px;
}

#estetic_window_tl {
width: 13px;
height: 13px;
background: url(bgr_window/tl.png) top left no-repeat;
}

#estetic_window_t {
background: url(bgr_window/t.png) top left repeat-x;
}

#estetic_window_tr {
background: url(bgr_window/tr.png) top right no-repeat;
width: 13px;
height: 13px;
}

#estetic_window_bl {
width: 13px;
height: 13px;
background: url(bgr_window/bl.png) bottom left no-repeat;
}

#estetic_window_b {
background: url(bgr_window/b.png) bottom left repeat-x;
}

#estetic_window_br {
background: url(bgr_window/br.png) bottom right no-repeat;
width: 13px;
height: 13px;
}

#estetic_window_l {
background: url(bgr_window/l.png) top left repeat-y;
width: 13px;
}

#estetic_window_r {
background: url(bgr_window/r.png) top right repeat-y;
width: 13px;
}

#estetic_window_close {
background: url(bgr_window/close.png) bottom left no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
}
