@charset "UTF-8";
/* CSS Document */
#litebox {
	width: 400px;
	height: 500px;
	border: solid 1px #AFCFD8;
	background-color: #AFCFD8;
}

#litebox .box {
	width: 350px;
	padding: 10px;
	height: 425px;
	margin-top: 10px;
	margin-left: 15px;
	background-color: #DDE9E8;
	text-align: center;
}

#litebox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #E90000;
}

#litebox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	color: #254B69 !important;
}

#litebox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505050 !important;
	margin-bottom: 15px;
}

#liteboxt p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E90000;
	font-weight: bold;
}


