﻿
.ui-widget
{
    font-family: Arial,Helvetica,sans-serif !important;
    font-size:13.2px;
}
#nextcrew-login-section 
{
    clear: both;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 280px;
}
#nextcrew-login-section ul.signIn 
{
    clear: both;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 270px;
}
#nextcrew-login-section ul.signIn li {
    clear: both;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 0 3px;
    /*padding: 0 0 5px;*/
}
#nextcrew-login-section label 
{
    clear: both;
    color: #535252;
    float: left;
    font-family: Arial;
    font-size: 17px;
    height: 20px;
    margin: 0;
    padding: 0 0 5px;
    width: 100%;
}
.login 
{
    clear: both;
    color: #555555;
    float: left;
    font-size: 17px;
    font-weight: 400;
    height: 18px;
    margin: 0;
    padding: 2px;
    width: 270px;
}
#nextcrew-login-section ul.btnNav 
{
    clear: both;
    float: left;
    height: 35px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0;
    width: 360px;
}
#nextcrew-login-section ul.signIn li ul.btnNav li 
{
    clear: none;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 112px;
}
#nextcrew-login-section ul.signIn li ul.btnNav li.text 
{
    clear: none;
    color: #FFFFFF;
    float: left;
    font-family: "Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: 700;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    width: 45px;
}
.btn_signup 
{
    color: White;
    cursor: pointer;
    font-family: 'Droid Sans Bold',sans-serif;
    font-size: 16px;
    height: 29px;
    text-align: center;
    text-decoration: none;
    width: 113px;
}
#nextcrew-login-section label.remember 
{
    clear: none;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
#nextcrew-login-section label.remember span 
{
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.login_options 
{
    font-family: "Segoe UI";
    font-size: 14px;
}
#fb-connect-button 
{
    background-color: transparent;
    background-image: url("../resources/common/facebook-connect.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 27px;
    width: 105px;
}
#error-message 
{
    width:280px;
    text-align:center;
    color:#CC0000;
    position:absolute;
    padding:10px;
    border:1px solid #CC0000;
    border-radius:4px;
    background-color:#fff
}
button.nextcrew { height:30px;font-size:14px;width:113px;font-family:arial }