#email_friend {
	width: 480px;
	padding: 20px 40px;
	background-color: #ECF2E8;
}
h3 {
	margin: 20px 20px 20px 40px;
}
.input-row {
  width: 440px;
  margin: 0 auto;
  float: left;
}
div.required {
	width: 200px;
	margin-top: 5px;
	margin-left: 40px;
}
.titles-container {
  width: 150px;
  padding: 3px 0 13px 18px;
  float: left;
}
.titles-container-mandatory {
  width: 150px;
  padding: 3px 0 13px 18px;
  background: url(/images/new_css/required_icon.gif) 0 4px no-repeat;
  float: left;
}
.inputs-container-container-large {
  float: left;
  width: 220px;
  border: none;
}
.inputs-container-long {
  width: 220px;
  height: 23px;
  background: url(/images/new_css/registration_input_long.gif) left top no-repeat;
  border: none;
  padding: 2px 1px 1px 2px;
  overflow: hidden;
}
.registration-input-long {
  width: 216px;
  height: 20px;
  border: none;
  background: #FFF;
}
.inputs-container-medium {
  width: 155px;
  height: 23px;
  background: url(/images/new_css/registration_input_medium.gif) left top no-repeat;
  border: none;
  padding: 2px 1px 1px 2px;
  overflow: hidden;
}
.registration-input-medium {
  width: 151px;
  height: 20px;
  border: none;
  background: #FFF;
}
.inputs-container-short {
  width: 80px;
  height: 23px;
  background: url(/images/new_css/registration_input_short.gif) left top no-repeat;
  border: none;
  overflow: hidden;
  padding: 2px 1px 1px 2px;
}
.registration-input-short {
  width: 76px;
  height: 20px;
  border: none;
  background: #FFF;
}
.inputs-container-large {
  width: 220px;
  height: 80px;
  background: url(/images/new_css/registration_input_large.gif) left top no-repeat;
  border: none;
  overflow: hidden;
  padding: 2px 1px 1px 2px;
}
.registration-input-large {
  width: 216px;
  height: 77px;
  border: none;
  background: #FFF;
}
.inputs-container-none {
  width: 100%;
  padding: 2px 0 1px;
}
.inputs-container-none .checkbox {
  width: 18px;
  float: left;
}
.inputs-container-none .checkbox-text {
  width: 196px;
  padding: 1px 0 0 3px;
  float: left;
}
.inputs-container-none input.radiobutton {
  margin-left: -1px;
  vertical-align: middle;
}
.inputs-container-none .radiobutton-text {
  margin-left: -5px;
  padding: 1px 15px 0 3px;
}
.registration-small-font {
  font: normal 86% Verdana;
}
.registration-info-container {
  width: 220px;
  padding: 1px 0 4px 22px;
  background: url(/images/new_css/registration_info.gif) left top no-repeat;
  font: normal 86% Verdana;
  text-align: left;
}
.registration-error-container {
  width: 220px;
  padding: 1px 0 4px 22px;
  background: url(/images/new_css/registration_warning.gif) left top no-repeat;
  font: normal 86% Verdana;
  color: #F3830B;
  text-align: left;
}
.button-container {
  text-align: center;
  padding-top: 20px;
}
#button {
  width: 82px;
  height: 23px;
  background: url(/images/new_css/button_bg.gif) left top no-repeat;
  border: none;
  color: #333;
}
#button:hover {
  color: #666;
  padding-top: 2px;
  cursor: hand;
}
.captcha-instructions {
	width: 220px;
}
.captcha-image-container {
	width: 220px;
	height: 70px;
}
.captcha-image {
	float: left;
}
.captcha-reload {
	padding-top: 27px;
	float: right;
}
.captcha-input {
  width: 155px;
  height: 23px;
  background: url(/images/new_css/registration_input_medium.gif) left top no-repeat;
  border: none;
  padding: 2px 1px 1px 2px;
  overflow: hidden;
}
.captcha-input-textbox {
  width: 151px;
  height: 20px;
  border: none;
  background: #FFF;
}
