/* 
 * Form styles.
 */
  
/* Search form */
#search {
  float: right;
  position: relative;
  bottom: -3px;
}

#search .form-item {
  background: #2d3234;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  
  -webkit-box-shadow: inset 0px 0px 4px #25292a, 0px 1px 0px 0px #61676a;
  -moz-box-shadow: inset 0px 0px 4px #25292a, 0px 1px 0px 0px #61676a;
  box-shadow: inset 0px 0px 4px #25292a, 0px 1px 0px 0px #61676a;
}

#search input#search_theme_form { 
  width: 271px;
  height: 32px;
  margin: 1px 0;
  background: none;
  padding-left: 0px;
  border: none;
  color: #BFBFBF;
  text-indent: 0em;
  line-height: 1.5em;
}

#search input.form-submit { display: none; }

#search label { 
  width: 30px;
  margin-left: 6px;
  height: 35px;
  border: none;
  float: left;
  background-position: -296px -198px;
  background-repeat: no-repeat;
}

/* Newsletter sign up */
#subForm {
  height: 27px;
  width: 293px;
  padding: 4px;
  margin-top: 6px;
  background-image: url('/images/sprite.png');
  background-position: -1px -226px;
  margin-left: -6px;
}

.focusfield { color: #f4f4f4!important; }

#subForm input.submit { 
  width: 77px; 
  height: 26px; 
  background: transparent url('/images/sprite.png') no-repeat -160px -142px; 
  border: none;
  }

/* 
 * Date picker styles. 
 */
input#datepicker {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 2em;
  width: 300px;
  text-align: center;
  padding: 6px;
  margin: 1px;
}
input#datepicker:focus {
  outline: none;
  background-color: #D8DCDE;
}

/* 
 * Date pop up selector. 
 */
fieldset label {
  display: none;
}

#dateselect { 
  background: none;
  border: none;
  font-weight: bold;
  font-size: 2em;
  width: 300px;
  text-align: center;
  padding: 6px;
  margin: 1px;
}

/* 
 * Login form.
 */

#login_form .form-item {
  margin-bottom: 8px;
  line-height: 30px;
}

#login_form input[type=text], 
#login_form input[type=password] {
  padding: 5px;
}

#login_form input[type=submit] {
  width: 100px;
  height: 30px;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  background-color: #AFBF35;
  color: #fff;
  margin-left: 100px;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#login_form input[type=submit]:hover {
  background-color: #5A6426;
}

#login_form {
  margin-bottom: 15px;
  background-color: #F3F3F3;
  padding: 15px;
}

#login_form label {
  font-weight: bold;
  float: left;
  width: 100px;
  display: block;
}

