/* global form styling :: start */
.formtext {
  font-family: arial,verdana,helvetica,sans-serif; font-size: 12px; color: #000000;
}

.forminput {
  font-family:arial,verdana,helvetica,sans-serif; font-size:12px;
  font-style:normal; font-weight:normal; color:#000000; background-color:#fffffd;
}

.formreqd {
  font-family:arial,verdana,helvetica,sans-serif; font-size:12px;
  font-style:normal; font-weight:normal; color:#000000; background-color:#ffffd5;
}

.submitcontainer {
  width:95%; padding:0px; margin:0px;
  font-size:12px; font-family:arial,verdana,helvetica,sans-serif; text-align:left;
}
/* global form styling :: end */


/* login form styling :: start */
.loginlabel {
  clear:both; float:left; width:35%; padding-top:4px; padding-right:6px;
  font-family:arial,verdana,helvetica,sans-serif; font-size:12px; color:#000000; text-align:right;
}

.loginfield {
  float:left; width:62%; padding-bottom:6px;
  font-family:arial,verdana,helvetica,sans-serif; font-size:12px; color:#000000; text-align:left;
}

.formforgot {
  font-family:arial,verdana,helvetica,sans-serif; font-size:11px; color:#000000;
}

a.forgotlink, a.forgotlink:visited {
  font-family: arial,verdana,helvetica,sans-serif; font-size:11px; color:#000080;
  text-decoration:none;
}

a.forgotlink:hover {
  font-family:arial,verdana,helvetica,sans-serif; font-size:11px; color:#800000;
  text-decoration:underline;
}
/* login from styling :: end */


/* other form styling :: start */
.formbox {
/*  width: 650px; */
  border:#490703 1px solid; background-color:#f4f4f4; border-collapse:collapse;
  font-size:12px; font-family:arial,verdana,helvetica,verdana;
}

.labelnormal {
  clear:both; float:left; width:26%; padding-top:4px; padding-right:6px; text-align:right;
  font-family:arial,verdana,helvetica,sans-serif; font-size:12px; color:#000000;
}

.fieldnormal {
  float:left; width:70%; padding-bottom:6px; text-align:left;
  font-family:arial,verdana,helvetica,sans-serif; font-size:12px; color:#000000;
}

.fieldspan {
  clear:both; float:left; width:100%; padding:0px; margin:0px; text-align:center;
  font-size:12px; font-family:arial,verdana,helvetica,sans-serif;
}

.formtitle {
  width:100%; background-color:#490703; line-height:20px;
  font-family:arial,verdana,helvetica,sans-serif; font-size:14px; color:#ffffff; font-weight:bold;
}
/* other form styling :: end */

