/***** Customized Test Request Form*****/

body {
    font-size: 12px;
}

div {
    background-color:#fafafa;
}

div.center {
    text-align: center;
    margin:12px;
}

p.subtext {
    font-style: italic;
    padding: 4px;
}

legend.title {
    font-weight: bold;
    font-size:14px;
}  

input[type="radio"]{
        vertical-align: -3px;
}
