/* @override http://localhost:3000/stylesheets/forms.css */

.fieldWithErrors input, .fieldWithErrors textarea {
  border: 2px solid #ac2b30;
  background: #F0DFDF;
}

form table {
  margin: 10px 0;
}

form table h4 {
  margin: 0;
}

form th, .form th {
  text-align: right;
}

form th, .form th, form td, .form td {
  padding: 5px 4px;
}

form table label, table.form label {
 margin: 0;
 font-weight: bold;
}

form td.button {
	padding-top: 5px;
	padding-bottom: 5px;
}

#content form input, #content form textarea {
  background-color:#FAF5F5;
  border:1px solid #E6C2C1;
  font-size: 12px;
  padding: 2px;
}

form .buttons {
	text-align: center;
	background: #F0EAE4;
	padding: 5px 6px;
	margin: 10px 0;
	border: 1px solid #DCC8A3;
}

.form-buttons {
  margin: 4px 0;
  padding: 4px 0 4px 15px;
  background: #F4EEE5;
  border: 1px solid #E4D9C8;
}

.errorExplanation {
  border: 1px solid #ac2b30;
  background: #F0DFDF;
  padding: 10px 20px;
  margin: 0 0 20px 0;
}

.errorExplanation h2 {
  font-size: 16px !important;
  color: #ac2b30;
  margin: 0 0 5px 0 !important;
}

.errorExplanation p {
  margin:8px 0pt !important;
  font-size: 12px !important;
}

.errorExplanation ul {
  margin: 0 0 5px 0;
}

.fieldWithErrors {
  display: inline;
}

#content .fieldWithErrors input {
  border: 1px solid #ac2b30;
}

#new_user_form input {
  width: 170px;
}

#new_user_form input.button {
  width: 75px;
}

#new_user_form th {
  width: 135px;
}

#new_user_form td {
  white-space: nowrap;
}

#new_user_form table {
  width: 405px;
  margin: 0 auto 10px auto;
}

#new_user_form p {
  margin: 0 0 10px 20px;
  font-size: 11px;
}

#new_user_form #find-code-link {
  margin-left: 5px;
  text-decoration: underline;
}

.dropdown {
  background: #fff;
  white-space: normal;
}

ul.dropdown {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-top: none;
}

.dropdown li {
  padding: 2px 10px;
  margin: 0;
  font-size: 12px;
}

.dropdown li.selected {
	background-color: #ffb;
}

.dropdown .name {
  font-weight: bold;
}

.activity {
  position: relative;
  top: 3px;
  left: 5px;
}

.verify_option {
  margin: 0 20px 15px 20px;
  padding: 5px;
  background: #F4EEE5;
  border: 1px solid #E4D9C8;
}

#main #verify_options h3 {
  margin: 10px 0 10px 20px;
}

#main #verify_options h3 small {
  font-size: 11px;
  margin-left: 10px;
}

#main .verify_option h2 {
  margin-bottom: 10px;
  font-weight: bold;
}

#main .verify_option h2 small {
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
}

#new_user_form .verify_option table {
  margin-bottom: 5px;
  width: 300px
}

p#access_code_info {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px 10px;
  line-height: 1.4em;
  text-align: center;
}

.login_form table {
	width: 300px;
	margin: 10px auto 0 auto;
}

.login_form #form-submit-button {
	margin: 0;
}

.login_form .forgot {
	font-size: 11px;
	padding: 1px 0;
}

#contact_form {
  margin: 10px 25px 15px 25px;
  background: #EFEAE4;
  border: 2px solid #b1b1b1;
}

#contact_form table {
  width: 300px;
  position: relative;
  top: 10px;
  left: 50px;
}

#contact_form th {
  width: 100px;
}

#contact_form fieldset {
  border: 0;
  padding: 0;
  margin: 25px 0 10px 0;
}

#contact_form fieldset table {
  margin-top: 0;
}

#contact_form legend {
  font-size: 14px;
  padding: 0 0 0 30px;
}

#contact_form table input {
  width: 150px;
}

#contact_form table input.zip {
  width: 50px;
}

#contact_form .message, #order_form .message {
  padding: 7px 0 7px 15px;
}

#order_form .interested {
  padding: 7px 0 7px 60px;
}

#contact_form .radio, #order_form .radio {
  padding: 5px 0 0 110px;
}

#contact_form .radio label, #order_form .radio label {
  display: inline;
  margin: 0 0 0 10px;
  line-height: 1em;
}

#contact_form textarea {
 width: 350px;
}

#potential_member_form textarea, #order_form textarea {
	width: 400px;
	margin: 0 0 15px 20px;
}

.internal #content #contact_form .buttons {
  border-right-width: 0;
  border-left-width: 0;
  border-color: #b1b1b1;
  background: #fff;
  padding: 8px;
}

#contact_form #errorExplanation {
  border: none;
  background: none;
  margin: 5px 0 0 0;
  padding-bottom: 0;
}

