/* GLOBAL */

html,body{
background:url(couponsbg.jpg) bottom center no-repeat #ffffff;
font-family:verdana;
font-size:12px;
color:black;
margin:0;
padding:0;
height:100%;
border:none}

#ch1{
font-size:28px;font-weight:bold;letter-spacing:-1px;}
#ch2{
font-size:22px}
#couponform{
padding:10px;}
#dealercode,#couponcode,#emailaddress{
font-size:20px}

.required{
color:red;
font-weight:bold;
font-size:22px}

#submit{
text-align:center;
background:#009900;
color:#ffffff;
font-weight:bold;
font-size:16px}

#thankyou{
font-size:26px;
font-weight:bold;
color:black;
text-align:center}

.inputs{
background:white;
color:black;
border:1px solid black;
text-align:left;
width:180px;
font-size:16px;
font-weight:bold}

.bigcoupon{
border:4px dashed black;
background:#FFFF99;
width:620px;
padding:10px}