.shadowbox {
	background: #E6E6E6;
	position: relative;
	top: 2px;
	left: 2px;
}
.shadowboxMain {
	background: #f9f9f9;
	border: 1px solid #aaaaaa;
	color: #AAAAAA;
	position: relative;
	top: -5px;
	left: -5px;
}
.shadowboxContent500 {
	background: #f9f9f9;
	color: #000000;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
}
.shadowboxContent400 {
	background: #f9f9f9;
	color: #000000;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
}
.shadowboxBottom {
	background: #FFF !important;
	border-top: 1px solid #aaaaaa !important;
	top: 0px !important;
	left: 0px !important;
	border-right-width: 0px !important;
	border-bottom-width: 0px !important;
	border-left-width: 0px !important;
	height: 60px;
	text-align: center;
	padding-top: 10px;
}
.shadowboxTop {
	background: #FFFFFF !important;
	border-bottom: 1px solid #aaaaaa !important;
	top: 0px !important;
	left: 0px !important;
	border-right-width: 0px !important;
	border-top-width: 0px !important;
	border-left-width: 0px !important;
	height: 30px;
	padding: 10px 0px 10px 20px;
	font-size: 24px;
	color: #F11515 !important;
}
