﻿.outside_box
{
    padding-top:10px;
    background-color:rgb(241,241,241);
    overflow:hidden;
    background-repeat:no-repeat;
    font-family:Verdana;
    font-size:13px;
}
table
{
    border-collapse:collapse;
    border-spacing:0px;
}
tbody
{
    border-top:0px solid rgb(241,241,241);    
}

tbody,tfoot,thead,tr,th,td
{
    margin:0px;
    padding:0px;
    border:0px none;
    font:inherit;
}
.inside-box
{
    padding:10px;
    text-align:left;
    color:rgb(51,51,51);
    width:734px;
    margin:3px;    
}
img
{
    border:0px none;
}
.w
{
    font-family:Verdana;
    color:rgb(255,255,255);
    font-size:12px;
    line-height:15px;   
 }