#dialog {
position:absolute;
width:400px;
z-index:200;
text-align: center;
}

#dialog-header {
display:block;
position:relative;
width:400px;
padding:5px 0px 5px 0px;
font-weight: bold;
font-size: 22px;
line-height: 20px;
color:#515151;
text-shadow: #FFFFFF 3px 4px 4px;
background: url('alerttop.png');
background-repeat: no-repeat;
}

#dialog-content {
display:block;
color:#000000;
font-size:18px;
padding:10px 10px 0px 10px;
text-align: left;
background: url('alertmiddle.png');
background-repeat: repeat-y;
}

#dialog-footer {
display:block;
position:relative;
background:#00FF00;
width:400px;
height:45px;
padding:0px;
font-size:20px;
font-weight:bold;
background: url('alertbottom.png');
background-repeat: no-repeat;
}

#dialog-mask {
position:absolute;
top:0; left:0;
min-height:100%;
width:100%;
background:#000000;
opacity:.30;
filter:alpha(opacity=30);
z-index:100;
}
