#contacts .fright {
  width: 490px;
  color: #fff;
}

#contacts .address {
  width: 370px;
  color: #fff;
}

#contacts .address a {
  color: #fff;
}

#contacts strong, #tell-a-friend strong {
  display: block;
  margin-bottom: 3px;
  color: #ff1a00;
}

#contacts em, #tell-a-friend em {
  float: right;
  font-size: 10px;
  font-style: normal;
}

#contacts .label, #tell-a-friend .label {
  line-height: 23px;
  color: #fff;
}

#contacts form, #contacts .address {
  padding: 5px;
  background-color: #000;
}

#contacts form div, #contacts .address p {
  padding: 10px;
  border: 1px solid #fff;
  border-right: 0;
}

#contacts input.text, #tell-a-friend input.text {
  margin-bottom: 5px;
  padding: 0 3px;
  padding-top: 4px;
  width: 295px;
  height: 17px;
  font-size: 12px;
  background: url(../images/front/contacts_input.png) repeat-x;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#contacts select {
  margin-bottom: 5px;
  width: 303px;
  height: 23px;
  font-size: 12px;
  background-color: #e6e6e6;
  border: 1px solid #f0f0f0;
}

#contacts textarea, #tell-a-friend textarea {
  margin-bottom: 5px;
  padding-left: 3px;
  width: 456px;
  height: 77px;
  font-size: 12px;
  background: url(../images/front/contacts_textarea.png) no-repeat;
  border: 0;
}

#contacts input.submit, #contacts input.reset, #tell-a-friend input.submit, #tell-a-friend input.reset {
  margin: 20px 10px 0 10px;
  width: 129px;
  height: 34px;
  font-weight: bold;
  background: url(../images/front/contacts_button.png) no-repeat;
  border: 0;
}

#contacts input.submit:hover, #contacts input.reset:hover, #tell-a-friend input.submit:hover, #tell-a-friend input.reset:hover {
  background-position: 0 100%;
}

#contacts .shadow {
  margin-top: 10px;
  width: 380px;
  height: 30px;
  background: url(../images/front/faded_shadow.png) 0 100% repeat-x;
}

#contacts .fright .shadow {
  width: 100%;
}

#tell-a-friend {
  width: 460px;
  padding: 10px 20px;
  font-size: 12px;
  background-color: #e6e6e6;
}

#tell-a-friend .label {
  color: #000;
}

#tell-a-friend strong {
  margin-bottom: 20px;
}

#tell-a-friend .error {
  margin-right: 5px;
}
