/***************************************************************
Style sheets definitions for the Asynertech registration forms
***************************************************************/
/* properties for headers */
.hdr {
    color: #707070;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}
/* vedit - vertical table (signup, profile edit) */
.vedit {
    /*background-color: #F0F0F0;*/
    /*border: 1px #DED698 solid;*/
    background: #FFF;
}
/* vedit - usual column (right) */
.vedit td {
    padding: 10px;
    padding-left:  15px;
    /*background-color: #E0E0E0;*/
    background: #F0EBCD;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px;
    padding-right: 15px;
    text-align: right;
    font-weight: normal;
    background: url(../images/cellpic1.gif);
    
}
/* hedit - horizontal table (payments list) */
.hedit {
    background-color: #F0F0F0;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background: #F0EBCD;
    font-family: "Verdana";
    font-size: 8pt;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    background: url(../images/cellpic1.gif);
}
