﻿.registercontent {
    margin: 10px 0px 20px 40px;
}

.successbox {
    float: right;
    margin-right: 100px;
    margin-top: 50px;
}

.errorbox {
    float: right;
    margin-right: 100px;
    margin-top: 50px;
}

.RegistrationCaptchaImage {
    background-image: url(../../../images/Loading-Captcha.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.RegistrationRefreshCaptchaBtn {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

fieldset {
    margin: 25px 0px 0px 0px;
}

.form-group {
}

.ifomessage {
    display: table;
}

.errormessage {
    color: #d95026;
}

.forgotpassword-captcha-image {
    background-image: url(/images/Loading-Captcha.gif);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 41px;
    width: 210px;
}

.validationmsg {
    color: red;
    display: inline;
}

input.form-control, select.form-control {
    display: inline-block;
    width: 95%;
}

.registercontent .col-sm-9 {
    padding-left: 0px;
    padding-right: 0px;
}

select {
    clear:both;
    background:none;
}
