#loginMessageDiv{
    position: fixed;
    left: 50%;
    margin-left: -306px;
    margin-top: 10%;
    width: 613px;
    height: 390px;
    background-color: #4D5550;
}
#signInHalf{
    height: 100%;
    width: 40%;
    position: relative;
    float: left;
    padding: 28px;
    /* margin-right: 3%; */
}
#registerHalf{
    width: 40%;
    height: 100%;
    position: relative;
    float: left;
    padding: 28px;
}
.signInButton{
    height: 36px;
    width: 250px;
    background-color: #949996;
    position: relative;
    float: left;
    display: inline-block;
    color:#f7f7f7;
    letter-spacing:2px;
    font-size:15px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.signInButton:hover{
    cursor:pointer;
    background-color:#7b7b7b;
}
.facebookInitial{    
    height: 24px;
    width: 15px;
    margin-left: 5px;
    padding: 6px;
    float: left;
}
.facebookConnect{
    background-color: #3C5A98;
    border-radius: 4px;
}
.facebookConnect.signInButton:hover{
    background-color: #3C5A98;
}
.facebookText{
    float: left;
    margin: 11px;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
}
.signInMessageDivider{
    height: 1px;
    width: 250px;
    position: relative;
    float: left;
    margin-top: 15px;
    background-color: #f7f7f7;
}

.signInInput{
    float: left;
    position: relative;
    width: 240px;
    height: 27px;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #000000;
    border-radius: 2px;
}
.signInCheckbox{
    width: 10px;
    height: 10px;
    float: left;
    position: relative;
    background-color:#f7f7f7;
    border-radius: 2px;
    margin-top: 10px;
}
.signInCheckbox:checked{
    background-color:#70d500;
}
.checkboxText{
    float: left;
    display: inline-block;
    margin-top: 10px;
    font-size: 10px;
}
#forgotPassword{
    font-size: 10px;
    position: relative;
    float: right;   
    margin-top: 8px;
}
#forgotPassword:hover{
    cursor:pointer;
    opacity:0.8;
}
#signInHalvesDivider{
    width: 1px;
    height: 56%;
    position: absolute;
    background-color: #f7f7f7;
    left: 49%;
    top: 9%;
}
#signInButton{
    text-align: center;
    padding-top: 10px;
    margin-top: 20px;
    height: 26px;
}
#signInDivContainer{
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}
#registerButton{
    text-align: center;
    padding-top: 10px;
    margin-top: 7px;
    height: 26px;
}

#terms{
    font-size: 10px;
    text-align: center;
    margin-left: -80px;
    width: 160px;
    position: relative;
    margin: 0 auto;
    margin-top: 18px;
}
#discountsText{
    position: relative;
    float: left;
    width: 210px;
    margin-left:10px;
    margin-top: 7px;
}
#signInFixedContainer{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:none;
    z-index:1001;
    overflow: no-display;
}
#discountsRow{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#receiveDiscount{
    margin-top:10px;
}