body
{
    font-family: Sans-Serif;
    font-size: 10pt;
}
.field label 
{
    font-weight: bold;
    display: block;
}
.field input 
{
    display: block;
    clear: both;
    font-size: 10pt;
}
.field 
{
    margin-bottom: 5px;
}
.field.list label
{
    display: inline;
    font-weight: normal;
}
.field.list input
{
    display: inline;
}
.field.checkbox label
{
    display: inline;
}
.field.checkbox input
{
    display: inline;
}
.dialog 
{
    text-align: left;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #ddd;
    background-color: #eee;
    padding: 20px;
}
h1, h2, h3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.CH_HEADING
{
    margin: 0px;
    font-size: 1.4em;
}
.account 
{
    border-top: 1px solid #ddd;
    font-size: 8pt;
    margin-top: 20px;
    text-align: right;
}

.buttons 
{
    text-align: center;
}
.buttons input 
{
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 110%;
    cursor: pointer;
    font-weight: bold;
    display: inline !important;
        
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -khtml-border-radius-topleft:5px;
    -khtml-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -khtml-border-radius-bottomleft:5px;
    -khtml-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
}
.buttons input:hover
{
    border: 1px solid #ddf;
    background-color: #eef;
}
.field .invalid 
{
    background-color: #ffdddd;
}
.field.selectone label,
.field.selectmany label 
{
    font-weight: normal;
}
.field.selectone label.fieldname,
.field.selectmany label.fieldname
{
    display: block;
    font-weight: bold;
}
.field.selectone input,
.field.selectmany input
{
    clear: both;
}