/* CSS Document *//* CSS Document */
h1																								{ color:#495944; }
p                           											{ line-height:1.4em;margin-top:5px;margin-bottom:10px;}

ul                          											{margin-bottom:10px;}
ul li                       											{list-style:disc;margin: 2px 20px;}

#content_left																			{ float:left; width:550px; margin-bottom:30px;}
#content_right																		{ float:left; width:350px; text-align:center; margin-top: -15px;}

label                                             {float:left;text-align:right; width:250px;margin:5px 4px 0 0;color:#666666;}

input                                             {width:234px;}
textarea                                          {width:237px;}
select                                            {width:240px;}

form div                                          {width:100%;clear:both;margin: 5px 0;}
.checkbox                                         {text-align:left;float:right;width:300px;}
.checkbox input                                   {float:left;width:10px; height:10px;}
.checkbox label                                   {text-align:left;float:left;width:200px;}

.coupon {
	background-image:url(/img/coupon1back.gif);
	background-repeat:no-repeat;
	width:336px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif; }
	
.coupon .title {
	color:#b93d0a;
	font-size:16px; }
	
.coupon .subtitle {
	color:#666666;
	font-size:11px;
	padding: 4px 0; }
	
.coupon .exp {
	color:#b93d0a;
	font-size:11px; }
	
.coupon .exp a {
	color:#b93d0a;
	font-size:11px; }	
	
.coupon .coupontext {
	padding: 25px 12px 0;
    width: 298px; }			
	
	
.couponb {
	background-image:url(/img/coupon2back.gif);
	background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    height: 123px;
    text-align: center;
    width: 545px; }
	
.couponb .title {
	color:#b93d0a;
	font-size:24px; }
	
.couponb .subtitle {
	color: #666666;
    font-size: 13px;
    padding: 4px 0; }
	
.couponb .exp {
	color: #B93D0A;
    font-size: 13px; }
	
.couponb .exp a {
	color:#b93d0a;
	font-size:11px; }	
	
.couponb .coupontext {
	padding: 20px;
    width: 501px; }				
	
	
.submitbutton {
	background-image:url(/img/submit.jpg); 
	background-repeat:no-repeat;
	width:165px; 
	height:60px;
	float:right;
	margin: 30px 90px;
	text-indent:-999px;
	cursor:pointer;
	border:0; }
