/* Home Page Styles */

.home_info_box {
  background: #262626;
  color: #ccc;
  padding: 20px 20px;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.home_signup_box {
  width: 750px;
  color: #999;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.home_signup_box .top {
  height: 13px;
  background: url(images/home_signup_box_top.png) no-repeat;
}

.home_signup_box .boxcontent {
  background: #151515 url(images/home_signup_box_bg.png) repeat-x;
  padding: 0 13px;
  border-left: 1px solid #151515;
  border-right: 1px solid #151515;
}

.home_signup_box .bottom {
  height: 13px;
  background: url(images/home_signup_box_bottom.png) no-repeat;
}

.fieldset .field label {
  width: 120px;
}

.fieldset .field .field_content {
  margin-left: 150px;
}
/* 

Copyright 2006, 2007 No Sleep Media
All rights reserved.

*/


/* Structure */

body {
  background: #171717 url(images/mainbg.gif) repeat-x;
  color: #444;
  font-family: Arial, Helvetica, Geneva, sans-serif;
}

#hd {
  padding: 10px;
  margin-bottom: 5px;
  background: #cbbd93;
}

#bd {
  background: #fff;
  padding: 10px;
  border: 1px solid #dad2b3;
  text-align: left;
}

.clearer {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.left-clearer {
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.right-clearer {
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/* Typography */

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.2em;
  font-size: 100%;
  margin: 1em 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1.first-content, h2.first-content, h3.first-content {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

p {
  margin-bottom: 1em;
}

h1 {
  font-size: 136%;
  padding: 0;
  margin-bottom: .2em;
  padding-top: 18px
}

h2 {
  font-size: 114%;
  margin-top: 1.5em;
  margin-bottom: .2em;
  padding: 1em 0 0 0;
  border-top: 1px solid #ddd;
}

h4 {
  margin-top: 1em;
  color: #000;
}

/* Links */

a:link, a:visited {
  color: #ccc;
  text-decoration: underline;
}

a:hover, a:active {
  color: #ccc;
  text-decoration: none;
}

/* Forms */

input[type='text'], input[type='password'], input[type='textarea'] {
  border: 1px solid #999;
  padding: 3px;
  background-color: #fff;
  color: #666;
  font-size: 114%;
  font-style: italic;
}

input[type='file'] {
  color: #666;
  font-size: 114%;
  font-style: italic;
}

a.button {
  background: transparent url(images/button_bg_left.png) no-repeat left center;
  padding: 5px 0 4px 0;
  text-decoration: none;
  text-align: center;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #444;
}

a.button span {
  background: #151515 url(images/button_bg_right.png) no-repeat right center;
  margin-left: 8px;
  padding: 4px 16px 3px 8px;
}

a.button:hover {
  color: #222;
  text-decoration: none;
}

.fieldset {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: left;
}

.fieldset.first {
  border-top: none;
}

.fieldset .field label {
  display: block;
  float: left;
  width: 150px;
  line-height: 1.2em;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
  font-weight: bold;
}

.fieldset .field .field_content {
  margin-left: 158px;
}

.fieldWithErrors>input, .fieldWithErrors>textarea {
  background-color: #F9E1BC;
}

.fieldset .field div.helptext, .fieldset .field div.formError {
  margin-top: 5px;
  font-size: 92%;
}

.formError {
  color: #f00;
  font-style: italic;
  margin-bottom: 5px;
}

.fieldset .field {
  margin-bottom: 15px;
}
.chooser_info {
  font-size: 10px;
  font-family: arial;
  color: #FFF;
}

.chooser_info_hide {
  font-size: 10px;
  font-family: arial;
  color: #FFF;
  display: none;
}
