
.roundedBox {

border:0px solid rgb(123,123,123);
border-left:1px solid rgb(167,167,167);
border-right:1px solid rgb(167,167,167);
top:9px;
position:relative;
overflow:hidden;
/*
border-top:0px solid rgb(123,123,123);
border-bottom:0px solid rgb(123,123,123);
*/

padding:0px;
background-color: rgb(243,242,238);

}

.roundedBoxContent {

border-left:0px solid rgb(255,0,0);
border-right:0px solid rgb(255,0,0);

margin:20px;
margin-top:10px;
overflow:hidden;
position:relative;
}


.toolsuserLT{
background-image:url(corner_left_top.gif);
background-position:0px 0px;
border:0px solid rgb(0,0,0);
width:10px;
height:10px;
cursor: n-resize;
left:0px;
top:0px;

margin:0px;
position:absolute;
/*background-color:rgb(255,0,0);*/

}

.toolsuserRT{
background-position:0px 0px;
background-image:url(corner_right_top.gif);
border:0px solid rgb(0,0,0);
width:10px;
height:10px;
left:100%;
cursor: help;
margin-left:-10px;
position:absolute;
/*background-color:rgb(255,0,0);*/

}

.toolsuserLB{
background-position:0px 0px;
background-image:url(corner_left_bottom.gif);
border:0px solid rgb(0,0,0);
width:10px;
height:10px;

left:0px;
top:100%;

margin-top:-10px;
position:absolute;
/*background-color:rgb(255,0,0);*/

}


.toolsuserRB{
background-position:0px 0px;
background-image:url(corner_right_bottom.gif);
border:0px solid rgb(0,0,0);
width:10px;
height:10px;
cursor:nw-resize;
left:100%;
top:100%;
margin-top:-10px;
margin-left:-10px;
position:absolute;
/*background-color:rgb(255,0,0);*/

}

.toolsuser{
border:0px solid rgb(0,0,0);
border-top:1px solid rgb(167,167,167);

/*width: auto;*/
    
height:10px;

left:10px;
right:10px;
overflow:hidden;

margin:0px;
position:absolute;

background-color: rgb(243,242,238);
}


.toolsuser3{

border:0px solid rgb(0,0,0);
width:350px;
height:40px;
left:0px;
top:1px;
margin-left:-352px;
position:absolute;
z-index:2;
}


.toolsuser3_empty{

border:0px solid rgb(0,0,0);
width:350px;
height:40px;
left:0px;
top:1px;
margin-left:-352px;
position:absolute;

background:url(toolsuser3.png) left top repeat-y;

border:0px solid rgb(200,200,200);

z-index:1;

}


.toolsuser4{
font-size:7pt;
border:0px solid rgb(0,0,0);
width:600px;
height:30px;
left:0px;
top:1px;
margin-left:-602px;
position:absolute;
z-index:2;
}

.toolsuser4_empty{
font-size:7pt;
border:0px solid rgb(0,0,0);
width:600px;
height:30px;
left:0px;
top:1px;
margin-left:-602px;
position:absolute;

background:url(toolsuser4.png) left top repeat-y;
border:0px solid rgb(200,200,200);

z-index:1;

}



.toolsuser2{
border:0px solid rgb(0,0,0);
/*width:auto;*/
height:10px;

left:10px;
right:10px;
/*top:100%;*/
bottom:0px;

/*margin-top:-11px;*/
border-bottom:1px solid rgb(167,167,167);
position:absolute;

background-color: rgb(243,242,238);

}