@charset "utf-8";
/* CSS Document */

#coupon {
	background-color: #FFF;
	width: 600px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	padding: 10px;
}
#couponBox {
	height: 280px;
	width: 280px;
	border: 1px solid #999;
	text-align: center;
}
#couponBottom {
	clear: both;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #039;
	border-right-color: #039;
	border-bottom-color: #039;
	border-left-color: #039;
	margin: 10px;
}
#couponLogo {
	clear: both;
	width: 600px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
	height: 85px;
}

#couponLeft {
	float: left;
	width: 290px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alignRight {
	text-align: right;
}
#loogo {
	float: left;
	width: 350px;
}

#couponRight {
	float: right;
	width: 290px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;

}
