/* 
  Eric Meyer's CSS Reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body, html {
  height: 99%;
}

body { 

  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
  color: #444;  
  
  font-size: 62.5%;
  
}

/* general styles */

  h1 {
    margin-bottom: 8px;
  }
  
  .red {
    color: #A20515;
  }

  p {
    margin-top: 8px;
  }

  ul {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
  }

  ol {
    padding-left: 20px;
  }

  a {
    text-decoration: underline;
    color: #A20515;
  }
  
  table {
    border-collapse: collapse;
  }

  a:hover {
    text-decoration: none;
  }

  .errorExplanation {
  }
  
  .fieldWithErrors {
  }
  
  .clear {
    clear: both;
  }
  
  input, textarea {
    font-size: 90%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
    color: #111;
    margin-bottom: 4px;
  }
  
  textarea {
    width: 300px;
    height: 100px;
  }
  
  span.hint {
    display: block;
    margin: 7px 0 0 90px;
    color: #595959;
  }
  
  strong {
    font-weight: bold;
  }
  
  em {
    font-style: italic;
  }
  
  select#billing_detail_expiry_date_2i {
    width: 13em;
  }
  
  select#billing_detail_expiry_date_1i {
    width: 8em;
  }
  
  input#billing_detail_ccv {
    width: 3em;
  }
  
  
  div.image a, div.photo a, div.image_right a, .main_form_image a {
    text-decoration: none;
  }
  

/* end general styles */

/* layout */

  
  body {
    width: 100%;
    height: 100%;
    /*background: url("/images/thumb_prints_background.png") top left;  */   
  }
  
  #main_wrap {  
    height: 100%;
  }
  
  #main {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    width: 953px;    
    /*border: 2px solid #A20515;*/
    position: relative;
    background: #fff;
    font-size: 120%;
  }
  
  #thumbs_left { 
    float: right;
    background: red;
    min-height: 100%;
  }

  #main .corner_top_left {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    /*background: url('/images/corner_top_left.png') 0px 0px no-repeat;*/
  }

  #main .corner_top_right {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    /*background: url('/images/corner_top_right.png') 0px 0px no-repeat;*/
  }

  #main .corner_bottom_left {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    /*background: url('/images/corner_bottom_left.png') 0px 0px no-repeat;*/
  }

  #main .corner_bottom_right {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    /*background: url('/images/corner_bottom_right.png') 0px 0px no-repeat;*/
  }
  
  /* header */
  
    h1#logo {
    
      text-indent: -999px;
      width: 278px;
      height: 96px;
    
      padding-top: 32px;
    
      background: url("/images/tribehq_logo_banner.png") 0px 32px no-repeat;
    
    }
    div#header div.right {
      float: right;
    }
    
    h1#logo_small {
    
      text-indent: -999px;
      width: 206px;
      height: 82px;
      padding-top: 20px;
      margin: 0px;
      background: url("/images/tribehq_logo_small.png") 0px 30px no-repeat;
    
    }
  
    div#search {

      text-align: right;
      margin: 15px 37px 0 0;
    }
    
    div#search input.login-submit-arrow {
      vertical-align: middle;
    }
  
  /* end header */
 
  
  /* application layout */
  
    div#nav {
      padding-top: 15px;
    }
    
    div#nav .right_buttons {
      float: right; 
      margin-right: 26px; 
      margin-top: 15px;
    }
    
    div#nav ul li {
      background: #f5f5f5 url("/images/inactive_tab_right.png") top right no-repeat;
      height: 39px;
      float: left;
      margin: 6px 0 0 5px;
    }
    
    div#nav ul li a {
      display: block;
      
      font-size: 15px;
      text-decoration: none;
      
      padding: 12px 7px 5px 0;      
      height: 39px;
      
      background: url("/images/inactive_tab_left.png") top left no-repeat;
      
    }
    
    div#nav ul li a span {
      width: 20px;
      height: 30px;
      display: block;
      float: left;
      
      margin: -7px 5px 0 1px;
     
    }
    
    div#nav ul li a.profile {
      width: auto;
    }
    
    div#nav ul li a.start span { background: url("/images/start-off.gif") top left no-repeat; }
    div#nav ul li a.tribes span { background: url("/images/tribes-off.gif") top left no-repeat; }
    div#nav ul li a.my_jobs span { background: url("/images/jobs-off.gif") top left no-repeat; }
    div#nav ul li a.my_company span { background: url("/images/company-off.gif") top left no-repeat; }
    div#nav ul li a.profile span { background: url("/images/login_icon.png") top left no-repeat; }
    div#nav ul li a.admin span { background: url("/images/admin-off.png") top left no-repeat; }

    div#nav ul li.active a.start span { background: url("/images/start-on.gif") top left no-repeat; }
    div#nav ul li.active a.tribes span { background: url("/images/tribes-on.gif") top left no-repeat; }
    div#nav ul li.active a.my_jobs span { background: url("/images/jobs-on.gif") top left no-repeat; }
    div#nav ul li.active a.my_company span { background: url("/images/company-on.gif") top left no-repeat; }
    div#nav ul li.active a.profile span { background: url("/images/me-tab.gif") top left no-repeat; }
    div#nav ul li.active a.admin span { background: url("/images/admin-on.png") top left no-repeat; }

    
    div#nav ul li.active {
      background: url("/images/active_tab_right.png") top right no-repeat;
      height: 45px;
      margin: 0 0 0 5px;
      
      position: relative;
      top: 1px;
    }
    
    div#nav ul li.active a {
      background: url("/images/active_tab_left.png") top left no-repeat;
      font-weight: bold;
      padding: 16px 7px 5px 0;    
      color: #595959;  
    }
    
    
    div#nav div#action_buttons { 
      float: right;
    }
  
    div#tab_container {
    
      clear: both;
      background: #fff url("/images/tab_container_middle.png") top left repeat-y;
      margin-left: 11px;
      padding-right: 14px;
    }
    
    div#tab_container div#top {
      height: 8px;
      width: 935px;
      background: #fff url("/images/tab_container_top.png") top left no-repeat;
    }
    
    
    div#tab_container div#bottom {
      clear: both;
      height: 24px;
      width: 935px;
      background: #fff url("/images/tab_container_base.png") top left no-repeat;
    }
    
    div#tab_container .left_column {

    }
    
    div#tab_container .thin {
      width: 670px;
      float: left;
    }
    
    div#tab_container .right_column {
      width: 215px;
      float: right;
      border: solid #e3e2e2 1px;
      margin-right: 10px;
    }
    
    div#tab_container .left_column .content {
      padding: 0px 10px 0px 10px;
    }
    
    div#tab_container .left_column .content h2 {
      font-size: 18px;
      margin-bottom: 1em;
    }
    
    div#tab_container .left_column .content h3 {
      font-size: 100%;
      margin-bottom: 1em;
    }
  
    div#company_no_jobs {
      width: 911px;
      height: 456px;
      
      text-align: center;
      padding-top: 100px;
      background: url("/images/jobs_preview.png");
      
    }
    
    div#company_no_jobs p {
      
      background: #fff;
      padding: 2em;
      width: 40%;
      margin: 0 auto;
      border: solid #ccc 1px;
      
    }
    
    div#company_no_jobs p a {
      display: block;
      font-size: 170%;
      margin-top: 1em;
    }
    
    div#tab_container .right_column_even {
      float: right;
      width: 49%;
    }
    
    div#tab_container .left_column_even {
      float: left;
      width: 49%;
    }
    
    div#tab_container .bottom {
      border-top: 1px solid #E3E2E2; 
      padding-top: 30px; 
      margin-top: 20px;
    }

    /* subnav! */
  
    ul#subnav {
      margin: 0 0 2em 0;
      padding: 1.2em;
      
    }

    ul#subnav li {
      float: left;
      margin: 0 5px 6px 0;

      background: #9a1820 url("/images/subnav_inactive_right.png") top right no-repeat;
    }

    ul#subnav li a {
      display: block;

      padding: 2px 8px 3px 8px;
      font-size: 11px;

      background: url("/images/subnav_inactive_left.png") top left no-repeat;
      text-decoration: none;
      color: #fff;

      text-transform: uppercase;
      letter-spacing: 0.1em;

    }

    ul#subnav li.active {
      background: #595959 url("/images/subnav_active_right.png") top right no-repeat;
    }

    ul#subnav li.active a {
      background: url("/images/subnav_active_left.png") top left no-repeat;
    }
  
  
    /* end subnav */
    
  /* end application layout */
  
  /* notifications */
  
    div.notice, div.success, div.warning {
      
      padding: 1em;
      padding-left: 40px;
      
      background: #fbf7e5 url("/images/notice.png") 10px 17px no-repeat;
      
      border: solid #cdcdcd 1px;
      
      font-size: 18px;
      color: #595959;
      margin-bottom: 1em;
      letter-spacing: 0.02em;
      
    }
    
    div.success {
      background: #fbf7e5 url("/images/success.png") 10px 17px no-repeat;
    }
    
    div.warning {
      background: #fbf7e5 url("/images/warning.png") 10px 17px no-repeat;
    }
    
    div.notice li, div.success li, div.warning li {
      list-style: disc;
      font-size: 70%;
    }
    
    div.notice ul, div.success ul, div.warning ul {
      margin-top: 10px;
    }
  
  /* end notifications */
  
