#loginPanel {
    height: 240px;
}

#loginPanel input {
    font-size: 14px;
}


#loginPanel th {
    vertical-align: top;
    padding-top: 4px;
}

#loginPanel .loginResetButtons th {
    vertical-align: top;
    font-size: 14px;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

#loginPanel button.button {
    float: right;
    margin-left: 5px;
}

#loginPanel .loginResetButtons button.button {
    width: 80px;
}

#loginPanel .reminder {
    display: none;
}

#loginPanel .spacer th {
    height: 20px;
}

#loginPanel .email th {
    position: relative;
    display: block;
}

#loginPanel .email .or {
    position: absolute;
    top: 15px;
    left: 25px;
    width: 30px;
    font-size: 12px;
    font-weight: normal;
}

#myAccount .page {
    margin-bottom: 10px;
}

#myAccount .sectionTitle {
    font-weight: bold;
    margin: 5px 0 10px 0;
}

#myAccount button.button.save, #myAccount button.button.cancel {
    float: right;
    width: 80px;
    margin: 5px 0 0 5px;
}

#myAccount .welcome {
    margin: 0 0 15px 5px;
}

#myAccount .welcome em {
    font-weight: bold;
    padding-right: 10px;
}

#myAccount .welcome .logout {
    font-weight: normal;
    font-size: 14px;
}

#myAccount .summary .cancel {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

#myAccount .summary .cancelReason {
    font-size: 12px;
    margin: 15px 0 0 0;
}

#myAccount .summary .cancelReason p {
    margin: 0 0 2px 2px;
    font-weight: bold;
}

#myAccount .summary .cancelReason textarea {
    height: 50px;
    width: 100%;
    overflow: auto;
}

#myAccount .summary .cancelReason button.button {
    float: right;
    padding: 0 5px 0 5px;
    margin: 5px 0 0 0;
/*    color: red;
    border-color: red;*/
}

#myAccount .summary .reactivate {
    margin: 20px 0 0 0;
    font-size: 14px;
    color: blue;
    font-weight: bold;
}

#myAccount .vhr .disclaimer {
    font-size: 10px;
}

#myAccount .vhr .dealerOnly {
    font-size: 12px;
    padding-left: 5px;
}

#myAccount .paymentInfo .updateLink {
    font-size: 14px;
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

#myAccount .paymentReceipts select {
    width: 175px;
}
