@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	background-color: #FAFAFA;
	text-align: center;
}

#out {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -144px 0 0 -256px;
	width: 508px;
	height: 252px;
	border: #CCCCCC 2px solid;
	background-color: #FFFFFF;
	text-align: left;
}

#out .inbox {
	margin: 20px;
	padding: 0;
}

#out .inbox h1 {
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #006699;
	text-align: center;
}

#out .inbox h2 {
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
}

#out .inbox .body {
	margin: 30px 0 0 0;
	padding: 10px;
	background-color: #FAFAFA;
}