.boxcontent { color: black; }
.boxcontent:after {
  content: " ";
  clear: both;
  display: block;
}
.boxcontent hr {
    border: 0;
    color:#800;
    background:#800;
    height:1px;
/*    margin-top:0;
    margin-bottom:1.5em; */
}
.postb {
    background-color: #EA8;
    color: #800;
    font-weight: bold;
    border: 1px solid #800;
    padding: 0 5px;
    font-size: 10pt;
}
textarea { margin-bottom: -5px !important }
input[type="submit"] { padding: 1px 6px !important }
input[type="text"],
textarea,
#recaptcha_response_field {
    margin: 0px;
    margin-right: 2px;
    padding: 2px 4px 3px 4px;
    border: 1px solid #AAA;
    outline: none;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
}
input[type=text]:focus,
input[type=password]:focus,
input:not([type]):focus,
textarea:focus { border: 1px solid #ea8 !important }
span.name {
    color: #117743 !important;
    font-weight: bold !important;
}
span.postertrip {
    color: #117743 !important;
    font-weight: normal !important;
}

/* captcha */
#recaptcha_area .recaptchatable {background-color: transparent !important; border: none !important;}
#recaptcha_table .recaptcha_image_cell {
	background-color: transparent !important;
	padding: 0 !important;
}
#recaptcha_div {height: 107px; width: 442px;}
#recaptcha_challenge_field {width: 400px}

.recaptcha_input_area {
	padding: 0!important;
}
#recaptcha_table tr:first-child {
	height: auto!important;
}

#recaptcha_table tr:first-child > td:not(:first-child) {
	padding: 0 7px 0 7px!important;
}

#recaptcha_table tr:last-child td:last-child {
	padding-bottom: 0!important;
}

#recaptcha_table tr:last-child td:first-child {
	padding-left: 0!important;
}
#recaptcha_response_field {
	width: 292px !important;
	margin-right: 0px !important;
	font-size: 10pt !important;
	border: 1px solid #AAAAAA !important;
}
input:-moz-placeholder { color: gray !important; }
#recaptcha_image {
	border: 1px solid #aaa !important;
}
#recaptcha_table tr > td:last-child {
	display: none !important;
}
#captchaContainer {
  height: 81px;
  margin-bottom: 10px;
}
#captcha-table {
  margin-top: 10px;
  width: 100%;
}
#captcha-desc {
  vertical-align: top;
  width: 50%
}
#captcha-form {
  width: 368px;
}
#error {
  font-size: 1.5em;
  color: red;
  padding: 20px 0px;
  text-align: center;
}