﻿.registrationForm
{
    width:385px;
    height:820px;
    background-image:url(/Assets/Controls/Utils/CreateImagePage.aspx?width=385&height=820&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 50px auto;
}

.largeRegistrationForm
{
    width:385px;
    height:840px;
    background-image:url(/Assets/Controls/Utils/CreateImagePage.aspx?width=385&height=840&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 50px auto;
}

.registrationForm span.required, .largeRegistrationForm span.required
{
    color:#900;   
}

.registrationForm .formElement, .largeRegistrationForm .formElement
{
    float:left;
}

.registrationForm a, .largeRegistrationForm a
{
    color:#666;
    text-decoration:none;
}

.registrationForm a:hover, .largeRegistrationForm a:hover
{
    color:#900;
    text-decoration:none;
}

.registrationForm .formElement input, .registrationForm .formElement select, .largeRegistrationForm .formElement input, .largeRegistrationForm .formElement select
{
    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, .largeRegistrationForm .formTitle
{
    float:left;
    width:120px;
    text-align:right;
    margin-right:5px;   
    font-size:11px;
    color:#4D4D4D;
    padding-top:5px;
}

.registrationForm .formArea, .largeRegistrationForm .formArea
{
    margin-top:10px;
}
