#ContactInfo {
  margin: 0 0 20px 20px;
  padding: 0;
  background: #eeeeee url(../Images/ContactInfo-BG.gif) repeat-y;
  width: 228px;
  float: right;
  font-size: 0;         /* Hack IE 6 font related spacing */
  font-weight: bold;
}

#ContactInfo a {
  color: #3333ee;
  text-decoration: none;
}

#ContactInfo a:hover {
  color: #0000ff;
  text-decoration: underline;
}

#ContactInfo img {
  margin: 0 16px 0 5px;
  padding: 0;
  float: right;
}

#ContactInfo-Top {
  width: 100%;
  height: 16px;
  background: #eeeeee url(../Images/ContactInfo-Top.gif) no-repeat;
}

#ContactInfo-Bottom {
  width: 100%;
  height: 16px;
  background: #eeeeee url(../Images/ContactInfo-Bottom.gif) no-repeat;
}

#ContactInfo address, #ContactInfo p {
  margin: 5px 2px 5px 25px;
  font-size: small;
}

#ContentPanel .ErrorText {
  color: Red;
}

.ContactForm {
  margin: 0 250px 0 0;
  padding: 5px;
  border: 1px solid #DCDCDC;
  background: #ffffff;
  position: relative;
  width: 436px;
}

.ContactForm .Label {
  margin: 0 0 4px 0;
  padding: 0;
  color: #666666;
  font-size: small;
  font-weight: bold;
  font-style: italic;
}

.ContactForm .Field {
  margin: 0 0 8px 0;
  padding: 0;
  border: 1px solid #999999;
  width: 430px;
}

.ContactForm .Button {
  width: 432px;
  text-align: right;
}

.ContactForm .Field input {
  margin: 0 2px;
  padding: 0;
  border: 0 none;
  width: 426px;
  font: caption;
}

.ContactForm .Field textarea {
  margin: 0 2px;
  padding: 0;
  border: 0 none;
  width: 426px;
  height: 80px;
  font: caption;
}