/* CSS Document */
#shadow-container {
	position: relative;
	width: 820px;



}   
  
#shadow-container .shadow2,   
#shadow-container .shadow3,   
#shadow-container .container {   
    position: relative;     
}   
  
    #shadow-container .shadow1 {
	background: #F1F0F1;
	width: 820px;

    }   
  
    #shadow-container .shadow2 {   
        background: #DBDADB;   
    }   
  
    #shadow-container .shadow3 {   
        background: #B8B6B8;   
    }   
  
    #shadow-container .container {   
        background: #ffffff;   
        border: 1px solid #848284;    
    }  
#shadow-container {
	position: relative;
	text-align: center;


}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

	#shadow-container .shadow1 {
		background: #9CB3C3;
	}

	#shadow-container .shadow2 {
		background: #8699A7;
	}

	#shadow-container .shadow3 {
		background: #667980;
	}

	#shadow-container .container {
	background: #ffffff;
	padding: 0px;
	border-top: 0px none #848284;
	border-right: 1px solid #848284;
	border-bottom: 1px solid #848284;
	border-left: 1px none #848284;

	} 