/* end layout */


/* login */

.login {
  margin: auto;
  width: 400px;
  border: 3px solid #ccc;
  padding: 10px;
  margin-top: 200px;
  background: #efefef;
  text-align: center;
}

/* end login */

.main-thin {
/*  float: left; */
/*  width: 560px; */
  padding-left: 160px;
  padding-right: 40px;
}

.icon {

  position: absolute;
  left: 1px;
  padding-left: 26px;
  top: 17px;
  height: 30px;
  
  font-size: 95%;
  
  line-height: 150%;
  
}

.icon h3 {
  color: #595959;  
  display: block;
  
  font-weight: bold;
  font-size: 115%;
  
}


.icon a {
  font-size: 100%;
  color: #A20515;
}

.find_tribes {
  background: url('/images/short_right_column_background.png') 0px 0px no-repeat;  
  position: relative;
  padding: 60px 0 0 0;
}

.find_tribes .icon {
  background: url("/images/tribes_icon.png") 0px 0px no-repeat;
}

.right_column hr {
  
  width: 100%;
  color: #E3E2E2;
  background-color: #E3E2E2;
  border: none;
  height: 1px;
  
  margin-top: 1em;
  margin-bottom: 1em;
  
}

.find_tribes p {
  padding: 0 25px 0 25px;
  line-height: 150%;
}

.find_tribes p strong {
  font-weight: bold;
}

.find_tribes ul.feature_list {
  line-height: 150%;
  margin: 0 25px 0 25px;
  padding: 0;
}

.find_tribes input#tribe_name {
  margin-top: 5px;
  width: 80%;
  font-size: 110%;
}

.find_tribes input.login-submit-arrow {
  vertical-align: middle;
}

.find_tribes form {
  margin-bottom: 2em;
}

.find_tribes form label {
  display: block;
}

.find_tribes input.submit {
  float: right;
}

.allies {
  padding: 10px;
  background: #f5f5f5;
  border-top: 1px solid #e3e2e2;
}

.allies h2 {
  font-size: 140%;
  margin-bottom: 8px;
  position: relative;
}

.allies div.pagination {
  float: right;
}

.allies div.pagination a.next_page,
.allies div.pagination a.prev_page,
.allies div.pagination span.disabled {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url("/images/job_page_next.png") top left no-repeat;    
  float: left;
  
  padding: 3px;
  margin: 0; 
  border: 0;
}

.allies div.pagination a.prev_page {
  background: url("/images/job_page_previous.png") top left no-repeat;     
}

.allies div.pagination span.next_page.disabled {
   background: url("/images/job_page_next_disabled.png") top left no-repeat;     
}


.allies div.pagination span.prev_page.disabled {
   background: url("/images/job_page_previous_disabled.png") top left no-repeat;     
}

.search {
  border-top: 1px solid #e3e2e2;
  padding: 10px;
  position: relative;
}

.search.jobs {
  border-top: 0;
}

