body {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
}

#login-canvas {
    position: relative;
    width: 690px;
    height: 486px;
    margin: auto auto;
    background: url(/img/template.gif) no-repeat;
}

#login-box {
    position: absolute;
    width: 255px;
    height: 305px;
    left: 20px;
    top: 130px;
}

#salestext {
margin-left: 350px;
width: 350px;
height: 200px;
}

#current-fp-user {
    position: absolute;
    width: inherit;
    bottom: 0;
    font-size: 10px;
    line-height: 14px;
    font-family: Verdana, Arial, sans-serif;
}

#fatport-button {
    float: right;
    border: 0;
    padding-left: 10px;
}

h1 {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #4a4a4a;
    font-family: Verdana, sans-serif;
}

label {
    display: block;
    font-weight: bold;
    color: #d5011c;
}

a { color: #d5011c }

