﻿body {
    background-image: url(../images/grey_background_globe_alone.png);
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    z-index: 2;
}

#header {
    text-align: center;
    position: relative;
    height: 175px;
    margin: 0;
    z-index: 10;
}

#header .headerInner {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#header .headerInner img #imgLogo {
    border-width: 0px;
    border-style: None;
    height: 175px
}

.fuelup {
    content: url("../images/FuelUpLogin31.png");
    padding-top: 15px;
    padding-bottom: 35px;
}

.sm2 {
    content: url('../images/SM2 logo 175.png');
    height: 175px;
    padding-bottom: 35px;
}

.page-header {
    text-align: center;
    color: #0050a0;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 24px;
}

.genMessage {
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    padding-bottom: 25px;
    width: 400px;
}

.UserWrapper {
    margin: 0 auto;
    width: 400px;
    border-radius: 4px;
    border: 1px solid rgb(65,83,141);
    padding: 10px;
}

.actionBtn {
    display: inline-block;
    vertical-align: top !important;
    max-width: 108px;
    margin-right: 63px;
    float: right;
    background: rgb(0, 80, 160);
    padding: 2px 10px;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    border: 1px solid rgb(50,150,205);
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border-radius: 3px;
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    cursor: pointer;
}

.PasswordDiv {
    margin: 0 auto;
    width: 380px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.passwordLabel {
    width: 305px;
    display: inline-block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #555;
}

.errorMsg {
    color: red;
    font-weight: bold;
    font-size: 12px;
}

.MsgSection {
    text-align: left;
    display: inline-block;
    width: 245px;
    min-height: 30px;
}

.successMsg {
    color: black;
    font-weight: bold;
    font-size: 12px;
}

#footer {
    background: rgb(0, 80, 160);
    padding: 5px;
    height: 15px;
    position: fixed;
    margin-bottom: 0;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    bottom: 0;
    width: 100%;
}

    #footer > p {
        margin-top: 3px;
    }

.emailBox {
    width: 305px;
    height: 28px;
    line-height: 25px;
    font-family: Arial, sans-serif;
    padding: 2px;
    text-align: center;
    border: none;
    background-color: transparent;
    background-image: url(../images/textboxBg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
    margin-bottom: 5px;
}