/* 
    Document   : form
    Created on : 2008-11-13, 12:18:59
    Author     : Jerzy Nowicki
    Description:
        Purpose of the stylesheet follows.
*/


root { 
    display: block;
}

.description {
    text-align: right;
    vertical-align: top;
    padding-top: 4px;
}

.field {
    text-align: left;
    vertical-align: top;
}

table.form {
    border: 0;
}


