/* title: ed2go forms.css

author: Josh Young

date: 12.23.2004 */

table.pretty{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13;
        cellspacing: 0;
        cellpadding: 0;
        align: center;
        width: 100%;
}
p.pretty{
        font-family: arial,helvetica,sans-serif;
        font-size: 13;
}

td.pretty{
        font-family: arial,helvetica,sans-serif;
        font-size: 13;
}
th.pretty{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13;
        background-color: #CCCCCC;
}
div.msg{
        padding: 0px;
        width: 530px;
}
div.normal{
        position: relative;
        left: 10px;
        align: center;
        border-width: 1px;
        border-style: solid;
        border-color: #AAAAAA;
        background-color: #EEEEEE;
        padding: 3px;
        width: 85%;
}


