/*   SIMPLE CONTACT   */

div.contact-right {
  width:272px; float:right;
  padding:8px; margin-top:80px;
  border:1px solid #aaa;
}

div.contact-right h4 {
	font-size:12px; text-transform:uppercase;
}

.fld {
  color:#eee; background-color:#4f5d62;
  width:260px; padding:2px; margin:4px 0;
  font-size:12px; font-family:verdana,helvetica,arial,sans-serif;
  border:1px solid #888; border-top:0; border-left:0;
}
form#simpleContact div.formCaption {
	text-transform:uppercase; font-weight:bold; text-size:12px;
}
form#simpleContact p {
  margin:12px 0;
}
form#simpleContact div.caption {
  text-transform:uppercase;
  margin-top:4px;
}
form#simpleContact div.submitElement {
	padding:8px 12px 0 0;
	text-align:right;
}
form#simpleContact input.submit {
  text-transform:capitalize;
  font-size:12px; padding:2px;
  border:1px solid #444; border-top:0; border-left:0;
}
form#simpleContact input.submit:hover {
  color:#eee; background-color:#4f5d62;
  border:1px solid #888; border-top:0; border-left:0;
  cursor:pointer;
}
