.upgrade-product-content
{
    background-color: white;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 180px;
}

.upgrade-product-content img
{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
}

.upgrade-product-content h1
{
    margin-top: 10px;
}

.upgrade-product-content p
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.note-msg, .notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(https://www.vbulletin.com/magento/skin/frontend/vbulletin/default/images/i_msg-note.gif);
    color: #3d6611;
}
