/* reset and default */
a, body, div, fieldset, h1, h2, head, html, img, li, p, table, td, tr, ul {
  border: 0 none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
a {
  color: blue;
  text-decoration: none;
}
br.clear {
  float: none;
}
fieldset {
  background-color: #ecf6ff;
  border-top: 1px solid #2f83ad;
	padding: 20px;
	margin-bottom: 20px;
}
fieldset legend {
  padding: 0 5px;
  font-weight: bold;
  margin: 0 auto;
}
h1, h2 {
  color: #6C6C6C;
}
h1 {
  font-size: 24px;
  margin-bottom: 5px;
}
h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
html {
  font-family: Verdana;
  font-size: 14px;
}
.error_message {
	border: 2px solid #F00;
	padding: 5px;
}
.fieldWithErrors {
	border: 2px solid #F00;
}
.formError {
	color: #F00;
	font-size: 10px;
}

/* header */
.header {
  background: transparent url("../images/header_background.png") repeat-x scroll 0 0;
  font-family: Arial;
  height: 33px;
  width: 100%;
}
.header .container {
  margin: 0 auto;
  width: 750px;
}
.header ul {
  list-style-type: none;
}
.header ul li {
  border-color: white;
  border-style: solid;
  border-width: 0 0 0 1px;
  float: left;
  line-height: 26px;
  padding: 2px 14px;
}
.header ul li.active {
  background-color: #006699;
}
.header ul li.last {
  border-width: 0 1px;
}
.header ul li a {
  color: white;
  font-weight: bold;
}

/*  content */
.content .contact {
  margin-top: 40px;
}
.content .container {
  margin: 0 auto;
  width: 700px;
}
.content .home {
  margin-top: 50px;
}
.content .home h2 {
  margin-top: 30px;
}
.content .home p {
  margin-bottom: 5px;
}
.content .home p.signup {
  margin-top: 35px;
  text-align: center;
}
.content .home p.signup a {
  font-size: 160%;
}
.content .home ul {
  margin-left: 40px;
}

.content .myaffiliate {
  margin-top: 30px;
}
.content .myaffiliate p.banner {
  margin-bottom: 50px;
  text-align: center;
}
.content .myaffiliate p.center {
  margin-top: 10px;
  text-align: center;
}
.content .myaffiliate table.myinfo th {
  text-align: right;
}
.content .myaffiliate table.stats {
  width: 100%;
}
.content .myaffiliate table.stats td {
  border-bottom: 1px solid #CCC;
  padding: 5px 2px 2px 2px;
  text-align: center;
}
.content .myaffiliate table.stats th {
  border-bottom: 1px solid #666;
  padding: 2px;
  text-align: center;
}

.content .newaffiliate {
	margin-top: 30px;
}

.content .terms {
  margin-top: 50px;
}
.content .terms p {
  margin-bottom: 10px;
}
.content .terms ul {
  margin-left: 40px;
}

/* footer */
.footer {
  margin-top: 50px;
}
.footer .container {
  border-top: 3px solid #E2E2E2;
  margin: 0 auto;
  width: 800px;
}
.footer ul {
  list-style-type: none;
  margin-left: 170px;
}
.footer ul li {
  float: left;
  padding: 5px;
}
