table.viewContent
{
    width:201px;
    height:169px;
    margin-top:8px;
}

td.viewHeader
{
    background-image: url( '../images/box_t2_bg.gif' );
    width: 201px;
    height: 34px; 
    overflow: hidden;   
}

td.viewHeader table
{
    width: 100%;
}

td.viewLeft
{
    width: 5px;
    background-image: url( '../images/box_t2_ctl.gif' );
    background-position: left top;
    background-repeat: no-repeat;
}

td.viewTitle
{
    width: 201px;
    height: 34px;
    line-height: 30px;
    text-indent: 10px;
    color: #2c250e;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

td.viewRight
{
    width: 5px;
    background-image: url( '../images/box_t2_ctr.gif' );
    background-position: right top;
    background-repeat: no-repeat;
}
            
td.viewIcon
{
    width: 25px;
    height: 19px;
    background-image: url( '../images/widgetHeaderIcon.png' );
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

td.view
{
    background-color: #ece6da;
    background-image : url( '../images/widgetBg.png' );
    width: 181px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    overflow:hidden;
    height:130px;
}

td.view input,td.view select
{
    width:95px;
}



td.viewBottom
{
    background-image: url( '../images/widgetBottom.png' );
    width: 100%;
    height: 5px;    
}