.search input {
  font-size: 16px;
  width: 190px;
  margin: 0px;
  color: #666;
}

.search .login-submit-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: auto;
}

#user_search_results,
#job_search_results {
  background: #f5f5f5;
  border-top: 1px solid #e3e2e2;
  padding: 10px;
}

#user_search_results .search_result {
  border: 1px solid #e3e2e2;
  padding: 4px 4px 4px 6px;
  margin-bottom: 3px;
  line-height: 110%; 
  min-height: 21px;
}

#user_search_results .search_result span {
  color: #bbbbbb;
  font-size: 90%;
}

#user_search_spinner,
#job_search_spinner {
  position: absolute;
  top: 16px;
  right: 15px;
  width: auto;
}

.ally_thumb {
  width: 55px;
  padding-right: 10px;
  height: 95px;
  float: left;
}

.ally_thumb img {
  background: #fff;
  padding: 1px;
  border: solid #aaa 1px;
}

.ally_thumb .txt {
  margin-top: 4px;
  color: #666666;
  font-size: 90%;
}

.header {
  position: relative;
  margin: 0px;
}

.header_right_buttons {
  float: right;
  width: 261px;
  padding: 15px;
}

.header_center_info {
  position: relative;
  float: right;
  width: 421px;
  height: 100px;
  background: url('/images/header_user_background.png') 0px 0px no-repeat;
}

.header_center_info .icon h4 {
  font-size: 130%;
}

.header_center_info .icon, #login .icon {
  background: url('/images/login-icon.png') 0px 0px no-repeat;
}

.header_center_info .icon a {
  display: block;
}

.header_center_info .center_text {
  
  position: absolute;
  left: 132px;
  /* top: 20px; */
  padding-top: 5px;
  width: 190px;
  line-height: 120%;
}

.header_center_info .photo {
  position: absolute;
  left: 322px;
  top: 2px;
}

.header_center_info .center_text a {
  color: #A20515;
}

.header_center_info .center_text span {
    font-size: 95%;
}

.header_center_info .center_text h4 {
  font-weight: bold;
  font-size: 140%;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

.tips-and-tricks {
  
  background: url("/images/tips_tricks_icon.png") 0px 4px no-repeat;
  padding-left: 27px;
  display: block;
  
  float: left;
  
  line-height: 150%;
  
  text-decoration: none;
  
}

.tips-and-tricks span {
  display: block;
  color: #999999;
  text-decoration: none;
}

a.tips-and-tricks:hover {
  text-decoration: none;
}

a.tips-and-tricks:hover div {
  text-decoration: none;
}

div.error_pages_message {
  padding: 20px;
  padding-top: 10px;
  font-size: 120%;
}

div.error_pages_message p {
  margin-bottom: 20px;
}

div#notice {
  padding: 10px;
  background: url("/images/beta-icon.png") 10px 12px no-repeat #fbf7e5;
  border-bottom: 1px solid #cdcdcd;
  padding-left: 40px;
  margin-bottom: 10px;
  line-height: 120%;
}

.footer {
  border-top: 2px solid #ccc;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/* chat box */

.chat {

}

.chat #no_messages {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border: 1px solid #e3e2e2;
  border-top: none;
}

div.pagination a.prev_page,
div.pagination a.next_page {
  display: block;
  
  margin: 15px 0 15px 0;
  float: left;
  padding: 10px;
  border: solid #e2e2e2 1px;
  
}

div.pagination a.next_page {
  float: right;
}

div.pagination span.disabled {
  display: none;
}

.chat #older_link,
.chat #newer_link {
  
  display: block;
  
  margin: 15px 0 15px 0;
  
  float: right;
  padding: 10px;
  border: solid #e2e2e2 1px;
  
}

.chat #newer_link {
  float: left;
}

.tribe_select {
  height: 60px;
  line-height: 60px;
  background: url('/images/chat_tribe_selector_background.png') 0 0 no-repeat;
  overflow: hidden;
}

.chat_icon {
  height: 60px;
  width: 60px;
  background: url('/images/chat_icon.png') 50% 50% no-repeat;
  border-right: 1px solid #e3e2e2;
  float: left;
}

.add_icon {
  height: 60px;
  width: 50px;
  background: url('/images/add_button.png') 55% 50% no-repeat;
  border-left: 1px solid #e3e2e2;
  float: right;
}

.tribe_select span {
  font-size: 120%;
  margin-left: 12px;
  font-weight: bold;
}

.tribe_select span.current {
  background: #fff;
  border: 1px solid #d9b300;
  padding: 1px 8px 1px 8px;
  margin-left: 12px;
}

.tribe_select a {
  color: #444;  
}

.current_tribe {
  
}

.current_tribe .header {
  background: #e6e6e6;
  border-top: 1px solid #e3e2e2;
  border-bottom: 3px solid #d9b300;
}

.current_tribe .header .name {
  background: #d9b300;
  color: #fff;
  padding: 6px 14px 3px 14px;
  float: left;
  font-size: 110%;
  font-weight: bold;
}

.message {
  margin-bottom: -1px;
  position: relative;
}

.selected {
  background: #ffff99 !important;
}

.message .image, .message .image_right {
  height: 69px;
  position: absolute;
  top: 1px;
  /* Causes the arrow image to overlap the border */
  left: 1px;
  width: 90px;
  padding-right: 4px;
  background: url('/images/message_arrow_left.png') 100% 0px no-repeat #fff;
  text-align: center;
}

.message .image_right {
  padding-right: 0px;
  padding-left: 4px;
  left: auto;
  /* Causes the arrow image to overlap the border */
  right: 1px;
  background: url('/images/message_arrow_right.png') 0 0px no-repeat #fff;
}

.message .image img,
.message .image_right img {
  margin-top: 7px;
  background: #fff;
  padding: 1px;
  border: solid #aaa 1px;
}

.message .txt, .message .txt_right {
  height: 48px;
  padding: 10px;
  line-height: 120%;
  border: 1px solid #e3e2e2;
  margin-left: 94px;
}

.message > .txt, .message > .txt_right {
  height: auto;
  min-height: 48px;
}

.message .txt h4, .message .txt_right h4{
  margin-bottom: 5px;
}


