.size-element {
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 11px;
    width: 11px;
}
.popup-maximize-event {
    background: url("../images/ll-icons.png") repeat scroll 0 -10px transparent;
    height: 10px;
    margin: 20px 10px 10px 15px;
    width: 20px;
}
.popup-minimize-event {
    background: url("../images/ll-icons.png") repeat scroll 0 0 transparent;
    height: 10px;
    margin: 20px 10px 10px 15px;
    width: 20px;
}

#toaster {
    bottom: 0;
    display: none;
    position: fixed;
    width: 370px;
}
.popup-header {
    background: none repeat scroll 0 0 #b31d24 !important;
    border-radius: 3px 3px 0 0;
    color: white;
    min-height: 40px;
    padding: 6px 0 11px;
}
.popup-close-event {
    background: url("../images/ll-icons.png") repeat scroll center -20px transparent;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 10px;
    margin: -5px 10px 10px;
    width: 10px;
}
.popup-close-event:hover { background-position: center -30px; }
.popup-body {
    background-color: #454545;
    color: white;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 20px;
}
.popup-body ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.popup-body li {
    background: url("../images/ll-bullet.png") no-repeat scroll left 8px transparent;
    padding-left: 10px;
}
.popup-body-header {
    font-family: Georgia,"Times New Roman",Serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
}
.popup-buttons {
    background-color: #b31d24;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 1px #333333;
    color: white;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.daysRemaining {
    font-family: Georgia,"Times New Roman",Serif;
    font-size: 13px;
    padding-left: 25px;
}

.header-text {
    font-family: Georgia,"Times New Roman",Serif;
    font-size: 16px;
    padding: 5px 5px 0 25px;
}
.benefits {
    margin-bottom: 20px;
    margin-top: 10px;
}
.popup-links {
    margin-bottom: 20px;
    margin-top: 20px;
}
.popup-footer {
    background-color: #454545;
    font-family: Georgia,"Times New Roman",Serif;
    color: white;
    margin: 0;
    padding: 0;
}
.popup-footer p{
    margin: 0;
    padding: 0;
    font-size: 11px;
   -webkit-margin-before: 0px;
   -webkit-margin-after: 0px;
   -webkit-margin-start: 25px;
   -webkit-margin-end: 0px
}
