﻿.RadButton_Default.rbSkinnedButton, .RadButton_Default .rbDecorated, .RadButton_Default.rbVerticalButton, .RadButton_Default.rbVerticalButton .rbDecorated, .RadButton_Default .rbSplitRight, .RadButton_Default .rbSplitLeft
{
    background-image: none !important;
}
        
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{
    border: 0px;
}
        
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus
{
    outline: none;
}
        
input[type="submit"]
{
    background: #25a0d9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin: 0 auto;
    padding: 4px 0;
    width: 220px;
}
#SignUp input[type="submit"], #changePwd input[type="submit"]
{
    color: #FFFFFF;
    margin: 0 auto;
    padding: 4px 0;
    width: 220px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    background: none repeat scroll 0 0 #25a0d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
}
#SignUp table input[type="submit"]:hover, #btnSignUp table input[type="submit"]:hover
{
    background-color: #4F9444;
    color: #fff;
    cursor: pointer;
}
        
    .WhiteLabels
{
    color: White;
    font-size: 18px;
    font-weight: bold;
}
        
.WhiteText
{
    color: White;
    font-size: 12px;
    font-weight: bold;
}
        
#divPasswordStrength
{
    left:auto;    
}
        
#divResponse {
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}