.message .txt_right {
  text-align: right;
  border-left: 1px solid #e3e2e2;
  margin-left: 0px;
  margin-right: 94px;
}

.new_message_form {
  margin-bottom: -1px;
  border: 1px solid #e3e2e2;
  background: #fbf7e5;
  padding-top: 15px;
  padding-left: 10px;
}

.new_message_form form{
  padding: 0px 15px 15px 15px;
}

.new_message_form h4 {
  margin-bottom: 4px;
}

.new_message_form #loader {
  margin-right: 10px; 
  margin-top: -9px;
}

.new_message_form .word_count {
  font-weight: bold;
  float: right;
}

.new_message_form .word_count.overlimit {
  font-size: 110%;
  color: #9A1820;
}

.new_message_form textarea {
  height: 100px;
  width: 520px;
}

.new_message_form .submit {
  margin-top: 1px;
  text-align: right;
  width: 66px;
  float: right;
}

.new_message_form .submit .image {
  margin-bottom: 15px;
  text-align: center;
}

.new_message_form .top_items {
  height: 20px;
}

.new_message_form > form > .top_items {
    height: auto;
    min-height: 20px;
}

div.title {
  
  margin-bottom: 35px;
}

div#signup h2, div#signup h3 {
  font-size: 240%;
  color: #A20515;
  margin-bottom: 7px;
  font-weight: bold;
}

div#signup h3 {
  font-size: 110%;
  color: #595959;
  font-weight: normal;
}

div#signup h4 {
  font-size: 110%;
  color: #A20515;
  margin-bottom: 7px;
  font-weight: bold;  
}

/* my tribes */

  div#my_tribes {    
    border: solid #e3e2e2 1px;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 0px;
    position: relative;
  }
  
  div#my_tribes ul#subnav {
    padding: 0px;
    margin: 0px;
  }
  
  div#my_tribes table {    
    width: 100%;
  }
  
  div#my_tribes td.left_column {
    padding: 7px;
    vertical-align: top;
  }
  
  div#my_tribes td.right_column {
    background: #fff;
    border: 0;
    margin-right: 0px;
    border: 0px;
    border-left: 1px solid #e3e2e2;
    float: none;
  }
  
  div#my_tribes td.right_column .search_form {
    padding: 10px;
    padding-bottom: 7px;
    width: 236px;
    border-top: 0px;
  }
  
  #tribe_search_results {
    border-top: 1px solid #e3e2e2;
    padding: 10px;
    width: 236px;
  }
  
  #tribe_search_results .search_result {
    border: 1px solid #e3e2e2;
    padding: 4px 4px 4px 6px;
    margin-bottom: 3px;
    line-height: 110%;
  }
  
  #tribe_search_results .search_result span {
    color: #bbbbbb;
    font-size: 90%;
  }
  
  #tribe_search_spinner {
    position: absolute;
    top: 16px;
    right: 15px;
    width: auto;
  }
  
  div#my_tribes h3 {
    font-size: 140%;
    color: #636363;
    margin-bottom: 0.6em;
  }

  div#my_tribes input {
    font-size: 16px;
    width: 230px;
    color: #666;
    margin: 0px;
    padding: 1px;
  }

  div#my_tribes .login-submit-arrow {
    position: absolute;
    top: 13px;
    right: 12px;
    width: auto;
  }

/* end my tribes */

/* main forms */

  .main_form_image {
    width: 110px;
    float: left;
    padding-left: 50px;
    height: 200px;
  }
  
  .main_form_image_small {
    width: 110px;
    float: left;
    height: 200px;
  }

  form.main {
    color: #595959;
    float: left;
  }
  
  form.main h1 {
    font-size: 160% !important;
    font-weight: bold !important;
  }
  
  form.main h4 {
    font-size: 110% !important;
    color: #A20515 !important;
    margin-bottom: 7px !important;
    font-weight: normal !important;
  }
  
  form.main div.field {
    clear: both;
    margin-bottom: 1em; 
    padding: 10px;
    width: 406px;
  }
  
    
  form.main div.with-errors {
    border: 1px solid #9a1820;
    background: #fbf7e5;
  }
  
  
  form.small div.field {
    clear: both;
    margin-bottom: 0em; 
  }
  
  form.main label {
    display: block;
    font-size: 95%;
    float: left;
    width: 85px;
    margin-right: 5px;
    margin-top: 4px;
  }
  
  form.main label span {
    display: block;
    margin-top: 0.5em;
    color: #cccccc;
  }
  
  form.main div.value {
    width: 300px;
    font-size: 120%;
    margin-bottom: 2px;
    padding: 5px;
  }
  
  form.main input, form.main select, form.main textarea {
    width: 300px;
    border: 2px solid #cecece;
    font-size: 120%;
    margin-bottom: 2px;
    padding: 5px;
  }
  
  form.main input:focus, form.main select:focus, form.main textarea:focus {
    border: 2px solid #e6b400;
  }
  
  form.main input.submit {
    width: auto;
    padding: 2px;
    margin: 0px;
    vertical-align: middle;
    border: none;
    font-size: 100%;
  }
  
  form.main input.submit:focus, form.main input.submit:active {
    border: none;
  }

  form.main input.right {
    float: right;
  }
  
  form.main input.button_tick {
    width: 100px;
    height: 22px;
    border: 0;
    
    background: url("/images/button-tick.gif") top left no-repeat;
    color: #fff;
    font-size: 10px;
    padding: 2px 0 3px 0px;
    float: right;
    text-transform: uppercase;
  
    cursor: pointer;
  }
  
  form.main div.field.checkbox input{
    width: auto;
  }

  form.main div.field.checkbox {
    margin-left: 90px;
    margin-bottom: 0;
    width: 300px;
  }

  form.main div.field.checkbox label { 
    color: #444444;
    float: none;
    display: inline;
  }

  form.main div.field span.hint {
    margin-left: 90px;
    color: #999;
    display: block;
  }
   
