/* ---------------------------------------------------------------------------------------
| CSS for AskCatalog.jsp
|
*/

table {
    border: 0;
    width: 100%
}

#catalogPicture {
    width: 130px;
    margin-right: 15px;
}

.formTitle {
    font-variant: small-caps;
    font-weight: bold;
    font-size: large;
    margin-bottom: 15px;

    padding-bottom: 15px;
    border-bottom: 1px dashed #999;
}

#formCell {
    padding: 15px;
    border: 1px solid #eee;
    background-color: #eee;
}


