@CHARSET "UTF-8";

/* Style for Input forms */
body {
    color:#333;
    width:65%;
    background:#DFD4BC;
    margin:30px;
    font-family:arial;
    font-size:12px;
}
fieldset {
    background:#EFEBE1;
    border:1px solid #fff;
    margin-bottom:15px;
    line-height:18px;
    padding:0 15px 15px
}
legend {
    background:#EFEBE1;
    padding:5px 15px 15px;
    font-weight:bold;
    color:#111;
    font-size:14px;
    letter-spacing:.02em;
}
h3 {
    font-family:Georgia, times;
    color:#990000;
    font-size:18px;
    font-weight:normal;
}
h4 {
    color:#222;
    font-size:12px;
    display:inline;
    margin-top:15px;
}