/* end main forms */
  
  /* job matches */
  
    div#tab_container div.right_column div.job_matches h4 {
      margin-bottom: 1em;
      font-size: 16px;
    }
    
    div#tab_container div.right_column div.job_matches img {
      float: left;
    }
  
    div#tab_container div.right_column div.job_matches {
    
      padding: 1em;
      
      border-top: solid #e3e2e2 1px;
      background: #f5f5f5;
    }
    
    div#tab_container div.right_column div.job_matches.teaser {
      border-top: 0;
      background: transparent;
    }
    
    div#tab_container div.right_column div.job_matches div.pagination {
      float: right;
    }
    
    div#tab_container div.right_column div.job_matches div.pagination a.next_page,
    div#tab_container div.right_column div.job_matches div.pagination a.prev_page,
    div#tab_container div.right_column div.job_matches div.pagination span.disabled {
      display: block;
      text-indent: -9999px;
      width: 20px;
      height: 20px;
      background: url("/images/job_page_next.png") top left no-repeat;    
      float: left;
      
      padding: 3px;
      margin: 0; 
      border: 0;
    }
    
    div#tab_container div.right_column div.job_matches div.pagination a.prev_page {
      background: url("/images/job_page_previous.png") top left no-repeat;     
    }
    
    div#tab_container div.right_column div.job_matches div.pagination span.next_page.disabled {
       background: url("/images/job_page_next_disabled.png") top left no-repeat;     
    }
    
    
    div#tab_container div.right_column div.job_matches div.pagination span.prev_page.disabled {
       background: url("/images/job_page_previous_disabled.png") top left no-repeat;     
    }
  
  /* end job matches */
  
  
/* job styles*/


.admin_job {
  margin-bottom: 10px;
  border: 1px solid #e3e2e2;
  position: relative;
  line-height: 20px;
}

.admin_job table {
  width: 100%;
}

.admin_job td {
  padding: 6px;
}

.admin_job td.buttons a {
  display: block;
  float: right;
  margin-left: 4px;
}

.admin_job td.text a {
  font-size: 140%;
}

.admin_job td.talk {
  border-left: 1px solid #e3e2e2;
  width: 232px;
  text-align: left;
  background: #f5f5f5;
}

.admin_job td.extend {
  border-left: 1px solid #e3e2e2;
  width: 170px;
  text-align: left;
  vertical-align: middle;
}

.admin_job td.extend .extend_menu {
  background: #fbf7e5;
  border: 1px solid #e3e2e2;
  width: 60px;
  color: #9a1820;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}

.admin_job td.buttons {
  width: 160px;
  text-align: left;
  vertical-align: bottom;
  border-left: 1px solid #e3e2e2;
}

div.saved_jobs {
  border: solid #e3e2e2 1px;
  background: #f5f5f5;
  padding: 7px;
  margin-bottom: 10px;
}

div.saved_jobs h3 {
  font-size: 140%;
  color: #636363;
  margin-bottom: 0.6em;
}

div.saved_jobs ul#subnav {
  padding: 0;
  margin: 0;
}

table.job_info {
  border: solid #e3e2e2 1px;
  border-bottom: none;
  width: 100%;
}

table.job_info td {
  padding: 12px;
  border-bottom: 1px solid #e3e2e2;
  border-right: 1px solid #e3e2e2;
  vertical-align: top;
}

table.job_info tr.bottom td {
  padding: 12px;
  border-bottom: none;
  vertical-align: middle;
  font-weight: bold;
  font-size: 98%;
}

table.job_info tr.bottom td.company_info {
  text-align: right;
}

table.job_info td img {
 vertical-align: middle; 
}

table.job_info td.company_info {
  border-right: none;
  width: 38%;
  font-size: 88%;
}

table.job_info td.company_info .image {
  margin-right: 10px;
  margin-bottom: 10px;
}

table.job_info td.company_info h3 {
  font-size: 140% !important;
  margin-bottom: 10px !important;
}

table.job_info h3 {
  font-size: 140%;
  color: #636363;
  margin-bottom: 0.6em;
}

table.job_info tr.bottom td.salary {
  padding-left: 40px;
  background: url('/images/icn-salary.png') 12px 50% no-repeat;
}

table.job_info tr.bottom td.type {
  padding-left: 40px;
  background: url('/images/icn-type.png') 12px 50% no-repeat;
}

table.job_info tr.bottom td.hours {
  padding-left: 40px;
  background: url('/images/icn-hours.png') 12px 50% no-repeat;
}

.tribe, .creditcard, .payment, .ally, .saved_job, .job {
 border: 1px solid #e3e2e2; 
 margin-bottom: 8px;
}

.tribe table, .creditcard table, .payment table, .ally table, .saved_job table, .job table {
  width: 100%;
}

.tribe td, .creditcard td, .payment td, .ally td, .saved_job td, .job td {
  padding: 6px;
  border-left: 1px solid #e3e2e2;
  vertical-align: middle;
}

.tribe td.buttons, .creditcard td.buttons, .payment td.buttons, .ally td.buttons, .saved_job td.buttons, .job td.buttons {
  text-align: right;
}

.creditcard td.company {
  border-left: 0px;
  width: 90px;
}

.creditcard td.number {
  width: 152px;
}

.creditcard td.buttons {
  width: 70px;
}

.payment td.buttons {
  width: 80px;
}

.payment td.cost {
  border-left: 0px;
  width: 70px;
}

.payment td.card {
  width: 120px;
}

.payment td.type {
  width: 100px;
}

.tribe td.name {
  border-left: 0px;
}

.tribe td.messages {
  width: 85px;
}

.tribe td.buttons {
  width: 62px;
}

.tribe td.members {
  width: 85px;
}

.ally td {
  vertical-align: top;
  line-height: 130%;
}

.ally td .image {
  float: left; margin-right: 8px;
}

.ally td div {
  font-size: 115%;
}

.ally td.name {
  border-left: 0px;
}

.ally td.buttons {
  width: 70px;
}

.ally td.large_buttons {
  width: 150px;
}

.ally td.description {
  width: 300px;
}

.ally td.details {
  width: 160px;
}

.saved_job td.text {
  border-left: 0px;
}

.saved_job td.buttons {
  width: 62px;
}

.saved_job td.extend {
  width: 160px;
}

.job td.name {
  border-left: 0px;
  width: 220px;
}

