#info_box {
	float: right;
	border: 1px solid #292b68;
	width: 235px;
	margin-top: 5px;
	margin-right: 100px;
	padding: 2px;
	display: inline; /* Double margin bug. Needed for IE6. */
}

#info_title {
	background-color: #292b68;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
}

#info_picture {
	height: 240px;
	border: 1px solid #292b68;
	background-color: #e1b37e;
}

.picture_container_vert {
	margin: 9px auto;
	width: 165px;
	height: 220px;
	border: 1px solid #292b68;
	background-color: #000;
}

.picture_container_horiz {
	margin: 36px auto;
	width: 220px;
	height: 165px;
	border: 1px solid #292b68;
	background-color: #000;
}

#info_action {
	background-color: #7d0000;
	color: #fff;
	padding: 5px 10px;
	height: 1.8em;
}

.email {
	float: left;
}

.email a,
.email a:visited {
	display: block;
	background-image: url('../images/small-triangle_off.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #fff;
	padding-right: 18px;
}

.email a:hover {
	text-decoration: underline;
	background-image: url('../images/small-triangle_on.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.car {
	float: right;
}

.car a,
.car a:visited {
	display: block;
	color: #fff;
	background-image: url('../images/small-triangle_off.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 18px;
}

.car a:hover {
	text-decoration: underline;
	background-image: url('../images/small-triangle_on.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.names {
	font-style: italic;
	display: inline-block;
}

.names a {
	font-style: normal;
}

#mailbox {
	display: none;
/*	visibility: hidden;*/
	top: 305px;
	left: 418px;
	position: absolute;
	width: 227px;
	border: 2px solid #022a67;
	background-color: #DAE5F7;
	color: #000;
	padding: 2px 5px;
	font-weight: bold;
/*	opacity: 0.96;
	filter: alpha(opacity=96);*/
}

#emailTitle {
	border-bottom: 2px solid #022a67;
	background-color: #292b68;
	margin: -2px -5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #fff;
}

.email_submit {
	border-top: 2px solid #022a67;
	background-color: #7d0000;
	padding: 3px;
	margin: -2px -5px;
	padding-left: 0.5em;
}

.email_backLink {
	float: right;
	padding-right: 5px;
}

.email_backLink a,
.email_backLink a:visited {
	font-size: 0.95em;
	color: #fdcb26;
}

.email_backLink a:hover {
	color: #fff;
}

.email_send_top {
	color: #fdcb26;
	text-align: center;
	border: 1px solid #fdcb26;
	background-color: #003d58;
}

.abuse_warning {
	color: #cf0000;
	border: 1px solid #cf0000;
	background-color: #fff;
	margin: 8px 4px;
	padding: 3px;
	font-weight: bold;
}

input.blueinput, textarea.blueinput, select.blueinput {
	background: #f4f4f4;
	border: 1px solid #006595;
	padding: 2px;
	font-size: 11px;
	font-family: "Trebuchet MS", "Gill Sans", Verdana, Tahoma, sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}

input.blueinput:focus, textarea.blueinput:focus, select.blueinput:focus {
	border: 1px solid #019201;
	background-color: #DAFEDA;
}

#ajax_error {
	display: none;
	position: absolute;
	top: 305px;
	left: 418px;
	width: 227px;
	border: 2px solid #7d0000;
	background-color: #292b68;
	color: #fff;
	padding: 2px 5px;
}

#ajax_success {
	display: none;
	position: absolute;
	top: 305px;
	left: 418px;
	width: 227px;
	border: 2px solid #7d0000;
	background-color: #292b68;
	color: #fff;
	padding: 2px 5px;
}

div#ajax_error a, div#ajax_success a {
	color: #ffc800;
	text-decoration: none;
}

div#ajax_error a:hover, div#ajax_success a:hover {
	text-decoration: underline;
}

#nabm {
	margin-top: 10px;
	font-style: italic;
	color: #7d0000;
}