html {
 height: 100%;
}

body {
  background-color: #FFFFFF;
  margin: 0px;
  height: 100%;
}

form {
  margin: 0px;
  padding: 0px;
}

.requiredfield, .requireddigit, .field
{
  border: solid 1px #cccccc;
  height: 15px;
  font-size: 12px;
  color: #454545;
  background: #ffffff;
}
.invalidfield, .invaliddigit{
  border: solid 1px #ed1c24; 
  height: 15px;
  font-size: 12px;
  background: #fff1f2;
}

textarea {
  border: solid 1px #cccccc;
  background: #ffffff;
  font-size: 12px;
  color: #454545;
}

.mbutton {
  height: 17px;
  background: url(btn_bg.gif) repeat-x 0px 0px;
  color: #666666;
  font-size: 11px;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #b5b5b5;
  border-left: 1px solid #ececec;
}

#tophdr {
  background: url(topbg.jpg) repeat-x 0px 33px;
}

#tophdr1 {
  background: url(tophdr.jpg) no-repeat 0px 2px;
}

#tophdr1 div {
  height: 166px;
  background: url(tophdr1.jpg) no-repeat 100% 2px;
}

#logoarea {
  background: url(logoarea.png) no-repeat 0px 27px;
}

#topnav {
  padding-left: 56px;
}

#topnav div {
  height: 11px;
  width: 13px;
  margin-right: 50px;
  float: left;
}

#home_img a {
  background: url(home_img.gif) no-repeat center center;
  display: block;
}

#home_img a:hover {
  background: url(home1_img.gif) no-repeat center center;
}

#mail_img a {
  background: url(mail_img.gif) no-repeat center center;
  display: block;
}

#mail_img a:hover {
  background: url(mail1_img.gif) no-repeat center center;
}

#map_img a {
  background: url(map_img.gif) no-repeat center center;
  display: block;
}

#map_img a:hover {
  background: url(map1_img.gif) no-repeat center center;
}

#searcharea {
  font-size: 11px;
}

#searcharea .field {
  width: 138px;
}

#authorize {
  margin-right: 50px;
  font-size: 11px;
}

#mmenu {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 50px 0px 25px;
}

#mmenu a {
  padding: 4px 8px 0px 8px;
  height: 19px;  
  display: inline-block;
}

#mmenu span {
  height: 23px;  
  background: #f1f1f1 url(selbg.gif);
  display: inline-block;
}

#mmenu span span {
  height: 23px;  
  background: url(sell.gif) no-repeat top left;
}

#mmenu span span span {
  padding: 4px 8px 0px 8px;
  height: 19px;  
  background: url(selr.gif) no-repeat top right;
}

#workarea {
  margin: 0px 50px 20px 50px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#others {
  margin-top: 10px;
  padding-top: 1px;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  background: url(arrowdwn.gif) no-repeat bottom right;
  border-top: 1px solid #ed1c24;
}

#workbody {
  margin: 25px 25px 0px 0px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#mselect {
  margin-left: 10px;
  padding: 3px 0px 0px 14px;
  width: 63px;
  height: 20px;
  display: inline-block;
  background: url(selectbg.gif) no-repeat 0px 0px;
}

#mselect a {
  padding: 0px 2px 0px 2px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#mselect1 {
  margin-left: 10px;
  padding: 3px 0px 0px 12px;
  height: 20px;
  display: inline-block;
}

#mselect1 a {
  padding: 0px 2px 0px 2px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#msubject {
  font-size: 18px;
  color: #3366ff;
}

.tblhdr {
  color: #ed1c24;
  font-weight: bold;
  font-size: 14px;
  background: #e4f4fd;
}

.tblsmall {
  font-size: 11px;
  font-style: italic;
  border-bottom: 1px solid #00aeef;
}

.tblsmall span {
  color: #3366ff;
}

#region_select {
  background: #f1f9fe;
  width: 610px;
  font-size: 11px;
  padding: 5px;
}

#region_select a {
  padding-left: 12px;
  display: block;
}

#region_select a:hover {
  background: url(link_arrow.gif) no-repeat 2px 4px;
}

#footer {
  height: 97px;
  border-top: 3px solid #60bff3;
  background: #e4f4fd;
  padding: 0px 50px 0px 50px;
  font-size: 11px;
  min-width: 895px;
}

#nav_string {
  margin: 0px 0px 10px 0px;
}

#nav_string td {
  font-size: 11px;
  color: #666666;
}

#nav_string a {
  padding-left: 2px;
  padding-right: 10px;
  background: url(link_arrow.gif) no-repeat 100% 5px;
}

#home1_img {
  background: url(link_arrow.gif) no-repeat 90% 5px;
}

#home1_img a {
  padding: 0px 12px 1px 0px;
  background: url(home_img.gif) no-repeat 0px 1px;
}

#home1_img a:hover {
  background: url(home1_img.gif) no-repeat 0px 1px;
}

#nav_string span {
  padding-left: 3px;
}

.mform {
  background: #e4f4fd;
}

.mform div {
  padding: 17px;
}

#contact_form {
  width: 415px;
  font-weight: bold;
}

#contact_form .requiredfield, #contact_form .requireddigit, #contact_form .field, #contact_form .invalidfield, #contact_form .invaliddigit {
  width: 257px;
}

#contact_form textarea {
  width: 365px;
  height: 100px;
}

a#medit {
  padding: 0px 10px 2px 20px;
  background: url(edit.gif) no-repeat 0px 0px;
}

a#medit:hover {
  background: url(edit1.gif) no-repeat 0px 0px;
}

#errormsg {
  font-size: 11px;
  font-weight: normal;
  color: #ed1c24;
}

#authorize_user {
  margin-top: 10px;
  font-size: 11px;
}

#authorize_user a {
  background: url(che.gif) no-repeat 0px 0px;
  padding-left: 16px;
  display: block;
}

#output_count {
  text-align: right;
}