.text {
    font-size:12px !important;
    font-family:Verdana;
}

.error {
    color:#ff0000;
}

.error div {
    margin:5px 0px 10px 10px;
}

form {
    margin:0px;
}

form .table {
    font-family:Verdana;
    font-size:12px;
    line-height:18px;    
    width:75%;
    margin:0px;
}

form .table th {
    width:80px;
    text-align:left;
    height:25px;
    vertical-align:top;
    font-weight:bold;
}

form .table td {
    text-align:left;
    height:25px;
    vertical-align:top;    
}


form .table .error {
    color:#ff0000;
}

form .table .error div {
    margin:5px 0px 10px 10px;
}

form .table .button {
    margin:10px 0px 0px 0px;
}

form .table .edit {
    width:300px;
}

form .label {
    font-size:12px;
    font-weight:bold;
    margin:10px 0px 5px 0px;
    font-family:Verdana;
    line-height:18px;
}
