

#templates {
    display: none;
}

#shade {
    display: none;
}
#odometer {
    background: url("../img/odometer_empty.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 300;
    height: 47px;
    margin: 1px auto 0;
    width: 185px;
}
#odometer #numbers {
    margin-left: 4px;
    width: 100%;
}
#odometer .num {
    float: left;
    height: 42px;
    line-height: 40px;
    margin: 2px 2px 2px 3px;
    text-align: center;
    width: 25px;
}

.offer.viewed {
    background: #dddddd;
}



input.error {
    border: 1px solid #C50F0F;
}

#btn_login.disabled img,
#btn_signup.disabled img,
#btn_fbsignup.disabled img,
#btn_forgotpass.disabled img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.toast {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 2px 4px 0px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1292b3;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.247059) 0px 2px 4px 0px;
    color: rgb(51, 51, 51);
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
    margin: 10px auto;
    line-height: 50px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.498039) 0px -1px 1px;
    width: 85%;
    color:#eee;
    text-align:center;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}
.toast .msg {
    line-height: 18px;
    padding: 10px 0;
}