@charset "utf-8";
/* CSS Document */
#startup_msg {
	background-color: #FFF;
	width: 500px;
	border: 3px solid #F42C52;
	border-radius:4px;
	-moz-border-radius:4px;
	/*overflow: auto;*/
	position: fixed;
	z-index: 100;
	left: 300px;
	top: 400px;
	box-shadow: -3px 3px 5px #225;
	-moz-box-shadow: -3px 3px 5px #225;
	
}
#startup_msg_content{
padding:10px;
text-align:center;	
}
#startup_msg_content h4{
margin:5px 0;
}
#close_startup_msg {
	border-radius:3px;
	-moz-border-radius:3px;
	background-color:#3B5998;
	color:#FFF;
	font-size:12px;
	
	padding:3px 5px;
	}
