@charset "UTF-8";
/* CSS Document */


	.shadow-container {
	position: relative;
	left: -3px;
	top: -3px;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	/*minimum height applied by next three lines*/
    min-height:375px;
    height:auto !important;
    height:375px;
	
	z-index: 100;
	}
	.shadow-container img {
		margin-right:25px;
		margin-bottom:25px;
		float:left;
	} 
	.shadow-container .shadow2,
	.shadow-container .shadow3,
	.shadow-container .container {
		position: relative;
		right: -2px;
		bottom: -2px;
	}
	
	
	
	
	 /* Mozilla ignores crazy MS image filters, so it will skip the following */
	.shadow-container .shadow1 {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/dropShadow.png');
		z-index: 1;
	}
 
	.shadow-container .shadow2 {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/dropShadow.png');
		z-index: 1;
	}
 
	.shadow-container .shadow3 {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/dropShadow.png');
		z-index: 1;
	}
	
	
	/* IE ignores styles with [attributes], so it will skip the following. */

		.shadow-container[class] .shadow1{
			background-image:url(images/dropShadow.png);
			z-index: 1;
		}
		.shadow-container[class] .shadow2{
			background-image:url(images/dropShadow.png);
			z-index: 1;
		}
		.shadow-container[class] .shadow3{
			background-image:url(images/dropShadow.png);
			z-index: 1;
		}
 
 
 
 
	.shadow-container .container {
	background: #b8d0d0;
	padding: 25px;
	border: 1px solid #B0C6C6;
	text-align:left;
	}
