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

.shadow {
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";







	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	/* Firefox */
	-moz-border-radius: 12px;
	/* WebKit */
	-webkit-border-radius: 12px;
	/* IE9, Opera 10.5+, dev channel releases of Google Chrome */
	border-radius: 8px;
	padding: 15px 25px;
	background-color: #F4EFCA;
	margin-bottom: 20px;
	border: 1px solid #0F5030;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.shadow-b {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 5px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";



	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
	/* Firefox */
	-moz-border-radius: 12px;
	/* WebKit */
	-webkit-border-radius: 12px;
	/* IE9, Opera 10.5+, dev channel releases of Google Chrome */
	border-radius: 8px;
	color: #333;
}
