body {
background-color: #293751;
margin-top: 0px;
}
.coupon {
border: 1px solid;
border-color: #293751;
-moz-border-radius: 15px;
border-radius: 15px;
} 
.shadow {
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
	margin-bottom: 5px;
}
.info_box {
  border: 1px solid #000088;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.info_box_text {
	margin: 10px;
}
.grey_outline {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
hr { border: 0; background-color: #666666; height: 1px; }