.job td.details {
  line-height: 130%;
}

.job td.buttons {
  width: 80px;
}

/* job ads */

  div.job_add {
    clear: both;
    margin-bottom: 1em;
  }
  
  div.job_add img {
    float: left;
    margin-right: 7px;
  }
  
  div.job_add span.details {
    display: block;
    color: #595959;
    font-size: 95%;
    margin-top: 10px;
    line-height: 150%;
  }
  
  div.job_add span.details span.position_type {
    color: #fff;
    background: #d9b300;
    padding: 1px;
  }

  a.view_more_button {
    
    display: block;
    
    text-indent: -9999px;
    width: 90px;
    height: 21px;
    background: url("/images/view_more_button.png") top left no-repeat;
    
  }


/* footer lol lol */

div#footer {
  
  clear: both;
  margin-top: 2em;
  border-top: solid #cecece 1px;
  
  padding: 10px 35px 35px 35px;

}

div#footer ul.links {
  margin: 0;
  padding: 0;
}

div#footer ul.links li {
  float: left;
  margin-right: 2em;
}

div#footer div.copyright {
  float: right;
  font-size: 90%;
  display: block;
  margin-top: 2px;
}

div#footer blockquote {
  clear: both;
  margin-top: 20px;
  text-align: center;
  
  font-style: italic;
  color: #a0a0a0;
}

div#footer blockquote a {
  color: #595959;
}

div#footer blockquote span {
  display: block;
  padding-bottom: 7px;
}

div.right_column div.admin_stats h4 {
  
  margin: 1em;
  font-size: 140%;
  
}

div.right_column div.admin_stats div.graph {
  text-align: center;
}


div.right_column div.admin_stats dl {
  padding: 0.5em 1em 2em 3em;
}

div.right_column div.admin_stats dl dt {

  font-size: 250%;
  width: 50px;

}


div.right_column div.admin_stats dl dd {
  width: 50px;
  text-transform: uppercase;
  color: #ccc;
  
  margin-bottom: 1em;
}

div.admin_payments {
  padding: 1em;
}

div.admin_payments div.period {
  margin-bottom: 1em;
  font-size: 140%;
}

div.admin_payments div.period span {
  color: #aaa;
  font-size: 90%;
}

div.admin_payments span.none {
  padding: 4em;
  display: block;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

div.admin_payments div.total {
  font-size: 240%;
  margin-top: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  border-top: solid #E3E2E2 1px;
  text-align: right;
}

.user_details {
  padding: 10px;
  border: solid #E3E2E2 1px;
  margin-bottom: 10px;
}

.user_details .image {
  float: left;
  margin-right: 10px;
}

.user_details .therest {
  float: left;
}

.user_details h1 {
 font-size: 140%;
 font-weight: bold;
}

.user_details h4 {
  color: #BBB;
  margin-bottom: 4px;
}

/* lightbox styles */

.lightbox {
  position: absolute;
  top: 180px;
  left: 220px;
  width: 500px;
  z-index: 100;
}

.lightbox h1 {
 font-size: 160%; 
 font-weight: bold;
}


.lightbox .lightbox-top {
  width: 500px;
  background: url("/images/modular-top.png") top left repeat-y;
  height: 15px;
}

.lightbox .lightbox-bottom {
  width: 500px;
  background: url("/images/modular-bottom.png") top left repeat-y;
  height: 15px;
}

.lightbox .lightbox-mid {
  background: url("/images/modular-mid.png") top left repeat-y;
  padding-bottom: 1px; /* needed to fix some bs IE7 rendering bug */
}

.lightbox .lightbox-mid .header {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  clear: both;
}

.lightbox .lightbox-mid .content {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px !important;
  padding-left: 10px !important;
}

.lightbox .lightbox-mid .content form {
  float: left;
}

.lightbox .lightbox-mid .content .form_image {
  width: 80px;
  float: left;
  padding-left: 6px;
  height: 200px;
}

.lightbox .lightbox-mid .content .message {
  width: 360px;
  padding: 10px;
  font-size: 110%;
  color: #9a1820;
}

.lightbox .lightbox-mid .content .field {
  clear: both;
  padding: 10px;
  padding-right: 0px;
  width: 360px;
}

.lightbox .lightbox-mid .content .with-errors {
  border: 1px solid #9a1820;
  background: #fbf7e5;
}

.lightbox .lightbox-mid .content .field label {
  display: block;
  font-size: 95%;
  float: left;
  width: 85px;
  padding-top: 5px;
}

.lightbox .lightbox-mid .content .field .text {
  padding: 0.2em;
  padding-top: 5px;
  font-weight: bold;
}

.lightbox .lightbox-mid .content .field input, .lightbox .lightbox-mid .content .field textarea {
  color: #595959;
  padding: 0.2em;
  width: 260px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  border: 1px solid #b8b8b8;
}

.lightbox .lightbox-mid .content .submit {
  padding-left: 95px;
  margin-bottom: 10px;
}

.lightbox .lightbox-mid .content .submit input {
  margin: 0px;
  padding: 0px;
}

.lightbox_overlay {
  background-color: #000000;
  filter: Alpha(Opacity=45); /* IE7 */
  opacity: 0.45;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}

/* end lightbox */

.job_cost {
  font-weight: bold; 
  font-size: 140%; 
  color: #9a1820;
}

#dps_information {
  float: right;
  margin-right: 1em;
}

#expired_job {
  padding: 1em;
  width: 15em;
  margin: 3em auto;
  text-align: center;
  font-size: 160%;
  border: solid #ccc 1px;
}

#expired_job a {
  display: block;
  margin-top: 7px;
  font-size: 80%;
}

#full_login {
  
  width: 250px;
  margin: 0 auto;
}

#full_login #login .icon {
  font-size: 150%;
  border-bottom: 0;
}

#full_login #login form input {
  font-size: 120%;
}

.cancel_link {
  display: block;
  margin: 8px 0;
}

ul.admin_nav {
  margin: 1em;
  padding: 0;
  list-style: none;
}

ul.admin_nav li {
  float: left;
}

ul.admin_nav li a {
  display: block;
  border: solid #ccc 1px;
  padding: 0.5em;
  min-width: 6em;
  font-size: 120%;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin-right: 7px;
}

