.tcontent
{
    width:100%;
    background-image: url(img/body-bg.gif);
    background-repeat:repeat-x;
    background-position: left top;
    
    padding-top:15px;
}

/* kinotest page */
.test-help
{
    color:#665533;
    background-color:#fae7c5;
    font-size:12px;
    padding:20px;
    margin-bottom:10px;
}
.progress-bar { border:solid 1px #ff8f00; text-align:left;}
.progress-trailer { background-color:#ff8f00;height:10px; }

.test-film-view
{
    border-collapse:collapse;
    width:100%;
    height:280px;
}
/* end of kinotest page */

/* for smart comboboxes */
.smart-col1 {float:left;width:303px;}
.smart-col2 {margin-left:304px;}

