@import "../../shared/css/reset.css";

body {
	font-family: "Arial", sans-serif;
	background-image: url("../images/background.gif" );
}

#container {
	-sand-transform: rotate(15deg);
	position: absolute;
	top: 100px;
	left: 100px;
	width: 270px;
	
}

#polaroid {
	width: 250px;
	box-shadow: 0 0 15px #cccccc;
	-moz-box-shadow: 0 0 15px #cccccc;
	-webkit-box-shadow: 0 0 15px #cccccc;
	
	border: solid 1px #cccccc;
	padding: 10px 10px 40px 10px;
	background: white;
	
}

body.ie6 #container,
body.ie7 #container,
body.ie8 #container {
	width: 290px;
	padding-bottom: 10px;
}


body.ie6 #polaroid,
body.ie7 #polaroid,
body.ie8 #polaroid {
   zoom: 1;
   filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=0),
           progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=90),
           progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=180),
           progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, Strength=5, Direction=270);
}