html, body, div {
  margin: 0;
  padding: 0;
}

body {
  font: 12px/1.25 Tahoma, "Tahoma", sans-serif;
  color: #000;
  background: #666666;
}

h2 {
  font-size: 16px;  
  color: #000;  
}

#content {
  color: #000;
  font-size: 12px;
}

p, ul {
  
  font-size: 12px;
  }

li {
  
  padding-bottom: 5px;
  }  
  
a, a:visited {
  color: #1A317F;
  font-size: 12px;
  text-decoration: none;
  padding-top: 1px;
  padding-bottom: 1px;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

table#main {
/*  table-layout: fixed; */
  width: 760px;
}

/* COUPONS */

#coupon {
  border: 2px dashed #000;
  margin: 10px;
}

.coupheader {
  background: #0072BC;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

.couptop {
  font-size: 12px;
  padding: 2px;
  }

.coupprice {
  font-size: 36px;
  font-weight: bold;
  color: #ED1C23;
}
  
.coupprice2 {
  font-size: 10px;
  font-weight: bold;
  color: #000;
}

.coupbot {
  font-size: 10px;
}


/* GENERAL */

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
	color: #666666;
	text-align: left;
	vertical-align: top;
}
table, td {
	margin:0;
	padding:0;
	border: 0;
	vertical-align:top;
}
td.formdesc, td.formdesc7 {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	background: #FFF;
	padding-left: 10px;
}

td.formdesc7 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background: #FFF;
	padding-left: 10px;
}

td.formdesc8 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background: #FFF;
	padding-left: 0px;
}

.select {
	font-size: 10px;
	margin: 4px 0 4px 0;
}

/* FORM STYLES */
p.formitem {
	margin-top: 0;
	margin-bottom: 5px;
}
.formhighlight {
	font-weight: normal;
	color: #FF9900;
}
.formdesc {
	font-size: 9px;
	font-weight: normal;
	margin-right: 20px;
}

.formdesc5, .formdesc6 {
	font-size: 9px;
	font-weight: normal;
  color: #666666;
}

.formdesc6 input {
  width: 11px;
	font-size: 9px;
	font-weight: normal;
}

.formdesc3 {
	font-size: 9px;
	font-weight: normal;
	margin-right: 3px;
	line-height: 1.0;
}

.formdesc2 {
	font-size: 9px;
	font-weight: normal;
	margin-right: 20px;
	padding-right: 30px;
}
.forminput30 {
	width: 30px;
	font-size: 10px;
	margin: 4px 0 4px 0;
}
.forminput50 {
	width: 56px;
	font-size: 10px;
	margin: 4px 0 4px 0;
}
.forminput130 {
	width: 200px;
	margin: 4px 0 4px 0;
}
.forminput140 {
	width: 200px;
	font-size: 10px;
	margin: 4px 0 4px 0;
}

.forminput100 {
	width: 100px;
	font-size: 10px;
	margin: 4px 0 4px 0;
}

.forminput200 {
	width: 200px;
	font-size: 10px;
	margin: 4px 0 4px 0;
}

.forminput300 {
	width: 246px;
	font-size: 10px;
	margin: 4px 0 4px 0;
}

.forminput400 {
	width: 419px;
	font-size: 10px;
	margin: 4px 0 4px 0;
}

.forminputradial {
	font-weight: normal;
	font-size: 10px;
	margin: 4px 0 4px 0;
}

#bordertop {
  border-top: 1px solid #ccc;
}

#bordered {
  border: 1px solid #ccc;
}