/***ALERT BOX***/
.alertOverlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; }
.alertParent { position: fixed; top: 40px; left: 50%; width: 500px; z-index: 10; }
.alertInner { position: absolute; width: 500px; left: -250px; text-align: center; }
.alertContent { display: inline-block; padding: 5px 10px; font-weight: bold; background: #F9EDBE; border: 2px solid #F0C36D; }
.alertContent { -moz-box-shadow: 1px 1px 2px #ccc; -webkit-box-shadow: 1px 1px 2px #ccc; box-shadow: 1px 1px 2px #ccc; }
.alertContent a { display: inline-block; margin-right: 8px; color: #333; text-decoration: underline; color: #069; }
.alertContent a:hover { color: #39c; }