/* Contact form */

#contact-us { margin-top: 1.67em }

#contact-us #info-box {
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	padding: 0.83em;
	margin-bottom: 0.83em;
}

#contact-us .personal-info .icon { top: -1px; }

#contact-us ul { margin: 0; }

#contact-us ul li {
	display: inline;
	margin-bottom: 0.42em;
}

#contact-us ul li.hidden {
	display:none;
	text-indent:-9999px;
}

#contact-us input { padding: 4px 0 4px 0; }

#contact-us input {
	text-indent: 0.42em;
	margin-right: 0.83em;
}

#contact-us input#contact_us_email { margin-right: 0; }

#contact-us input:focus,
#contact-us textarea:focus {
	background: #f5fee2;
}

#contact-us label.error { color: #ff6600; }

#contact-us input.error,
#contact-us select.error,
#contact-us textarea.error {
	background: #ffe7c9;
}

#contact-us input.full-input { width: 299px; }

#contact-us input.medium-input { width: 216px; }

#contact-us select.full-select { width: 305px; }

#contact-us textarea {
	width: 616px;
	height: 112px;
}

#contact-us input.micro-button { margin: 10px 14px 0 0; }

#contact-us label {
	color: #006699;
	font-size: 1.17em;
	display: block;
	font-weight: bold;
}

#contact-us label span.optional {
	font-weight: normal;
	color: #ccc;
}

#contact-us span.clue {
	display: inline-block;
	margin: 0.25em 0 0 0.50em;
}

#contact-us span.clue a { cursor: help !important; }

#contact-us input#send-message {
	width: 151px;
	height: 32px;
	margin: 0;
	cursor: pointer;
	float: right;
	clear: both;
	display: block;
	border: none;
	padding: 0;
	background: url(../../images/sign_up_button.png) no-repeat;
}

#contact-us li.clear-float {
	width: 0;
	height: 0;
	clear: both;
	margin: 0 !important;
	display: block;
	float: none;
	line-height: 0;
}

/* Contact information */

#contact-information { margin-top: 1.42em; }

#contact-information .detail-box {
	border: none;
	background: #f1f7fb;
	color: #637580;
	border: 1px solid #ddedf5;
	margin-bottom: 0;
}

#contact-information .detail-box h2 {
	font-weight: bold;
	margin: 0 0 0.71em 0;
	font-size: 1.17em;
}

#contact-information .detail-box p {
	padding-bottom: 0.36em;
	border-bottom: 1px solid #ddedf5;
}

#contact-information .detail-box p a { line-height: 2.5em; }

#contact-information address { font-style: normal; }

/* Contact form error */

html>body .highlight { min-height: 38px; }

.highlight {
	width: 940px;
	line-height: 3.6em;
	text-indent: 10px;
	margin-top: 1.50em;
}

.highlight p {
	font-weight: bold;
	font-size: 1.17em;
	margin-bottom: 0;
}