/*
 *  Copyright (c) 1996-2005 Holiday Media
 *
 *  Form
 */

form {
  padding: 0px;
  margin: 0px;
}

form td {
  vertical-align: top;
}

.required {
  color: #ff0000;
}

.label {
  font-weight: bold;
}

label {
  border-bottom: 1px dashed #2dc6ff;
  padding-bottom: 1px;
  text-decoration: none;
  color: #0091c9;
  cursor: hand;
  cursor: pointer;
}

input.field,
textarea.field,
select.field {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica;
  border: 0px;
  border-bottom: 1px dashed #0091c9;
}
textarea.field {
  border: 1px solid #0091c9;
  padding: 2px;
  padding-top: 0px;
  line-height: expression('17px');
  background: expression('url(/images/layout/bg_textarea.gif) repeat left top');
}
select.field {
  font-size: 8pt;
}

input.button,
button.button {
  background-color: #0091c9;
  font-size: 7.5pt;
  font-family: Verdana, Arial, Helvetica;
  color: #ffffff;
  border-width: 1px;
}

.rightbox1 .field {
  background: none;
  cursor: text;
}