/*
	meromero park
	reminder.css
*/

#layout-body {
	background: #eefac9 url("/img/common/adad1.png") no-repeat 520px 200px;
	text-align: left;
}

#reminder {
	margin: 0px 50px 0px 50px;
	line-height: 1.2em;
}

#reminder ul.list li {
	font-weight: bold;
	list-style-type: decimal;
	margin: 30px 0px 0px 0px;
}

#reminder ul.sublist li {
	font-weight: normal;
	list-style-type: none;
	margin: 10px 0px 0px -20px;
}

#layout-body2 {
	background: #eefac9 url("/img/common/adad2.png") no-repeat 520px 200px;
	position: relative;
	width: 670px;
	height: 484px;
	border-left: 1px solid #88af10;
	border-right: 1px solid #88af10;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #006600;
	padding-top: 10px;
}

#layout-body2 .msg {
	margin-top: 130px;
}

#layout-body3 {
	background: #eefac9 url("/img/common/adad0.png") no-repeat 520px 200px;
	position: relative;
	width: 670px;
	height: 324px;
	border-left: 1px solid #88af10;
	border-right: 1px solid #88af10;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #006600;
	padding-top: 10px;
}

#layout-body3 #password {
	width:400px;
	margin: 100px auto 0px auto;
}

#layout-body3 #password table{
	text-align: left;
}

#layout-body .error {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	color: #FF0000;
}

#banner {
	font-size:0.8em;
	color: #5C9414;
	padding-top:40px;
}
