/*
.PopUpMode
{
    width: 400px;
    margin: 0 auto;
}

.PageMode
{
    width: 100%;
}

.SignInPageMainDiv
{
    margin-bottom: 15px;
}

.SignInPageDiv h1
{
    color: #333333;
    font-family: 'lucida grande' ,Verdana,sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 7px 0 15px 5px;
}

.SocialProvidersDiv
{
    display: inline-block;
    width: 100%;
}

ul.ProvidersList
{
    float: left;
    list-style-type: none;
    margin: 0 5px 5px;
    padding: 0;
    width: 150px;
}

ul.ProvidersList li
{
    background: url("~/UserControls/css/images/socialProviders.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    margin: 10px 0 8px;
    padding: 0;
    width: 150px;
}

.UserPasswordDiv
{
    width: 100%;
    margin-top: 50px;
}

.UserPasswordDiv span
{
    color: #444444;
}

.TextInputRow
{
    clear: both;
}

.TextInputRow span
{
    font-size: 12px;
    font-weight: bold;
}

.TextInputRow span.MessageSpan
{
    color: #444444;
    font-size: 11px;
    font-weight: normal;
    clear: both;
    display: block;
}

.SubmitRow
{
    margin-top: 15px;
}
.SubmitRow .marginCenter 
{
    display: block !important;
    margin: auto !important;
}

.LoginJoinButton
{
    background: url("~/UserControls/css/images/loginJoin.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999em;
}

.OpenIdPopUpDiv
{
    display: none;
    width: 400px;
}

.ResetPopupDisplay
{
    background: url("~/UserControls/css/images/shapes.png") no-repeat scroll right -268px transparent;
    color: #666666;
    height: 18px;
    padding: 0 2px 0 0;
    text-decoration: none;
    display: block;
    position: absolute;
    margin: 15px 130px 0px 370px;
}

.ResetPopupDisplay span
{
    background: url("~/UserControls/css/images/shapes.png") no-repeat scroll left -268px transparent;
    display: block;
    height: 13px;
    padding: 3px 0 2px 10px;
    width: 88px;
    cursor: pointer;
}

button#LoginButton
{
    width: 171px;
    height: 38px;
    background-position: 0 -75px;
}

button#LoginButton:hover
{
    background-position: -171px -75px;
}

button#JoinButton
{
    width: 171px;
    height: 75px;
    background-position: 0 0px;
}

button#JoinButton:hover
{
    background-position: -171px 0px;
}

li#facebook
{
    background-position: 0 -50px;
}

li#facebook:hover
{
    background-position: -150px -50px;
}

li#twitter
{
    background-position: 0 -400px;
}

li#twitter:hover
{
    background-position: -150px -400px;
}

li#google
{
    background-position: 0 -150px;
}

li#google:hover
{
    background-position: -150px -150px;
}

li#live_id
{
    background-position: 0 -200px;
}

li#live_id:hover
{
    background-position: -150px -200px;
}

li#yahoo
{
    background-position: 0 -550px;
}

li#yahoo:hover
{
    background-position: -150px -550px;
}

li#myopenid
{
    background-position: 0 -250px;
}

li#myopenid:hover
{
    background-position: -150px -250px;
}

li#myopenid
{
    background-position: 0 -250px;
}

li#myopenid:hover
{
    background-position: -150px -250px;
}
*/