

form {
  margin: 0;
  padding: 10px;
  border: 1px solid #2bcaff;
}

.form_column {
  float: left;
  width: 50%;
}

.frmrow {
  margin: 0 0 2px 0;
  display: block;
  min-height: 17px;
}
* html .frmrow {
  height: 17px;
}

.frmlabel {
  display: block;
  width: 170px;
  padding-top: 3px;
  float:left;
  font-weight: bold;
}

.frmlabeltd {
  display:block;
  padding-top:3px;
  font-size:12px;
  font-weight:bold;
  height:1%;
}

 .formtable {
  width:476px;
}
* html .formtable {
  width:478px;
}


.checklabel { /* label after checkbox */
  font-weight: bold;
}

.frmtext {
  border: 1px solid #e9e9e9;
  width: 350px;
  background: #fff url(../images/layout/frmtext_bg.gif) 0 0 no-repeat;
  font-size: 11px;
  padding: 2px;
}
.frmexpl {
  padding:0 0 10px 174px;
  font-size:10px;
  line-height:10px;
  color:#666;
}

.frmtextarea {
  border: 1px solid #e9e9e9;
  width: 352px;
  font-size: 11px;
  overflow: auto;
  background: #fff url(../images/layout/frmtext_bg.gif) 0 0 no-repeat;
}

.frmselect {
  width:356px;
  font-size:13px;
}


.validationimage div {
  padding:0 0 5px 123px;
}
.validationimage div img {
  border: 1px solid #2bcaff;
}
.validationimage div a:link, .validationimage div a:visited {
  font-size:10px;
  line-height:10px;
  font-weight:normal;
  color:#fff;
  font-family:tahoma;
}
.validationimage input {
  text-transform:uppercase;
}

.smalltext {
  font-size:10px;
  line-height:10px;
  color:#666;
  padding-bottom:5px;
}

.frmsubmitrow {
  margin: 10px 0 0 0;
  height: 18px;
  width:526px;
}
* html .frmsubmitrow {
  width:528px;
}
.frmsubmitrow input {
  float: right;
}
.frmsubmitrow div {
  float: left;
  color: #777;
}



.frmsubmit {
  border:1px solid #ca0000;
  border-top-color:#ff8b8b;
  border-left-color:#ff8b8b;
  background:#f00;
  color:#fff !important;
  font-weight:bold;
  padding: 2px 10px;
  font-size: 11px;
}
* html .frmsubmit {
  padding: 0;
}

.frmbuttonrow {
  text-align:right;
  width:526px;
}
* html .frmbuttonrow {
  width:528px;
}

.frmdelete {
  border:1px solid #ca0000;
  border-top-color:#ff8b8b;
  border-left-color:#ff8b8b;
  background:#f00;
  color:#fff;
  font-weight:bold;
  padding: 2px 10px;
  font-size: 11px;
}
* html .frmdelete {
  padding: 0;
}


.error span.required, .error label.frmlabel {
  color:#de0000;
}

.red {
  color:#de0000;
}

.error_nodesc {
  background-color: #f48787 !important;
  border: 1px solid #de0000;
}

.frmrow span.required {
  font-weight:bold;
  padding:0 0 0 5px;
}


.wideform .frmlabel {
  width:180px;
}

.wideform .frmtext {
  width:480px;
}
.wideform .frmexpl {
  padding-left:184px;
}
.wideform .frmtextarea {
  width: 480px;
}
.wideform .frmselect {
  width:486px;
}
.wideform .frmsubmitrow {
  width:666px;
}
* html .wideform .frmsubmitrow {
  width:668px;
}
