#flashcontent {
		height: 100%;
	}
	/* end hide */


/* CSS container shadow */
#shadow-container {
	position: relative;
	left: 1px;
	top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

	#shadow-container .shadow2,
	#shadow-container .shadow3,
	#shadow-container .container {
		position: relative;
		left: -2px;
		top: -2px;
	}

	#shadow-container .shadow1 {
		background: #F1F0F1;
	}

	#shadow-container .shadow2 {
		background: #DBDADB;
	}

	#shadow-container .shadow3 {
		background: #B8B6B8;
	}

	#shadow-container .container {
		background: #FFD7D6; 
		border: 1px solid #848284;
		padding: 0px;
	}
/* CSS container shadow */
