﻿.RegisterPolicy
{
    font-size: 11px;
    color: #000000;
    height: 200px;
    width: 700px;
    overflow: auto;
    border: 1px solid #3399FF;
    text-align: justify;
    padding: 5px;
    margin-left: 35px;
    margin-top: 5px;
    background-color: #ECFFFF;
}

.RegiterTitle
{
    font-size: 12px;
    color: #0066CC;
    font-weight: bold;
    margin-top:10px;
    padding: 10px;
    text-transform: uppercase;
}

.RegisterAgreement
{
    font-weight: bold;
    padding-top: 10px;    
}

.RegisterSuccess
{
    padding: 10px;
}

.RegisterError
{
padding: 10px;
}
