@charset "utf-8";
/* CSS Document 
	shadow1 és el que queda més enfora
*/

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;

}
 
#shadow-container .shadow1,
#shadow-container .shadow2,
#shadow-container .shadow3 {
	position: relative;
	left: -1px;
	top: -1px;
	margin-right:-1px;
	margin-bottom:-1px;
}

#shadow-container .shadow3 {
	border-right:1px solid #a3ac70;
	border-bottom:1px solid #a3ac70;
}
 
#shadow-container .shadow2 {
	border-right:1px solid #adb777;
	border-bottom:1px solid #adb777;
}
 
#shadow-container .shadow1 {
	border-right:1px solid #b8c380;
	border-bottom:1px solid #b8c380;
}

#enter .shadow1,
#enter .shadow2,
#enter .shadow3,
#enter #shadowcontainer {
	width:210px;
}