.internal #content #contact_form #errorExplanation h2,  #content #potential_member_form #errorExplanation h2, .internal #content #order_form #errorExplanation h2 {
  background: none;
  font-size: 14px;
  color: #900;
}

#potential_member_form fieldset, #order_form fieldset {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0 0.5em 1em;
}

#potential_member_form #errorExplanation, #order_form #errorExplanation {
	margin: 10px 0;
}

.internal #content #potential_member_form legend, #content #order_form legend, form legend {
	font: normal 1.6em/normal "Times New Roman", Times, serif;
font-weight: bold;
	line-height: 1.3em;
	padding: 10px 0 0;
}

#potential_member_form #organization_form, #order_form #organization_form {
  padding-top: 3px;
  font-weight: bold;
}

#potential_member_form textarea {
  margin: 10px 0 15px 20px;
}

#potential_member_form h3 {
  font-size: 16px;
  color: #888;
}

#membership-levels h3, #membership-levels table, #membership-levels p {
  margin-left: 12px;
}

#order_form th {
  width: 170px;
}

#membership-levels table {
  margin: 10px 50px;
  width: 300px;
}

#membership-levels h3 {
  font-weight: bold;
}

form #membership-levels table th, form #membership-levels table td {
  padding: 4px 20px;
  line-height: 1em;
  vertical-align: center;
}

#membership-levels th {
  text-align: left;
}

#membership-levels td {
  text-align: right;
}

#membership-levels th input {
  margin-top: -4px;
  position: relative
  top: 4px;
}

.internal #content p.sustaining {
  font-size: 11px;
  margin: 0 10px;
}

#content h2.order_publication {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #222;
	margin: 10px 25px 5px;
	padding: 10px 5px;
	background: #F4EEE5;
	border: 1px solid #E4D9C8;
}

#content h2.order_publication .price {
  display: block;
  margin: 8px;
  font-size: 13px;
}

#order_form .terms label {
  display: inline;
  padding: 0 2px 0 0;
}

#order_form .terms input {
  display: block;
  float: left;
  margin: 4px 5px 80px 0;
}

#registration_form dd label {
  display: inline;
  margin-left: 15px;
  position: relative;
  top: -2px
}

#registration_form dd {
  margin: 7px 0 15px 10px;
}

#registration_form .vegetarian label {
	display: inline;
	padding: 0 0 0 3px;
}

.dropdown {
  background: #fff;
  white-space: normal;
}

ul.dropdown {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-top: none;
}

.content .dropdown li {
  padding: 2px 10px;
  margin: 0;
  font-size: 12px;
  background: none;
}

.dropdown li.selected {
	background-color: #ffb;
}

.dropdown .name {
  font-weight: bold;
}

.verify_option {
  margin: 0 20px 15px 20px;
  padding: 5px;
  background: #F4EEE5;
  border: 1px solid #E4D9C8;
}

#verify_options h3 {
  margin: 10px 0 10px 20px;
}

#verify_options h3 small {
  font-size: 11px;
  margin-left: 10px;
}

#content .verify_option h2 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

#content .verify_option h2 small {
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
}

#new_user_form .verify_option table {
  margin-bottom: 5px;
  width: 300px
}

p#access_code_info {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px 10px;
  line-height: 1.4em;
  text-align: center;
}

.login_form table {
	width: 300px;
	margin: 10px auto 0 auto;
}

.login_form th {
	vertical-align: top;
	padding: 7px 4px 7px 0;
	margin: 0;
	line-height: 1em;
	text-align: right;
	color: #222;
}

.login_form td {
	vertical-align: top;
}

.login_form #form-submit-button {
	margin: 0;
}

.login_form .forgot {
	font-size: 11px;
	padding: 1px 0;
}

.search_list ul {
	border: 1px solid #ccc;
	background: #fff;
	margin: 10px 10px 10px;
	padding: 5px 10px;
	list-style: none;
  overflow: auto;
  height: 295px;
}

.search_list ul li {
	font-size: 13px;
	padding: 5px 0;
	line-height: 1em;
	border-bottom: 1px solid #eee;
	color: #999;
	font-weight: bold;
}

.search_list ul li span {
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
	display: block;
	padding: 2px;
}

.search_list_search {
	font-weight: bold;
	display: inline;
}

#organization_list ul li.member span {
	color: #333;
}

#organization_list ul li.member {
	font-weight: bold;
}

#organization_list .not-a-member {
	float: right;
}

#new_user_form #organization_form .lbOn {
  margin-left: 5px;
  position: relative;
  top: 4px;
}

#address_popup form {
  font-size: 11px;
  margin: 5px 0 0 15px;
}

#i3_application_form th {
  width: 175px;
}

#i3_application_form table.essays th {
  text-align: left;
  width: 400px;
  line-height: 1.5em;
}

#i3_application_form table.essays textarea {
  width: 400px;
  height: 100px;
}

#i3_application_form table.essays input {
  width: 400px;
}

#content .comment-form form label.error {
  display: none !important;
}

#content .comment-form form input.error, #content .comment-form form textarea.error {
  border: 2px solid #900;
}