/* Form */

#asform {
    width: 500px;
    margin:0;
    padding:0;
}
#asform form {
    margin-top:0;
    margin-bottom:0;
    font-size:8pt; font-weight: bold;
}
/* Fieldset */
#asform fieldset {
    background-color: #fee16b;
    margin:10px;
    width: 500px;
}
/* Fieldset legend */
#asform legend {
    color: Red;
    font-style: italic;
}
/* input, text Boxes  */
#asform input,
#asform textarea {
    margin:1px 0 0;
    padding:0;
    border:1px solid #ccc;
}
/* Label adjust left*/
#asform .asformlinks {
    float : left;
    width : 120px;
    font-size: 12px;
}

/* Send Button*/
#asform .btn { width: 60px;
}

/* Reply messages */
#asformReply {
    background-color: #fee16b;
    margin:10px;
    padding:15px;
    border:1px solid #828282;
    width: 485px ;
}
#asformReply h4 {
    font-size:12pt;
}
#asformReply h5 {
    font-size:10pt;
}
