
#maint {
    font-size:130%;
    color:red;
    text-align:center;
    padding:20px;
    background-color: #CCC;
	height: 0px;
}

#mw {
    font-size:180%;
    margin-top:5px;
    margin-bottom:5px;
}


.ui-dialog-titlebar{
    display:none;
}


.ui-widget-content.ui-dialog {
    border: solid 5px red;
}

.ui-widget-overlay
{
    opacity: .70 !important;
    filter: Alpha(Opacity=70) !important;

}

