.affPanel
{
    width: 560px;
    margin: auto;
    font-family: Tahoma;
    font-size: 12px;
}
.affBar
{
    width: 560px;
    margin-top: 5px;
    background-image: url(/images/row_bg.png);
    background-repeat: no-repeat;
    width: 560px;
    height: 49px;
}
.affBar table
{
    margin: auto auto auto 10px;
    width: 560px;
    height: 49px;
    border: 0;
}
.affBar td
{
    cursor: pointer;
}
.affBarContainer
{
    width: 510px;
    margin-top: 5px;
    margin-left: 61px;
    display:none;
}
.affBarContainer table
{
    margin: auto auto auto 10px;
    border: 0;
    height: 39px;
}
.affQuestion
{
    width: 510px;
    padding-top: 5PX;
    background-image: url(/images/row_bg_Alt.png);
    background-repeat: no-repeat;
    width: 499px;
    height: 49px;
    cursor: pointer;
   
}
.affAnswer
{
    width: 460px;
    padding-top: 5px;
    margin-left: 30px;
    padding-bottom:10px;
    display:none;
}
.affAnswer table
{
    width:400px;
}
.affAnswer td
{
    cursor:auto;
}