ul.admin_nav li.current a {
  background: #eee;
  color: #222;
}

li.admin_tribe {
  font-size: 120%;
  padding: 0.5em;
}

li.admin_tribe span {
  font-size: 80%;
}

li div.admin_tribe_edit {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 400px;
}

li div.admin_tribe_edit input, li div.admin_tribe_edit textarea {
  width: 400px;
  border: 1px solid #ccc;
}

li div.admin_tribe_edit #submit_button {
  width: auto;
  border: 2px outset buttonface;
  cursor: pointer;
}

form#admin_new_tribe {
  padding: 5px;
}

form#admin_new_tribe label {
  display: block;
  font-weight: bold;
  padding: 1em 0 0.5em 0;
}

form#admin_new_tribe input, form#admin_new_tribe textarea {
  width: 200px;
  border: 1px solid #ccc;
}

form#admin_new_tribe #submit_button {
  width: auto;
  border: 2px outset buttonface;
  cursor: pointer;
}

form#admin_new_tribe h3 {
  font-size: 130% !important;
  font-weight: bold;
  text-transform: uppercase;
}

/* blankslate styles */

.blankslate_tribes, .blankslate_allies {
  padding: 12px;
  padding-left: 44px;
  background: url('/images/notice.png') 12px 12px no-repeat #fbf7e5;
  line-height: 120%;
  border-top: 1px solid #e3e2e2;
}

.blankslate_tribes {
  border: 1px solid #e3e2e2;
  margin-bottom: 10px; 
}

/* search */

.search input {
  height: 22px;
}

.search img {
  height: 22px;
}

.ajax_filter ul {
  padding: 0px;
}

.ajax_filter li {
  float: left;
  margin: 0 5px 6px 0;
  background: #9a1820 url("/images/subnav_inactive_right.png") top right no-repeat;
}

.ajax_filter li.active {
  background: #595959 url("/images/subnav_active_right.png") top right no-repeat;
}

.ajax_filter li a {
  display: block;
  padding: 2px 8px 3px 8px;
  font-size: 11px;
  background: url("/images/subnav_inactive_left.png") top left no-repeat;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ajax_filter li.active a {
  background: url("/images/subnav_active_left.png") top left no-repeat;
}

.all_jobs_top {
  border: 1px solid #E3E2E2;
  margin-bottom: 10px;
}

.all_jobs_top .header {
  background: #fff;
  border-bottom: 1px solid #E3E2E2;
}

.all_jobs_top .nav {
  background: #F5F5F5;
  padding: 10px;
}

.all_jobs_top .header h1 {
  font-size: 160%;
  padding: 10px;
}

.all_jobs_top .search {
  border-top: 0px;
}

.all_jobs_top input {
  width: 230px;
}

.intro_video {
  float: right;
  margin-left: 20px;
  border: 1px solid #E3E2E2;
  display: block;
  width: 125px;
  height: 94px;
  background: url('/images/playvimeo.png') 0px 0px no-repeat;
  text-indent: -999em;
}

.right_thingy {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 10px;
}

.facebook_signup_link {
  margin: 36px; 
  margin-right: 0px; 
  width: 220px; 
  line-height: 140%;
}

/* Item retrieved from news feed shown under a tribe's name */
.news_feed {
  padding: 12px 0px 12px 7px;
  border: solid 1px #E2E2E2;
  background-color: #F5F5F5;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.news_feed .source {
  text-transform: uppercase;
}

.news_feed .controls {
    padding: 7px 8px 7px 4px;
    height: 33px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #F5F5F5;
}

.ally .user_tribes thead td {
    border-top: solid 1px #E2E2E2;
    border-bottom: solid 1px #E2E2E2;
    font-weight: bold;
}

.news_feed #news_feed_lioading {
    padding-top: 2px;
}

.message .rate_message {
    /* position: absolute;
    bottom: 6px; */
    padding: 0px;
}

.message .rate_message input {
    border: solid 1px #E2E2E2;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
}

.message .rate_message img {
    vertical-align: middle;
}

.message .rate_message .message_score {
    color: #A20515;
    /* vertical-align: middle; */
}

.message .txt .rate_message {
    /* right: 6px; */
    text-align: right;
}

.message .txt_right .rate_message {
    /* left: 6px; */
    text-align: left;
}

.influence {
    display: block;
    color: #A20515;
    margin-bottom: 3px;
}

.header_center_info .center_text .influence .score, .influence .score {
    color: #E4B400;
    font-weight: bolder;
    font-size: 1.2em;
}

.allies #invite-users-trigger {
    float: right;
    font-weight: normal;
    text-decoration: underline;
    padding-top: 3px;
}

.therest .influence * {
    vertical-align: middle;
}

.masks li {
    margin-bottom: 10px;
    width: 33%;
    float: left;
}

.masks li span {
    text-align: center;
    display: block;
}

.masks li div.mask {
   
}

.masks li div.mask img {
    display: block;
    margin: 0px auto;
}

div#marketing_site {
  margin: 0 40px;
}

ul#faces_grid, ul#hidden_faces {
  float: left;
  width: 153px;
  
  margin: 20px 20px 0 0;
}

ul#faces_grid li, ul#hidden_faces li {
  float: left;
  padding: 0;
  width: 50px;
  height: 50px;
  margin: 0 1px 1px 0;
}

div#homepage_blurb {
  float: left;
  width: 420px;
  margin: 20px 0 0 0;
  
  line-height: 150%;
}

div#homepage_blurb h2 {
  color: #A20515;
  font-size: 190%;
  line-height: 120%;

  margin-bottom: 7px;
}

div#homepage_blurb h3 {
  color: #A20515;
  font-size: 110%; 
  font-weight: bold; 
  
  margin-bottom: 7px;  
}

div#homepage_blurb ul.features {
  color: #999999;
  margin: 0;
  padding: 0;
}

div#homepage_blurb ul.features li {
  background: url("/images/small_disc_bullet.png") 0 2px no-repeat;
  padding-left: 16px;
}

div#homepage_blurb p {
  color: #999999;    
}

