
/*************************************
 Notification
*************************************/

#notification select {
visibility:visible;
}

#notification {
z-index:13;
position:absolute;
top:75px; left:50%;
margin-left:-175px;
width:350px;
cursor:move;
}

#notification_contents {
background-color:#FFF;
padding:10px 15px;
border:1px solid #666;
border-bottom:0;
border-top:0;
}

#notification_top {
background-image:url(../graphics/backgrounds/notification_top.png);
background-repeat:no-repeat;
font-size:1px;
height:5px;
}

#notification_top_left {
background-image:url(../graphics/backgrounds/notification_top.png);
background-repeat:no-repeat;
height:5px;
font-size:1px;
}

#notification_top_right {
background-image:url(../graphics/backgrounds/notification_top.png);
background-repeat:no-repeat;
height:5px;
font-size:1px;
}

#notification_bottom {
background-image:url(../graphics/backgrounds/notification_bottom.png);
background-position:bottom;
background-repeat:no-repeat;
font-size:1px;
height:5px;
}

#notification_bottom_left {
background-image:url(../graphics/backgrounds/notification_bottom.png);
background-position:bottom;
background-repeat:no-repeat;
height:5px;
font-size:1px;
}

#notification_bottom_right {
background-image:url(../graphics/backgrounds/notification_bottom.png);
background-position:bottom;
background-repeat:no-repeat;
height:5px;
font-size:1px;
}

#notification_contents p.buttons {
text-align:center;
margin-top:25px;
}

#notification_contents p.buttons .button {
margin:0 3px;
}

#notification_contents p#close {
display:inline;
cursor:pointer;
margin:-12px -10px 0 0;
float:right;
}

#left_side_ads {
display:none
}