* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: arial, verdana, sans-serif;
  border: 0;
}
pre {
  font-family: courier new;
  color: #fff;
}
body {
  background: #000;
  color: #000;
  font-size: 12px;
}
a {
  color: #0066d5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
label {
  font-weight: bold;
  height: 25px;
  line-height: 25px;
}
input[type="text"], input[type="password"], select {
  border: 1px solid #aaa;
  background: #efefef;
  height: 18px;
  width: 120px;
  line-height: 25px;
  font-size: 12px;
  padding: 3px;
}
select {
  height: auto;
}
input[type="submit"] {
  background: #efefef;
  border: 1px solid #aaa;
  padding: 0 10px;
  font-size: 12px;
  line-height: 25px;
}
fieldset.field {
  margin-left: 10px;
  float: left;
  width: 200px;
}
fieldset.button {
  float: right;
  margin-right: 20px;
}
#signup fieldset {
  padding: 5px 0;
}
#signup fieldset.field {
  width: 250px;
}
#signup fieldset.select {
  clear: both;
  width: 510px;
}
#signup fieldset.field input {
  float: right;
}
#signup fieldset.select select {
  float: right;
  width: 200px;
}
#signup fieldset.button {
  clear: both;
  float: none;
  text-align: center;
  padding-top: 20px;
}
#paymentButton {
  text-align: center;
}

#container  {
  width: 800px;
  margin: 20px auto;
  background: #ddd;
  overflow: auto;
}
#head {
  clear: both;
  height: 170px;
  background: #000;
}
h1 {
  float: left;
  text-indent: -1000px;
  background: url(../img/banner.png) no-repeat;
  width: 800px;
  height: 170px;
}
h2 {
  display: none;
}
#menu {
  background: #065b00 url(../img/menu.png) repeat-x;
  clear: both;
  height: 40px;
  padding: 0 0 0 7px;
  border-left: 1px solid #217c1a;
  border-right: 1px solid #217c1a;
}
#menu li a {
  float: left;
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: uppercase;
  border-left: 1px solid #468f41;
  color: #79b874;
}
#menu li a:hover, #menu li.selected a {
  background: url(../img/menu-selected.png) 50% 100% no-repeat;
  color: #fff;
  /*text-decoration: underline;*/
}
#menu li.selected a {
  /*font-weight: bold;*/
  text-decoration: none;
}
#menu li:first-child a {
  border: 0;
}
#footer {
  overflow: auto;
  border-top: 1px solid #444;
  background: #aaa;
  clear: both;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  height: auto;
  font-size: 11px;
}
#footer a {
  color: #000;
  text-decoration: underline;
}
#footer .copyright {
  float: left;
}
#footer .disclaimer {
  float: right;
}
#footer-img {
  display: block;
  width: 670px;
  margin: 0 auto 10px auto;
}

#content {
  clear: both;
}

.col {
  float: left;
  width: 250px;
  padding-top: 10px;
}

.main {
  padding-top: 10px;
  width: 550px;
}

.main .section {
  background: #fff;
}

ul#signup li {
  clear: both;
  height: 80px;
  border-top: 1px solid #aaa;
  background-position: 5px 40%;
  background-repeat: no-repeat;
  padding-left: 80px;
}
ul#signup li:first-child {
  border: 0;
}
ul#signup div {
  float: left;
  width: 320px;
}
ul#signup h4 {
  background: none;
  color: #f00;
  margin: 7px 0 0 0;
}
ul#signup img {
  float: right;
  width: 100px;
  height: 80px;
}
#weekly-package {
  background-image: url(../img/signup-weekly.png);
}
#monthly-package {
  background-image: url(../img/signup-monthly.png);
}
#yearly-package {
  background-image: url(../img/signup-yearly.png);
}

h3, h4 {
  padding: 0 10px;
  height: 31px;
  line-height: 31px;
  margin-bottom: 10px;
  background: url(../img/section-header.png) repeat-x;
  text-transform: uppercase;
}
h3 {
  font-size: 16px;
  color: #fff;
  text-transform: none;
}
h4 {
  font-size: 14px;
  color: #efefef;
}
.section {
  position: relative;
  clear: both;
  width: 95%;
  margin: 0 auto 10px auto;
  border: 1px solid #aaa;
  background: #efefef;
  padding: 0;
}
#main .section {
  width: 540px;
}
#side .section {
  width: 240px;
}
.section-left, .section-right {
  position: absolute;
  top: 0;
  display: block;
  height: 31px;
  width: 5px;
  background: url(../img/section-side.png) no-repeat;
}
.section-left {
  left: 0;
}
.section-right {
  right: 0;
  background-position: 0 -31px;
}
.section p {
  /*clear: both;*/
  padding: 0 10px 10px 10px;
}
.section h4+p, .picks a {
  font-size: 11px;
}
.section .picks {
  display: block;
  margin: -5px 15px 10px 0;
  text-align: right;
}

em {
  color: #0066d5;
}

/* specials */
.nomargin {
  margin: 0;
}
.overflow {
  overflow: auto;
}
.padding {
  padding-bottom: 10px;
}
.right {
  float: right;
}
img.right {
  margin: 10px 0 10px 10px;
}
#side .ad {
  width: 150px;
}
.ad img {
  display: block;
  width: 125px;
  height: 125px;
  margin: 10px auto;
}
.email {
  margin-bottom: 10px;
}
.phone, .email, .email a {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#errors h3 {
  background-image: url(../img/error-header.png);
}
#errors .section-left, #errors .section-right {
  background-image: url(../img/error-side.png);
}
/* /specials */

/* picks */
table {
  width: 80%;
  margin: 0 auto 20px auto;
  border-collapse: collapse;
}
td {
  padding: 3px 0;
}
.teamA, .teamB {
  text-align: center;
  font-style: italic;
  width: 40%;
}
.score {
  width: 20%;
  font-size: 16px;
}
textarea {
  padding: 1%;
  width: 98%;
  font-size: 14px;
  height: 100px;
  border: 1px solid #ccc;
}
.save {
  margin-bottom: 10px;
  text-align: center;
}
/* /picks */

/* css corners */
.round {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.roundTop {
  -moz-border-radius-topleft:         4px;
  -moz-border-radius-topright:        4px;
  -webkit-border-top-left-radius:     4px;
  -webkit-border-top-right-radius:    4px;
  border-radius-topleft:              4px;
  border-radius-topright:             4px;
}
.roundBottom {
  -moz-border-radius-bottomleft:      4px;
  -moz-border-radius-bottomright:     4px;
  -webkit-border-bottom-left-radius:  4px;
  -webkit-border-bottom-right-radius: 4px;
  border-radius-bottomleft:           4px;
  border-radius-bottomright:          4px;
  border-top: none;
}
.roundButton {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* /css corners */