div#homepage_blurb ul.question_links {
  padding: 0;
}

div#homepage_blurb ul.question_links li a {
  float: left;
  display: block;
  margin-right: 15px; 
}

div#homepage_blurb a.get-started {
  display: block;
  width: 266px;
  height: 32px;
  margin: 20px 0 20px 0;
  background: url("/images/signup_get_started_background.png") top left no-repeat;
  padding: 11px 0 0 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 115%;
  float: left;
}

div#whats_happening {
  
  margin: 10px 0 0 30px;
  
}

div#whats_happening h2 {
  
  color: #595959;
  font-size: 160%;
  
}

dl.quotes {
  margin-top: 2em;
}

dl.quotes .event {
  position: relative;
  margin-bottom: 1em;
  border: solid #e3e2e2 1px;
  height: 58px;
  border: solid #e3e2e2 1px;
  border-left: 0px;
  padding: 5px;
  padding-left: 80px;
  line-height: 110%;
}

dl.quotes .event span {
  display: block;
  color: #c4c4c4;
  margin-bottom: 5px;
}

dl.quotes .event span strong {
  color: #595959;
}

dl.quotes .event .image {
  position: absolute;
  padding-top: 10px;
  left: 0px;
  top: -1px;
  height: 70px;
  width: 70px;
  background: url("/images/message_arrow_left.png") 100% 0 no-repeat #fff;
}

.left_menu {
  border: 1px solid rgb(205, 205, 205);
  width: 200px;
  padding-bottom: 6px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.left_menu h1 {
  font-size: 140%;
  padding: 16px;
  margin: 0px;
  border-bottom: 1px solid rgb(205, 205, 205);
}

.left_menu ul {
  margin: 0px;
  padding: 0px;
}

.left_menu li {
  border-bottom: 1px solid rgb(205, 205, 205);
  padding: 8px;
  padding-left: 16px;
}

.left_menu li.current {
  background: #fbf7e5;
}

.content_item {
  padding-left: 214px;
  font-size: 110%;
}

.content_item h1 {
  font-size: 160%;
}

.content_item p {
  margin-bottom: 10px;
}

.content_item .entry {
  margin: 4px;
  background: #f5f5f5;
  border: 1px solid #e3e2e2;
  padding: 6px;
  padding-left: 10px;
  cursor: pointer;
}

.content_item .current {
  background: #fff;
}

.content_item .entry .number {
  color: #9a1820;
  font-size: 180%;
  font-weight: bold;
  float: left;
  margin-left: 4px;
  margin-top: 4px;
}

.content_item .entry .text {
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content_item .entry .content {
  display: none;
}

.content_item .current .content {
  margin-top: 14px;
  padding-left: 60px !important;
  margin-bottom: 14px;
  display: block;
}

.content_item .team_entry {
  padding: 10px;
  line-height: 110%;
}

.content_item .team_entry .image {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}

.content_item td {
  border: 1px solid #e3e2e2;
  width: 50%;
  padding: 10px;
  line-height: 110%;
}

.content_item ul {
  padding: 0px;
  margin: 0px;
}

.content_item ul.dots {
  padding-left: 20px;
  list-style: disc; 
}

#login_box {
  float: left;
  width: 222px;
  position: relative;
  background: url("/images/login_box/sides.png") top left repeat-y;
  margin: 20px 0 0 35px;
}

#login_box .header {
  height: 5px;
  background: url("/images/login_box/top.png") top left no-repeat;
}

#login_box .footer {
  border-top: 0;
  height: 14px;
  background: url("/images/login_box/bottom.png") top left no-repeat;
}

div#login_box h3 {
  color: #595959;
}

div#login_box form {  
  padding: 70px 25px 10px 10px;
}

div#login_box form input.login-submit-arrow {
  margin: 12px auto;
  display: block;
  
  width: 21px;
  height: 21px;
}

div#login_box form .field {
  margin-bottom: 10px;
}

div#login_box form .field input {
  border: 2px solid #cecece;
  margin-bottom: 2px;
  width: 95%;
  font-size: 120%;
  padding: 5px;
}

div#login_box form .field input:focus {
  border: 2px solid #e6b400;
}

div#login_box form .with-errors input {
  border: 2px solid #A20515;
}

div#login_box form .with-errors label {
  color: #e6b400;
}

div#login_box .forgotpass {
  font-size: 90%; 
}

div#login_box form .field label {
  width: 60px;
  display: block;
  padding-top: 4px;
  padding-bottom: 6px;
}

div#login_box form .password label {
  width: auto;
} 

div#login_box form .password a{
  display: block;
  float: right;
  font-size: 90%;
  padding-top: 6px;
  padding-bottom: 4px;
}

div#login_box form .remember_me {
  float: left;
  line-height: 22px;
}

div#login_box form .remember_me input {
  margin: 0px;
  margin-right: 2px;
  vertical-align: middle;
}

div#login_box .icon a {
  font-size: 100%;
}

div#login_box .icon {
  background: url("/images/login-icon.png") top left no-repeat;
  left: 0px;
  width: 190px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e2e2;
}

div#login_box div.forgot_password {
  float: left;
  width: 60%;
  font-size: 90%;
  padding-top: 5px;
}

div#login_box div.submit {
  float: right;
}

div#login_box div.fb_connect {
  border-top: 1px solid #e3e2e2;
  padding: 10px 10px 0px 10px;
  width: 196px;
}

div#login_box div.fb_connect label {
  display: block;
  line-height: 22px;
  float: left;
  margin-right: 8px;
}

div.regular_signup {
  float: left;
  width: 550px;
}

div.facebook_connect {
  float: left;
  width: 300px;
  border-left: solid #cecece 1px;
  height: 150px;
}

div.facebook_connect div {
  padding-left: 40px;
}

div#signup div.facebook_connect h4 {
  margin-bottom: 15px;
}

div#signup #login_box {
  margin-top: 0;
}

#login_box .fb_connect_content {
  padding: 10px 15px 10px 15px;
}

#login_box .fb_connect_content strong {
  font-size: 120%;
  font-weight: normal;
  color: #595959;
}

#login_box .fb_connect_content img {
  float: left;
  margin-right: 5px;
}