h1 {
font-size:1.8em;
letter-spacing:-1px;
margin:0 0 0.8em;
	color: #262625;
}
fieldset {
	margin: 1em 0;
}
h3 {
  margin: 1em 0;
	font-size: 1.2em;
	color: #262625;
}

h2 {
	margin: 1em 0;
	font-size: 1.4em;
	color: #262625;
}

table.cart_table,
table.comments_table,
table.registered_products,
table.file_table,
table#downloadfiles {
  width: 100%
}

table.registered_products tr:hover {
	background: #EBF2F8;
}

td.cart_heading,
td.coupon_heading{
  font-size:1.6em;
  padding-bottom: 0.5em;
}

td.file_heading, 
td.cart_heading2 {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background: #E3EAF0;
  padding: 2px 5px;
}

table.login_table td,
table.account_details td {
	padding: 5px;
}

table#downloadfiles td,
table.registered_products td,
td.cart_row1,
td.cart_row2 {
  padding: 5px;
  border-bottom: 1px solid #eee;
}

td.cart_row_total {
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

legend {
  font-size:1.4em;
  padding: 0.5em 0;
	color: #262625;
}


div.bar {
  background: green;
}
div.bar_expired {
  background: red;
	height: 20px;
}

input[type=submit],
input[type=reset],
input[type=button] {
	background: #224363 url(/wp-content/themes/overeasy/styles/blue/btn.gif) repeat-x;
	border:1px solid #38627e;
 	color:#FFF;
}
td.login_heading,
td.recover_heading {
  font-weight: bold;
	display: none;
}

div.error {
	color: red;
}

