


/*=============================================================
| CONTENT STYLES
\------------------------------------------------------------*/

H1 {
  font-size:18px;
  font-family:arial,helvetica,tahoma,verdana,sans-serif;
  color:#039;
  margin:14px 0;
  }

H3 {
  font-weight:bold;margin-bottom:2px;
  font-size:11px;
  }

BODY, H3, DIV, P, TD, .buttons {
  font-family:verdana,tahoma,arial,helvetica,sans-serif;
  font-size:11px;
  color:#666;
  }

P { margin:0 0 12px 0; }

a {
  color:#039;
  text-decoration:none;
  
  }
a:hover { text-decoration:underline; }

.label { font-size:10px; }

/*=============================================================
| FORM STYLES
\------------------------------------------------------------*/

.errline { Color: Red; }
.error {
  font-size:11px;
  font-family:arial,helvetica,sans-serif;
  color:red;
  font-weight:bold;
  }

.buttons {
  background:url(/minisites/images/waitlists/button.bg.gif) repeat-x center left;
  border:1px solid #616161;
  font-size:11px;
  color:#000262;
  padding:2px;
  }

.TextField {
  width:156px;
  font-family:verdana;
  height:18px;
  font-size:11px;
  line-height:13px;
  border:1px solid #999;
  padding:3px 3px 3px 3px;
  margin:2px 0 2px 0;
  }

.formfield {
  width:198px;
  height:22px;
  border-top:1px solid #8f8f8f;
  border-left:1px solid #cecece;
  padding:2px;
  font-family:arial,helvetica,sans-serif;
  font-size:10px;
  }

.Error_Asterisk {
  font-size:10px;
  color:Red;
  font-weight:bold;
  }

.submit {
  font-weight:bold;
  color:#000;
  }
A.submit { text-decoration:none; }
A.submit:hover {
  color:red;
  text-decoration:underline;
  }
