.shadowbox {
	background: #E6E6E6;
	border: 1px solid #FFFFFF;
	position: relative;
	top: 2px;
	left: 2px;
}
.shadowboxMain {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #AAAAAA;
	position: relative;
	top: 0px;
	left: 0px;
}
.shadowboxContent400 {
	background: #FFF;
	color: #000000;
	width: 400px;
	margin-right: auto;
	margin-left:  auto;
	font-size: 14px;
	line-height: 20px;
}
.shadowboxContent500 {
	background: #FFFFFF;
	border:1px solid #FFFFFF;
	color: #000000;
	font-size:   12px;
	line-height: 20px;
	margin-right: auto;
	margin-left:  auto;
	padding: 15px 0px 0px 5px;
	width: 550px;
}
.shadowboxContentLeft {
	background: #FFFFFF;
	border:1px solid #FFFFFF;
	color: #000000;
	font-size:   12px;
	line-height: 20px;
	margin-right: auto;
	margin-left:  auto;
	padding: 15px 0px 0px 5px;
	position: relative;
	height: 60px;
	width: 270;
}
.shadowboxContentRight {
	background: #FFFFFF;
	border:1px solid #FFFFFF;
	color: #000000;
	font-size:   12px;
	line-height: 20px;
	margin-right: auto;
	margin-left:  auto;
	padding: 15px 0px 0px 5px;
	height: 60px;
	width: 270;
}
.shadowboxContentBottom {
	background: #FFFFFF;
	border:1px solid #FFFFFF;
	color: #000000;
	font-size:   12px;
	line-height: 20px;
	margin-right: auto;
	margin-left:  auto;
	padding: 15px 0px 0px 5px;
	height: 60px;
	width: 550px;
}
.shadowboxTop {
	background: #ff7800 !important;
	border:1px solid #ff7800;
	color: #FFFFFF !important;
	height:  30px;
	font-size: 20px;
	top:  0px !important;
	left: 0px !important;
	width: 550px;
	margin-right: auto;
	margin-left:  auto;
	padding: 2px 0px 0px 5px;
}
.shadowboxBottom {
	background: #FFF !important;
	border-top: 0px 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;
}
