﻿html, body
{
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #5f6162;
    height: 100%;
    background-color: #fff; /*background-image: url(../images/bg.gif);*/
}

div.body
{
    /*height: 1000px;*/
    background-image: url(../images/CURTAIN/Curtain.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 750px;
}

#wrapper
{
    /*margin-left: 35px;     margin-top: 18px;
    width: 750px;
    float: left;
    */
}

#title
{
    width: 600px;
    height: 100px;
    float: left;
}

#logo
{
    width: 90px;
    height: 100px;
    float: right;
    text-align: center;
}

#left
{
    /*float: left;
    position: relative;
    top: 250px;
    
    width: 400px;
    */
}

#reminders
{
/*
    top: 300px;
    width: 525px;
    */
}

#promos
{
    width: 270px;
    float: right;
}

#div_curvetop
{
    width: 380px;
    height: 14px;
    background-image: url(../images/curve_head_sm.gif);
}

#div_curvebottom
{
    width: 380px;
    height: 16px;
    background-image: url(../images/curve_tail_sm.gif);
    margin-bottom: 20px;
}

#placeholder
{
    width: 360px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 10px;
    background-image: url(../images/curve_bg_sm.gif);
    background-repeat: repeat-y;
}

#footer
{
    float: left;
    margin-top: 10px;
    text-align: left;
}

#footer p
{
    font-size: 9px;
    color: #8e8e8e;
    margin-top: 10px;
}

img.lefty
{
    float: left;
    margin-right: 10px;
}

p.righty
{
    text-align: left;
    font-size: 12px;
    margin-top: 4px;
    padding-bottom: 15px;
}

br.clear
{
    clear: both;
}

label.normal, label.required
{
    float: left;
    width: 170px;
    margin-top: 5px;
    color: #656565;
}

.required
{
    font-weight: bold;
}

.error
{
    color: #ff0000;
}

input, textarea
{
    font-family: Verdana, Arial;
    font-size: 10px;
    margin-top: 5px;
    font-size: 11px;
}

.watermark
{
    background: #FFAAFF;
}

.popupControl
{
    background-color: #AAD4FF;
    position: relative;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
    z-index: 1;
}

.modalBackground
{
    background-color: #777777;
    filter: alpha(opacity = 70);
    opacity: 0.8;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 10px;
    border-style: solid;
    border-color: #e1e1e1;
    padding: 10px;
    width: 400px;
    z-index: 1;
}

.modalPopup p
{
    color: #00535e;
    font-weight: bold;
}
