﻿.registrationForm
{
    width:385px;
    height:710px;
    background-image:url(/Assets/Controls/Utils/CreateImagePage.aspx?width=385&height=710&dropShadow=false&roundedCorners=true&cornerRadius=20&showCallOut=false&startColor=255*237*238*239&endColor=255*210*210*210&roundTopLeftCorner=true&hasStroke=true&strokeSize=1&strokeColor=255*227*226*226);
    margin:50px auto 20px auto;
}

.registrationForm span.required
{
    color:#900;   
}

.registrationForm .formElement
{
    float:left;
}

.registrationForm .formElement input
{
    font-size:11px;
    border-color:#C1C0BF;
    border-style:solid;
    border-top-width:2px;
    border-left-width:2px;
    border-right-width:1px;
    border-bottom-width:1px;
    padding:1px 3px;
}

.registrationForm .formTitle
{
    float:left;
    width:120px;
    text-align:right;
    margin-right:5px;   
    font-size:11px;
    color:#4D4D4D;
    padding-top:2px;
}

.registrationForm .formArea
{
    margin-top:10px;
}