
td
{
    border: none !important;
}
section {
    margin: 0px;
    padding: 0px;
}
div.d-wrap
{
    font-family: myriad-pro, "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    width: 350px;
    margin: 0px auto;
    padding: 7px 11px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid white;
}
div.titlecase-d-wrap
{
    color: red;
    font-size: 11px !important;
    width: 350px;
    margin: 0px auto;
    padding: 7px 5px 0px;
    position: relative;
    font-size: 12px;
    text-transform: none;
}
div.d-submit
{
    padding-top: 9px;
    width: 310px;
}
div.d-submit input
{
    float: right;
}
div.d-wrap label
{
    display: block;
    float: left;
    width: 70px;
    font-size: 12px;
    color: #202020;
    margin: 6px 10px 0 2px;
}
div.d-wrap input.ipt
{
    display: block;
    float: left;
    width: 200px;
    padding: 9px;
    font-size: 13px;
    font-weight: normal;
    color: #444;
    line-height: 16px;
    border: 1px solid #CCC;
    background: #EEE;
}
div.d-wrap div.s-forgotton
{
    margin-left: 80px;
}
div.d-wrap div.s-forgotton a
{
    font-size: 11px;
    color: #a4a4a4;
    text-decoration: none;
}
div.d-wrap div.s-forgotton a:hover
{
    text-decoration: underline;
}
div.d-submit input.ipt-btt-submit
{
    border: 0;
    cursor: pointer;
}
.loginLabel
{
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    margin: 0 10px 0 0;
}
.forgotPasswordInstructions {
    text-transform: none;
}