/***** The popups *****/

body
{
    width: 100%;
    _height: 100%;
    min-height: 100.01%;
    margin: 10px 10px;
    font-family: Tahoma, Verdana, Geneva, Arial, Sans-Serif;
    font-size: 16px;
    line-height: 140%;
    background-color: #F9FFC9;
    color: #000000;
}

a, a:visited
{
    color: #32F505;
    text-decoration: none;
}

a:hover
{
    color: #32F505;
    text-decoration: underline;
}

h1, h2, h3
{
    font-family: Tahoma, Verdana, Geneva, Arial, Sans-Serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    color: #486F00;
}

h1
{
    padding-top: 0.5em;
    padding-bottom: 0.75em;
}

h2
{
    padding-top: 0.0em;
    padding-bottom: 0.5em;
}

h3
{
    padding-top: 0.0em;
    padding-bottom: 0.5em;
}

ul
{
    padding: 0 1.0em 1.0em 0;
}

ul li
{
    margin-left: 6.5em;
    list-style: disc outside;
    vertical-align: middle;    
}

ol
{
    padding: 0px 1.0em 1.0em 0;
}

ol li
{
    margin-left: 7em;
    list-style: decimal outside;
    vertical-align: middle;
}

em
{
    font-style: italic;
    font-weight: bold;
    color: #32F505;
}

hr.seperator
{
    width: 700px;
    height: 1px;
    margin-bottom: 1em;
    color: #999999;
}

/***** The popup wrapper. *****/

table.wrapper
{
    width: 100%;
    height: 100%;
}

table.wrapper td.content
{
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    text-align: center;
    vertical-align: middle;
}

table.wrapper td.content p
{
    text-align: left;
}

table.fields
{
    width: 475px;
    margin: 0 Auto;
}

table.fields td
{
    padding: 6px 3px 3px 0;
}
