/* Corners */
.window_tl
{
background-image: url(images/window_tl.gif);
background-repeat: no-repeat;
position: absolute;
top: 0%;
left: 0%;
width: 10px;
height: 10px;
}

.window_tr
{
background-image: url(images/window_tr.gif);
background-repeat: no-repeat;
position: absolute;
top: 0%;
right: 0%;
width: 10px;
height: 10px;
}

.window_bl
{
background-image: url(images/window_bl.gif);
background-repeat: no-repeat;
position: absolute;
bottom: 0%;
left: 0%;
width: 10px;
height: 10px;
}

.window_br
{
background-image: url(images/window_br.gif);
background-repeat: no-repeat;
position: absolute;
bottom: 0%;
right: 0%;
width: 10px;
height: 10px;
}

.window
{
background-color: #9bbbe3;
position: absolute;
}

.window_content
{
background-color: transparent;
position: absolute;
top: 10px;
left: 10px;
}

.window_clear
{
position: absolute;
background-color: transparent;
}

.window_text
{
font-size: 12px;
font-family: arial;
}

