﻿p 
{
    font-size: 1.2em;
}
.registrationResponseBox 
{
    margin: 5px 0 20px 0;
    border: 1px solid #524424;
    padding: 5px 10px;
}
.registrationResponseBox  h2 
{
    margin: 0 0 3px 0;
}

fieldset 
{
    padding: 10px 0 0 0;
    margin: 5px 0 15px 0;
    border: none;
}
p + fieldset
{
    margin-top: 20px;
}
.ieKeepTogether 
{
    margin: 8px 0;
    clear: both;
    overflow: auto;
    padding: 0;
    width: 640px;
    overflow: hidden;
}
.ieKeepTogether label 
{
    font-size: 1.2em;
    padding-top: 2px;
}
.ieKeepTogether label.checkboxLabel 
{
    float: right;
    width: 610px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.ieKeepTogether .required
{
    padding-top: 2px;
    font-size: 1.2em;
}
fieldset .formError 
{
    font-size: 1.2em;
    padding-top: 0;
    margin-left: 3px;
}
input[type="checkbox"] 
{
    margin: 0 2px 0 0;
    padding: 0;
    width: 12px;
}
input[type="submit"] 
{
    margin: 0 0 0 218px;
}