/**
 * @section Process & Messages
 */

#cssProcess, #cssProcessMdl
{
  position: fixed;
  top: 0px;
  _position: absolute;
  _top: expression(eval(document.body.scrollTop));
  width: 100%;
  border-top: 4px solid #333333;
  z-index: 1000;
}
#cssProcess img
{
  border: none;
}
#cssProcessMdl
{
  position: absolute;
}

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

.errorField
{
  border: #d6d8d6 1px solid;
  background: #ffffe1;
  color: #BF3313;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 2px;
  text-align: center;
}
