@charset "UTF-8";
/* CSS Document */

#frontModule {
	/* WIDTH: SET TO WHATEVER GRAPHIC WIDTH IS PLUS 10 */
	width:610px;
	/* HEIGHT: SET TO WHATEVER GRAPHIC HEIGHT IS PLUS 40 */
	height:430px;
	position:absolute;
	z-index:4000;
	top:50px;
	/*background-color:#FFCCCC;*/
	background-image:url(graphics/back_red.png);
	border:#993333 1px solid;
	display:none;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}

#frontModule img {

}
#frontClose {
	width:100%;
	text-align:left;
	padding-top:3px;
	padding-left:3px;
}
#frontClose img {
	
}
#plainAnnounce {
	background-color:#FFFFFF;
	width:80%;
	
	padding:20px;
	height:78%;
	text-align:center;	
}
#frontAnnounceText {
	width:90%;
	font-size:14px;	
	line-height:1.3em;
}
#frontAnnounceText, #plainAnnounce {
		margin-left:auto;
	margin-right:auto;
}
