/**
 * @section Form
 */

input, textarea, select, button
{
  font-family: "trebuchet ms", helvetica, sans-serif;
  border: solid 2px #F1F1F1;
  font-size: 10pt;
}
.inputFocus
{
  border: 2px solid #BF3313;
  padding: 1px;
}
.inputBlur
{
  border: 2px solid #C9CBCC;
  padding: 1px;
}

.inputRight, .rightBold
{
  text-align: right;
}
.rightBold
{
  font-weight: bold;
}

.readOnly
{
  background: transparent;
  border: none;
}


#btnCmd
{
  background: #CA2F2F url('../images/n3.gif') repeat-x;
  color: #fff;
  border: solid 1px #A94B4B;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 0.8em;
  height: 2.0em;
}


/**
 * @section Process & Messages
 */

#cssProcess, #cssProcessMdl
{
  position: fixed;
  top: 0px;
  _position: absolute;
  _top: expression(eval(document.body.scrollTop));
  width: 100%;
  border-top: 6px solid #BF3313;
}
#cssProcessMdl
{
  position: absolute;
}

#cssMessage, #cssMessageMdl
{
  position: absolute;
  left: 43%;
  width: 120px;
  background: #F8F8F8;
  border: 2px solid #BF3313;
  border-top: none;
  color: #BF3313;
  padding: 3px;
  font-weight: bold;
  text-align: center;
}
#cssMessageDtl
{
  background: #ffffff;
  position: absolute;
  left: 44%;
  padding: 3px;
  border: 2px solid #BF3313;
  border-top: 6px solid #BF3313;
  font-weight: bold;
  color: #BF3313;
}
.cssLoading
{
  background: url('../images/ajax-loader.gif') no-repeat left;
  padding-left: 20px;
}

.errorField
{
  background: #F8F8F8;
  border: 2px solid #BF3313;
  border-top: none;
  color: #BF3313;
  padding: 3px;
  font-weight: bold;
  text-align: center;
/**
  background: #BF3313;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 9pt;
  margin-bottom: 2px;
  text-align: center;
*/
}
