﻿body 
{
    font-family: Verdana;
    font-size: small;
    
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: url('http://desco-soft.com/images/body_bg.gif');
}

.popup_window_bg { background-color: #000000; filter:alpha(opacity=70); opacity:0.7; }


#container
{
    margin: 0 auto;
    width: 992px;
    background-color: White;
}

#ftable 
{
    margin: 0 auto;
    border: 0px;
    width: 400px;
}

#ftable th
{
    text-align: right; 
    vertical-align: top;
    
    padding-right: 10px;
    
    width: 100px;
}

#ftable td
{
    text-align: left;
}
