@charset "UTF-8";
.docs h1 {
    font-size:larger;
    margin-bottom:10px;
}
.docs h2 {
    font-size:large;
    margin-top:10px;
    margin-bottom:20px;
    padding-left:10px;
    border-left:5px solid #999999;
}
.docs h3 {
    font-size:meduim;
}
.docs p {
    margin:0px 10px 15px 10px;
    line-height:150%;
}
.docs {
    margin:10px 20px 30px 20px;
}
.mainWrapper {
}

#pageAbout {
}
#pageAbout .docs a {color:#4C4C4C;border-bottom:1px dotted #4C4C4C}
#pageAbout .docs a:hover {color:#FFF;background-color:#CCC;}

#pageSupport {
}
    #pageSupport .docs .boxLightgray {
        width:374px;
    }
    #pageSupport .form {
        padding:10px 15px 10px 15px;
    }
        #pageSupport .form .mailAddress {
            margin-bottom:5px;
        }
        #pageSupport .form .mailSubject {
            margin-bottom:5px;
        }
        #pageSupport .form .mailBody {
            margin-bottom:5px;
        }
        #pageSupport .form .mailBtn {
            text-align:right;    
        }
