/* 
===========================================================
COUPON 1
===========================================================
*/

* {
	margin:0;
	padding: 0;
	border:0;
	list-style:none;
	font-family: arial;
	
	
}
body {
	line-height: 70%;
	background-color:#666666;
	text-align:center;	
}

div#container{
	margin: 0 auto;
	position:relative;
	background-color:#666666;
	width:640px;
	height:auto;
	border: 1px solid #CCCCCC;
	text-align:center;
	
}

div#coupon_content {
	width:640px;
	float:left;
	background-image:url(../images/bkg_coupon.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

div#divCoupon {
	position:absolute;
	margin-top:150px;
	right:25px;
	height:auto;	
}

div#divProvince {
	font-size:14px;
	font-family:Arial;
	text-align:left; 
	padding-left:40px; 
	margin-top:180px;
	
}

div#divThanks {
	height:420px;
	left:0px;
	top:300px;
	position:absolute;
}

div#border1 { 
	width: 640px; 
	border: 1px solid #CCCCCC; 
	padding: 1px; 
	margin: 0px auto 0px auto;  
	float:left;	
}

div#border2 { 
	width: 640px; 
	border: 1px solid #CCCCCC; 
	padding: 1px; 
	margin: 0px auto 0px auto;  
	float:left;
	
}
div#footer{
	background-color:#FFFFFF;
	height:80px;
	width:640px;
	float:left;		
}
.title {
	 margin:20px 0 20px 0;
}	

.thank{
	width:640px;
	height:auto;
	float:left;
	color:#000066;
	font-size:16px;
}

.links{
	width:640px;
	height:auto;
	float:left;
	color:#000066;
	font-size:10px;
	font-weight:bold;
}

.links a{
	text-decoration:underline;
	color:#000066;
	font-weight:bold;
}

.footer{
	width:640px;
	height:auto;
	float:left;
	margin-top:10px;
	color:#666666;
	font-size:10px;
	text-align:center;
}

.sup{
	font-size:6px
}	

	

