﻿    /* set the image to use and establish the lower-right position */

    .cssbox
{
     background-position: right bottom;
    background: transparent url('Image/img.png') no-repeat right bottom;
    padding-top: 3px;
    /* intended total box width - padding-right(next) */
    width: 250px !important; /* IE Win = width - padding */
    width: 235px;
    height: 21px;
    
}
    .cssbox1
{
     background-position: right bottom;
    background: transparent url('Image/img1.png') no-repeat right bottom;
    padding-top: 3px;
    /* intended total box width - padding-right(next) */
    width: 200px !important; /* IE Win = width - padding */
    width: 185px;
    height: 21px;
    
}
.tdbg
{
    
    background-color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    border-bottom-style: double;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
}
.tdbg1
{
    padding-left: 10px;
}


.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


   
