/**
 * Swoppen Systems
 *
 * @copyright since 2000 - All rights reserved.
 */

.form {
  margin:1.5em 0 0.6em 0;
}

.form h1, .form h1 * {
  clear:left;
  font-size:12px;
  display:block;
  padding:2px 5px;
  margin-bottom:5px;
}

.form label {
  clear:both;
  float:left;
  display:block;
  width:100px;
  margin-bottom:2px;
}

.form label:hover {
  cursor:pointer;
}

.form .hidden, .form .checkbox, .form .radio {
  border:none;
}

.form .hidden {
  margin:0;
  padding:0;
  display:none;
}

.form input, .form textarea, .form select, .form .date {
  float:left;
  display:block;
  width:265px;
  max-width:265px;
  border:1px solid #dac805;
  background:#f8f1a5;
  padding:5px 3px;
  margin-bottom:10px;
}

.form input:hover, .form textarea:hover, .form select:hover, .form .date:hover,
.form input:focus, .form textarea:focus, .form select:focus, .form .date:focus {
  background:white;
  border-color:#000;
}

.form .clearer {
  clear:both;
  font-size:1px;
  line-height:1px;
  display:block;
  height:1px;
}

.form .button, .form .submit {
  background:#000 url(../images/lay_rathi_bg_button.png) repeat-x top left;
  border:1px solid #000;
  color:white;
  font-weight:bold;
  width:auto;
}

form .button {
  float:right;
  margin:5px 8px;
  padding-left:45px;
  padding-right:45px;
  width:41px;
  border:0;
  background:#000 url(../images/lay_rathi_bg_button.png) repeat-x top left;
}

form .button:hover, form .button:focus {
  background:#000 url(../images/lay_rathi_bg_button.png) repeat-x left -32px !important;
  cursor:pointer;
}

form .button:active {
  background:#000 url(../images/lay_rathi_bg_button.png) repeat-x left -64px;
}

.form .option {
  border:none;
  background:none;
  width:auto;
}

.form .spacer {
  clear:left;
  height:20px;
  width:400px;
}

.form .error {
  border:1px solid #DC0000;
  background-color:#fff;
}

.form .error:hover, .form .error:focus {
  border:1px solid #DC0000;
  background-color:#ffe3e3;
}

div.io_error, div.io_success, div.io, div.error {
  font-weight:bold;
  padding:10px;
  text-align:center;
  margin-bottom:20px;
}

div.io_error, div.error {
  background-color:#fff;
  border:3px solid #DC0000;
  color:#DC0000;
}

div.io_success, div.io {
  background-color:#ccffcc;
  border:1px solid #008001;
  color:#008001;
}

