/*
* 
* Form elements stylesheet
*
*/

.formtable {

}

.formtable td {
  padding: 5px 10px 5px 10px;
  vertical-align: middle;
}

.label {
    font-weight: bold;
}

.formtable td.subheading {
  font-weight: bold;
  font-size: 12px;
  padding-top: 15px;
  border-bottom: 1px solid #A9B9C9;
}

.formtable td.separator {
 border-bottom: 1px solid #A9B9C9;
 height: 3px;
 font-size: 1px;
}

input[type=submit] {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

input[type=text] {
  width: 200px;
}
input[type=password] {
  width: 200px;
}

input[type=file]  {
  width: 400px;
}

textarea {
  width: 650px;
  height: 250px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.fsubmit {
  background-image: url("/Accessories/Graphics/Background/button-form.png");
  background-repeat: no-repeat;
  color: #000;
  width: 100px;
  height: 25px;
}

.submit-save-s {
  width: 107px;
  height: 25px;
  background: url("/Accessories/Graphics/Buttons/save-s.png") top left no-repeat;
  color: #fff;
}

.submit-save-l {
  width: 150px;
  height: 25px;
  background: url("/Accessories/Graphics/Buttons/save-l.png") top left no-repeat;
  color: #fff;
}


select {
  font-size: 11px;
  height: 24px;
  border: 1px solid #8999a9;
  font-weight: bold;
}

/* what a chain :-) => for the help - tooltip */
.formtable td a img, .formtable td img {
 position: relative;
 top: 5px;
}


.forminput {
  width: 300px;
  height: 18px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #8999a9;
  padding: 4px 5px 0px 5px;
  vertical-align: middle;
  font-weight: bold;
}

.smallforminput {
  width: 100px;
  height: 15px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #8999a9;
  padding: 1px 2px 0px 2px;
  vertical-align: middle;
  font-weight: bold;
}

.invalidInput {
  border-color: #ff0000;
  background-color: #FFE4E1;
}

dt {
  float: left;
  width: 120px;
}

dd {
  margin-bottom: 10px;
}





