@CHARSET "UTF-8";


div.maintenance_admin_banner{
    position: relative;
	background-color: #FFDE00;
	font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 25px;
    text-align: center;	
    color: #000;
    z-index: 1000;
}

input#site_maintenance_banner_close_button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

div.maintenance_admin_banner a{
	font-size: 16px;
	color: #0000ff;
	font-weight: bold;
}

#wpbody div.maintenance_admin_banner{
	margin-bottom: 20px;
}




