/* vim: set tabstop=2 shiftwidth=2 expandtab foldmethod=marker : */
#page_body {
    margin: 60px auto;
    width: 790px;
}
/* #header_nav {{{ taming lists, inline version with bars! */
#header_nav {
    background: none;
    text-align: right; 
}
#header_nav ul {
    display: inline;
    margin: 0;
    padding: 0;
}
#header_nav li {
    display: inline;
    border-left: 1px solid white;
    padding: 0 3px;
    color: #fff;
    list-style: none
}
#header_nav li.first {
    padding-left: 0;
    border-left: none;
}
#header_nav li a:link, #header_nav li a:visited {
    color: white;
    size: 11px;
    font-family: arial, sans-serif;
}
#header_nav li a:hover {
    text-decoration: underline;
}
/* }}} */
#content_body {
    margin: 10px 0 0 0 ;
    background: #fff;
}
/* #logo_header {{{ */
#logo_header {
    position: relative;
    height: 70px;
}
#logo_header img {
    position: absolute;
}
#logo_header img.ul {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
}
#logo_header img.ur {
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
}
#logo_header img.logo {
    left: 20px;
    top: 20px;
    width: 260px;
    height: 65px; 
}
#logo_header img.arc {
    right: 0px;
    top: 0px;
    width: 178px;
    height: 102px;
}
/* }}} */
/* #page_footer {{{ */
#page_footer {
    position: relative;
}
#page_footer img {
    position: absolute;
}
#page_footer img.ll {
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
}
#page_footer img.lr {
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
}
/* }}} */
#content_area {
    position: relative;
}

#left_side {
    width: 370px;
    padding-top: 50px;
    padding-bottom: 15px;
}

/* alignment fix for nurf pages */
.nurfpadding {
    padding-top:8px!important;
}

#email_unavailable_text {
    margin-bottom: 1em;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    white-space: normal;
    width: 240px;
}

input.continueButton {
  border: 1px solid #385C0E;
  border-top-color: #C7E5A5;
  border-left-color: #C7E5A5;
  background: #73BE1E;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 6px; 
  cursor: pointer;
}

/* {{{ description_area */
#description_area {
    font-size: 12px;
    padding-left: 65px;
    padding-right: 40px;
}
#description_area h2 {
    margin: 0 0 30px 0;
    line-height: auto;
    font-family: arial, sans-serif;
    color: #09579A;
    font-size: 18px;
}
#description_area h3 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}
#description_area ul {
    color: #646464;
    margin: 0;
    padding: 0 0 0 15px;
}
#description_area li {
    margin: 0 0 12px 0;
    font-family: arial, sans-serif; 
    color: #666666;
    padding: 0;
}
#description_area p {
    color: #666666;
    font-size: 14px;
}
/* }}} */
/* {{{ help_area */
#help_area {
    padding-top: 20px;
    padding-left: 65px;
    padding-right: 40px;
    width: 265px;
}
/* }}} */
/* {{{ form_area */
#form_area {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 392px;
}
#form_area table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: 0;
}
#form_area table td {
    border: 0;
    margin: 0;
    padding: 0;
}
#form_area .radioLabel {
  padding: 0 5px 0 3px;
}
#form_area h1 {  
    color: #73BE1E;
    font-family: arial, sans-serif;
    font-size: 20px;
    padding-top: 15px;
}
#form_area h1.action_header {
    font-size: 28px; 
    margin-top: 0; 
    padding-top: 0;
}
/* {{{ form box top */
#form_area table.form_box td.top {
    height: 45px;
    background: #007cc5;
    vertical-align: top;
}
#form_area table.form_box td.top div {
    position: relative;
}
#form_area table.form_box td.top div h1 {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 17px;
    color: #fff;
}
#form_area table.form_box td.top_right {
    background: url('/images/signup/corner_ur.gif') no-repeat;
    width: 31px;
    height: 45px;
}
/* }}} */
/* {{{ form elements */
#form_area table.form_box td.label_account {
    padding: 7px 10px 0 0;
    vertical-align: top; 
    text-align: right;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 100px;
    white-space: nowrap;
}
#form_area table.form_box td.label_payment {
    padding: 7px 10px 0 0;
    vertical-align: top;
    text-align: right;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 100px;
    white-space: nowrap;
}
#form_area table.form_box td.label {
    width: 125px;
    padding: 2px 10px 0 0;
    vertical-align: top; 
    text-align: right;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #666666;
} 
#form_area table.form_box td.input {
    padding: 5px 0 0 0;
    text-align: left;
}
#form_area table.form_box input, #form_area table.form_box select {
    xborder: 1px solid #1D7AC9;  
}
#form_area table.form_box input.fullwidth{
    width: 180px;
}
#form_area table.form_box select.fullwidth{
    width: 180px;
}
#form_area table.form_box .required {
    xbackground-color: #fff0b2;
}
#form_area table.form_box span.error {
    color: red;
}
#form_area table.form_box div.hint {
    padding: 5px 0 0 0;
    color: #646464;
    font-size: 11px;
}
/* }}} */
/* {{{ form_button */
#form_area table.form_button {
    width: auto;
    height: 20px;
}
#form_area table.form_button td.main {
    background: url('/images/signup/btn_mid.gif') repeat-x;
    color: #fff;
    padding: 0 10px; 
    font-size: 16px;
    white-space: nowrap;
}
#form_area table.form_button td.left {
    background: url('/images/signup/btn_l.gif') no-repeat;
    width: 10px;
}
#form_area table.form_button td.right {
    background: url('/images/signup/btn_r.gif') no-repeat;
    width: 10px;
}
#form_area a table.form_button {
    text-decoration: none;
}
#form_area a:hover table.form_button {
    text-decoration: underline;
    color: white;
}
/* }}} */
/* {{{ specific: start_form */
#form_area table#start_form table.password_meter td.cell {
    width: 5px;
    height: 5px;
}

