#registerLoginForm
{
    width: 305px;
    margin: 100px auto;
    -webkit-box-shadow: -1px 2px 21px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 21px 3px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 21px 3px rgba(0,0,0,0.75);
    padding:10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.small_header
{
    font-size:20px;
    padding:5px 0;
    margin:0;
    font-weight:bold;
}

.small_text
{
    font-size:13px;
}

#registerForm
{
    width: 530px;
}

.tooltip_content
{
    display: none;
}

#recoveryForm
{
    width: 500px;
}

.loading_div
{
    width: 100%;
    height: 64px;
    display: none;
    padding: 15px 0;
    background: center center no-repeat url(../../images/register/loader.gif);
}

.hr
{
    border: 1px solid lightgray;
}

.oauth_login
{
    width: 249px;
    text-align: center;
}

.dark_blue_submit
{
    box-shadow:inset 0px 1px 0px 0px #4383c4;
    background:linear-gradient(to bottom, #006094 5%, #004475 100%);
    background-color:#006094;
    border-radius:3px;
    border:1px solid #0e3d5c;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    padding:4px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #11345e;
}

.dark_blue_submit:hover
{
    background:linear-gradient(to bottom, #004475 5%, #006094 100%);
    background-color:#004475;
}

.dark_blue_submit:active
{
    position:relative;
    top:1px;
}

.light_blue_submit
{
    box-shadow:inset 0px 1px 0px 0px #4383c4;
    background:linear-gradient(to bottom, #2695d1 5%, #08a8c4 100%);
    background-color:#2695d1;
    border-radius:3px;
    border:1px solid #1d83c2;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    padding:4px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #139bbd;
}

.light_blue_submit:hover
{
    background:linear-gradient(to bottom, #08a8c4 5%, #2695d1 100%);
    background-color:#08a8c4;
}

.light_blue_submit:active
{
    position:relative;
    top:1px;
}
