/* 
    Document   : main
    Created on : Aug 31, 2010, 10:35:15 AM
    Author     : chsnxm
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


p {
    font-family: Verdana, Helvetica, sans-serif;
    width: 530px;
    text-align: justify;
    padding-left: 10px;
}



#main {
    border: 200px;
    height: 800px;
    background: url(../img/bg2.gif) repeat-x;
}

#logo {
    float: left;
    padding-left: 10px;
}

.warn {
    color: #ff0000;
}

.form {
    font-family: Verdana, Helvetica, sans-serif;
    width: 530px;
    padding-left: 10px;
}

