@import url(messages.css);
@import url(displaytag.css);
@import url(anna.css);

a img { border: 0 }

div#loginTable {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 10px 5px 5px 5px;
    width: 425px;
}

div#loginTable th {
    text-align: right;
}

div#validators {
    float: right;
}

div.separator {
    border-bottom: 1px solid green;
    margin: 10px 0px; 
    width: 300px;
}

form, table {
    margin: 0;
    padding: 0;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form textarea, form select {
    padding-left: 4px;
    color: #666;
}

input.button {
    color: #000;
    padding-left: 1px;
}

input.button {
    /* fix button size in IE */
    line-height: 17px;
}

/* make buttons looks the same in Mozilla */
td>input.button {
    padding: 1px 3px !important;
}

form input.focus, form textarea.focus {
    border-color: orange;
    color: #000;
}

form select {
    padding-left: 0px;
}


span.attention {
    background: transparent;
    color: #0000ff;
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}