#form_area .privacy_img {
  margin-top: 30px;
  margin-right: 10px;
}
#form_area td.privacy_text {
    padding-left: 1px;
    padding-top: 30px;
    padding-right: 50px;
    color: #666666;
}
  #form_area td.privacy_text div {
    width: 190px;
    font-size: 11px;    
  }
/* }}} */
/* {{{ specific: account_info_form */
#form_area table#account_info_form {
    /*margin: 30px auto 0 auto; */
}

#form_area table#account_info_form td.input {
    /*margin: 30px auto 0 auto; */
    /*padding-bottom: 10px; */
}
/* }}} */
/* {{{ specific: one_more_step */
#form_area div#one_more_step {
    margin: 0px auto 0 auto;    
}
#form_area div#one_more_step div.important_note {
    margin-top: 15px;
    padding: 15px;
    width: 305px;
    background-color: #73be1e;
    color: white;
}
#form_area div#one_more_step div.important_note strong {
    text-transform: uppercase;
}
#form_area div#one_more_step p {
    padding: 30px 100px 50px 20px; 
    clear:both;
    color: #666666;
}

#form_area div#one_more_step div#activate_reminder {
    color: #73be1e; 
    font-family: arial, sans-serif;
    padding-left: 140px; 
    width: 180px;
}

/* }}} */
/* }}} */
/* {{{ specific: confirmation page */
table#confirm_receipt {
    margin: 0;
    color: #646464;
}
table#confirm_receipt th {
    text-align: left;
}
/* }}} */
/* {{{ specific: sell page */
#premium_page_form {
}
#premium_page_form table#chart_box {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    border-collapse: collapse;
}
#premium_page_form table#chart_box td {
    padding: 0;
}
#premium_page_form table#chart_box td.top_left {
    width: 100px;
    height: 20px;
}
#premium_page_form table#chart_box td.top {
    height: 20px;
}
#premium_page_form table#chart_box td.top_right {
    width: 100px;
    height: 20px;
}
#premium_page_form table#chart_box td.left {
    width: 100px;
}
#premium_page_form table#chart_box td.right {
    width: 100px;
}
#premium_page_form table#chart_box td.bot_left {
    width: 100px;
    height: 20px;
}
#premium_page_form table#chart_box td.bot {
    height: 20px;
}
#premium_page_form table#chart_box td.bot_right {
    width: 100px;
    height: 20px;
    vertical-align: center;
}
#premium_page_form h1 {
    font-size: 22px;
    line-height: auto;
    font-family: arial, sans-serif;
    color: #549E00;
}
#premium_page_form h3 {
    font-size: 15px;
    font-family: arial, sans-serif;
    color: #09579A;
    line-height: auto;
    padding: 0;
    margin: 0;
}
#premium_page_form table#chart {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
#premium_page_form table#chart td, #premium_page_form table#chart th {
    padding: 0;
    color: #1d7ac9;
    font-size: 11px;
    text-align: left;
    padding: 3px 0 3px 2px;
    border-bottom: 1px solid #007cc5;
}
#premium_page_form table#chart th {
    padding: 5px 0 5px 2px;
}

#premium_page_form table#chart th.feature_tab {
    width: 105px;   
    color: white;
    font-family: arial, sans-serif; 
    font-size: 12px;
    text-align: center;
}
#premium_page_form table#chart th.feature_tab.feature_tab_corner_left {
    float: left
    margin-top: -5px
    margin-left:-2px
}
#premium_page_form table#chart th.feature_tab.feature_tab_corner_right {
    float: right
    margin-top: -22px
}
#premium_page_form table#chart td.feature{
    width: 105px;
    text-align: center;
    color: #549e00;
    font-weight: bold;
}
#premium_page_form table#chart td.feature_basic{
    background-color: #e8f4ff;
    width: 105px;
    text-align: center;
}
#premium_page_form table#chart td.feature_premium{
    background-color: #e3f2d2;
    width: 105px;
    text-align: center;
}
#premium_page_form table#chart td.basic {
    background: #e8f5ff;
}
#premium_page_form table#chart td.premium {
    background: #fff5cc;
    font-weight: bold;
}
#premium_page_form table#chart tr.select td, #premium_page_form table#chart tr.select th {
    font-weight: bold;
    border-bottom: 2px solid #007cc5;
    border-top: 2px solid #007cc5;
}
#premium_page_form table#chart tr.select th {
    text-align: right;
    padding-right: 20px;
}
/* }}} */
