/* CSS Document */

.modalbox { position:fixed; display:none; z-index:9999; top:40%; left:50%; width:400px; height:200px; margin:-120px 0 0 -220px; padding:20px; text-align:center; background-color:#FFF; border-radius:10px; box-shadow:0px 0px 6px 2px #666;}
.modalbox p { margin-top:10px; margin-bottom:10px;}
.modalbox a { cursor:pointer; margin-left:20px; margin-right:20px; font-size:14pt; font-weight:bolder;}


#ageau {
	width:100%;
	height:100%;
	background-color:#FFF;
	position:fixed;
	z-index:900;
	opacity:1;
}
