.containermaster
{
    width: 100%;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
    padding: 6px;
    background: transparent;
}
.containermaster2
{
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
    padding: 6px;
    background: transparent;
}
.title_simple
{
    color: #F90;
    font: bold 11pt Verdana;
}
.title_grey
{
    color: #333;
    font: bold 8pt Verdana;
}
.title_white
{
    color: #FFF;
    font: bold 8pt Verdana;
}
.box
{
    height: 30px;
    border-bottom: 3px solid #666;
    padding-left: 5px;
    background: #F90 url(box-orange.jpg) no-repeat center;
}
.box-grey
{
    height: 30px;
    border-bottom: 3px solid #F90;
    padding-left: 5px;
    background: #333 url(box-grey.jpg) no-repeat center;
}
.line
{
    height: 30px;
    border-bottom: 3px solid #666;
    padding-left: 1px;
    background: transparent;
}
.line-grey
{
    height: 30px;
    border-bottom: 3px solid #F90;
    padding-left: 1px;
    background: transparent;
}
.container_content_simple
{
    background: transparent;
    padding: 4px 0 6px;
}
.container_content_box
{
    border-bottom: 3px solid #F90;
    background: transparent url(box-back.gif) repeat-x bottom;
    padding: 6px 8px 10px;
}
.container_content_box_grey
{
    border-bottom: 3px solid #666;
    background: transparent url(box-back.gif) repeat-x bottom;
    padding: 6px 8px 10px;
}
.container_content_gradient
{
    background: transparent url(box-back-up.gif) repeat-x top;
    padding: 8px 8px 10px;
}



















