
.formcorner {
  background-color:#FFF6E7;
  padding:12px 10px 12px 10px;
  background-image:url(../images/global/formcorner.gif);
  background-repeat:no-repeat;
  background-position:top right;
  margin-bottom:6px;
  border-bottom:1px solid #EEE7B1;
}

.red, .red * {
  color:#f22016;
  font-size:11px;
}

form .formrow {
  display:block;
  margin-bottom:4px;
}
form .inputtext {
  background-image:url(../images/global/inputbg.gif);
  background-repeat:repeat-x;
  background-position:0px 0px;
  background-attachment:fixed;
  background-color:#fff;
  border:1px solid #D0C6AB;
  width:140px;
}

form .inputtext_small {
 background-image:url(../images/global/inputbg.gif);
 background-repeat:repeat-x;
 background-position:0px 0px;
 background-attachment:fixed;
 background-color:#fff;
 border:1px solid #D0C6AB;
 width:100px;
}


form .textarea {
  background-image:url(../images/global/inputbg.gif);
  background-repeat:repeat-x;
  background-position:0px 0px;
  background-attachment:fixed;
  background-color:#fff;
  border:1px solid #D0C6AB;
  overflow:auto;
  width:340px;
  height:80px;
}

form input.submit {
  width:100px;
  margin-left:244px;
  background-color:#EEE7B1;
  color:#730F1B;
  border:1px solid #CEC7AD;
  font-weight:bold;
}
form div.element {
  clear:both;
}
form .frmlabel {
  width:120px;
  display:block;
  float:left;
  padding-top:2px;
}
form label {
  font-weight:bold;
}
form input.formcheck {
  width:auto;
  background-color:transparent;
  background-image:none;
  border:none;
  margin-bottom:-3px;
}


form {
  margin:0px;
}
form.admin label {
  display:block;
  width:120px;
  float:left;
  font-weight: bold;
}

form.admin label.small {
  font-weight: normal;
  width: auto;
  float: none;
  display: inline;
}

form.admin textarea {
  overflow:auto;
  width:550px !important;
  height:400px !important;
}

form.admin textarea.small {
  overflow:auto;
  width:210px;
  height:120px;
}
form.admin input.formtext, form.admin select.formselect {
  width:210px;
}

form.admin input.formsubmit {
  margin-left: 120px;
}

a img {
  border: 0px;
}




/***************** ****************/
/*
.formcorner {
  background-color:#FFF6E7;
  padding:22px 10px 22px 10px;
  background-image:url(../images/global/formcorner.gif);
  background-repeat:no-repeat;
  background-position:top right;
  margin-bottom:6px;
}*/

/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/