/*******************/
/*     MESSAGES    */
/*******************/

.message-wrapper {
  position: relative;
  padding: 10px 20px 5px 45px;
  margin: 10px 0 10px 0;
}

.message-wrapper p {
  padding: 0;
  margin: 0;
}

.ok {
  background: #bdf6b7 url('../images/message/icon-ok.gif') no-repeat 15px 10px;
  border: 1px solid #21930e;
  position: relative;
  padding: 10px 20px 5px 45px;
  margin: 10px 0 10px 0;
}

.attention {
  background: #a8c4ee url('../images/message/icon-attention.gif') no-repeat 15px 10px;
  border: 1px solid #006da6;
}

.warning {
  background: #f3f4a0 url('../images/message/icon-warning.gif') no-repeat 15px 10px;
  border: 1px solid #e1e324;
}

.error {
  background: #f6b7ba url('../images/message/icon-error.gif') no-repeat 15px 10px;
  border: 1px solid #cb1a1a;
}

/*********************************/
/*     PAYPAL MESSAGEBOX TEST    */
/*********************************/

div.messageBox {width:auto; min-height:44px; margin:1em 0; border:1px solid #ffcf0f; padding:0 12px; background-color:#ffffde; background-position:20px 10px; background-repeat:no-repeat;}
div.messageBox p {margin:10px 0;}
div.messageBox.notification {border-color:#81a4c6; padding-left: 55px; background-color:#f0f6fd; background-image:url(https://www.paypalobjects.com/WEBSCR-610-20100216-1/en_US/i/icon/icon_info_24wx24h.gif);}
div.messageBox.confirmation {border-color:#c4de95; padding-left: 55px; background-color:#f8feee; background-image:url(https://www.paypalobjects.com/WEBSCR-610-20100216-1/en_US/i/icon/icon_success_24wx24h.gif);}
div.messageBox.error, div.messageBox.alert {padding-left: 55px; background-image:url(https://www.paypalobjects.com/WEBSCR-610-20100216-1/en_US/i/icon/icon_alert_24wx24h.gif);}
div.messageBox ul {position:absolute; top:0; left:-500em; width:1px; height:1px; overflow:hidden; text-indent:-9999em; line-height:0;}
.legacyErrors div.messageBox ul {position:relative; height:auto; width:auto; left:0; top:0; text-indent:0; overflow:visible; line-height:1em;}

div.inlineMessage {width:auto; margin:10px 0; padding:0 2px 0 26px; background-position:5px 3px; background-repeat:no-repeat;background-color:#fff;}
div.inlineMessage.info {background-image:url(https://www.paypalobjects.com/WEBSCR-610-20100216-1/en_US/i/icon/icon_sysinfo_16x16.gif);}
div.inlineMessage.warn {background-image:url(https://www.paypalobjects.com/WEBSCR-610-20100216-1/en_US/i/icon/icon_sysalert_16x16.gif);color:#c60000;}

