#notificationHolder {position: absolute; top: 0;}
.notification {overflow: hidden; background: url('/images/notification.png') no-repeat; width: 742px; height: 75px; font-family: arial; margin: -10px auto 0;}
.notification #notify-message {font-size: .75em; color: #fff; text-transform: uppercase; width: 630px;}
.one-line {margin: 32px 0 10px 78px;}
.two-line {margin: 25px 0 10px 78px;}
.notification .close {display: block; float: right; background: url('/images/close-button.png'); width: 11px; height: 12px; position: relative; right: 20px; top: 20px;}
.notification .close:hover {background: url('/images/close-button-hover.png');}
#notify-message a {color: #FFF; font-weight: 600;text-decoration: underline;}
#notify-message a:hover {text-decoration: underline; color: #fff;}
.notification a{outline:none;}

