/* Contact us box */

body, table, tr, td, input, select {  font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666 }

.whiteboxTop { background: url(/imgs/white_box_top.png) no-repeat; }
.whiteboxBody { background: url(/imgs/white_box_tile.png) repeat-y; }
.whiteboxEnd { background: url(/imgs/white_box_end.png) no-repeat; width:533; height:30 }




fieldset {
  padding: 0 10px 10px 10px;
  margin: 11px;
  width: 300px;
  display: block;
}

div.input {
  margin: 7px 0;
}

legend {
  padding: 5px;
  color: #999999;
}

label {
  display: block;
  width: 85px;
  float: left;
  text-align: right;
  padding-right: 5px;
}

input.textbox {
  width: 70px;
}

input.textboxSmall {
  width: 40px;
}

#CodeIncorrectLabel {
  color: Red;
}

#CodeCorrectLabel {
  color: Green;
}

#Note {
  padding: 0;
  margin: 11px;
  margin-bottom: -7px;
  width: 320px;
  font-size: 0.8em;
  color: Red;
}

#PromptDiv {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}

#ActionDiv {
  padding: 0 0 10px 10px;
  margin: 11px;
  margin-right: 0;
  width: 314px;
  text-align:right;
}

fieldset #ActionDiv{
  padding: 0;
  margin: 0;
  width: auto;
  text-align:right;
}

#CaptchaDiv {
  margin: 0;
  padding: 0;
  width:100px;
  height:20px;
  padding-bottom: 5px;
}

#CaptchaImage {
  float: left;
  margin: 0;
  padding: 0;
  width:100px;
  height:30px;
}

#CaptchaIcons {
  width: 22px;
  height: 20px;
  float: top;
  text-align: left;
  margin: 0;
  padding: 0;
}

td#CaptchaIcons {
  padding-left: 3px;
}

#CaptchaIcons img {
  border: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
}

*html #CaptchaIcons img {
  margin-bottom: -2px;
}

.placeholder {
  visibility: hidden;
  width:100 ;
  height:100 ;
}

*html .placeholder {
  display: 100 ;
}

#CaptchaPreviewDiv {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}

div.FeaturesInput {
  margin: 7px 0;
}

div.FeaturesInput label {
  width: 110px;
}




.poplinks{
  font-weight:normal; color: #CCCCCC;  text-decoration:none;
}

a.poplinks {
	font-weight:bold; color: #94283b;  text-decoration:none;
}

a.poplinks:visited {
  font-weight:bold; color: #94283b;  text-decoration:none;
}

a.poplinks:hover {
	font-weight:bold; color: #94283b;  text-decoration:none;
}

a.poplinks:active {
  font-weight:bold; color: #94283b; text-decoration:none;
}

.pageheds  { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#d54d67; font-weight:bold; }