﻿
fieldset {
    border: thin solid #ccc; 
    border-radius: 4px;
    padding: 20px;
    padding-left: 40px;
    background: #fbfbfb;
}
legend {
   color: #678;
}

label small {
    color: #678 !important;
}
span.req {
    color:maroon;
    font-size: 112%;
}