


/*-----------------
form style
-----------------*/
#login {
    width: 270px;
}

#inputs input {
    padding: 12px 0 11px 45px;
    margin: 0 0 20px 0;
    width: 220px;
    border: 1px solid #ccc;
    font-style: italic;
    font-size: 13px;
    color: #A3A3A3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#inputs select {
    padding: 12px 0 11px 45px;
    margin: 0 0 20px 0;
    width: 220px;
    border: 1px solid #ccc;
    font-style: italic;
    font-size: 13px;
    color: #A3A3A3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#inputs input:focus {
    background-color: #fff;
    border: 1px solid #00BCCE;
    font-style: normal;
    outline: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

#inputs input.emailAddress {
    background: #fff url(/Content/shared/images/input-email-icon.png) no-repeat left center;
}


._emailLoginFailure {
    clear: both;
    color: red;
    height: 20px;
}

.password {
    background: #fff url(/Content/shared/images/input-key-icon.png) no-repeat left center;
}

.personicon {
    background: #fff url(/Content/shared/images/input-person-icon.png) no-repeat left center;
}


.phoneicon {
    background: #fff url(/Content/shared/images/input-phone-icon.png) no-repeat left center;
}

#inputs input.CaptchaBox {
    padding-left: 5px;
}

#checkbox {
    margin: -11px 0 0;
    color: #4C5F6B;
    font-style: italic;
    font-size: 12px;
}

    #checkbox a {
        display: block;
        padding: 8px 0 0;
        color: #4C5F6B;
        font-size: 12px;
    }

#loggedIn {
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

#actions {
    margin: 0 0 0 0;
}

.submit {
    float: left;
    height: 48px;
    margin: 0 10px 0 0;
    font: 15px "museo_sans500",Helvetica,Arial,sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    padding: 0;
}

    .submit a {
        text-decoration: none;
    }

/*.register {
    display: block;
    float: left;
    height: 48px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

    .register a {
        font: 15px "museo_sans500", Helvetica, Arial, sans-serif;
        text-decoration: none;
        padding: 15px 10px 0;
    }*/

.buttoncenter {
    display: block;
    float: left;
    height: 48px;
    padding: 0;
    margin: 0 0 0 50px;
    cursor: pointer;
}

    .buttoncenter a {
        font: 15px "museo_sans500", Helvetica, Arial, sans-serif;
        text-decoration: none;
        padding: 16px 30px;
    }

aside .buttoncenter {
    display: block;
    float: left;
    height: 48px;
    padding: 0;
    margin: 0 0 0 58px;
    cursor: pointer;
}


.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.Buttons {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
}

/* SIGN UP SURVEY PROFILE STYLES */
#tabs
{
	padding: 30px 40px; /*overflow: hidden;*/
   	margin: 0 auto;
}


.SignLeft
{
	float: left;
	width: 120px;
	padding: 14px 12px 0 0;
	color: #333;
	text-align: right;
    clear: both;
  
}
.SignRight
{

    width: 370px;
    float: left; /*min-height: 50px;*/
    padding-right: 5px;
 
}

/* SIGN UP SURVEY PROFILE STYLES FINAL */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
