.registration
{
    width: 400px;
	font-size:10px
}
.header
{
    color: navy;
    text-align: center;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
    border-color: navy;
    border-style: dashed;
    border-width: 1px;
    background-color: #eeffee;
}
.label
{
    font-size: 11px;
    color: navy;
    text-align: right;
    width: 40%;
    font-weight: bold;
    padding: 3px;
}
.info
{
    color: navy;
    text-align: right;
    width: 40%;
    padding: 3px;
}
.optionsleft
{
    font-size: 14px;
    color: navy;
    text-align: left;
    width: 40%;
    font-weight: bold;
    padding: 3px;
}
.required
{
    color: red;
}
.field
{
    width: 60%;
    padding: 3px;
}
.error
{
    color: red;
}
.requiredNote
{
    font-size: 10px;
    text-align: right;
}
.signupData
{
    width: 200px;
    background-color: #eeffee;
    font-weight: bold;
}
.signature
{
    background-color: #eeffee;
    font-weight: bold;
    width: 200px;
    height: 100px;
}
.createAccount
{
    background-color: #eeffee;
    color: navy;
    font-weight: bold;
	font-size: 12px;
}