@charset "utf-8";
/* CSS Document */

div.jqalert
{
position: absolute;
z-index: 1;
top: 30%;
left: 39%;
background: #777777;
color: #FFFFFF;
font: normal 10px verdana;
width: 620px;
margin: -150px -125px;
border: solid 1px #000000;
}
div.jqalert div
{
padding: 10px;
}
#jqclose
{
text-align: right;
background: #555555;
padding: 5px;
border-bottom: solid 1px #000000;
}
#jqclose b
{
cursor: pointer;
}
#overlay{
	background: url(grigio_trasp.png) repeat;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	cursor:pointer;
}