
#box_holiday {
	width: 500px;
	padding: 10px;
	background-color: #FFEAC9;
	border: 5px solid #C60001;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -250px;
	z-index: 1000;
}

#box_holiday p {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}

