#contact-index-left {
	float: left;
	margin-right: 2%;
	width: 49%;
}

#contact-index-right {
	float: left;
	width: 49%;
}

#contact-index-left select, #contact-index-right select {
	width: 100%;
}

#contact-index-submit {
	float: right;
}

#contact-help-left {
	float: left;
	margin-right: 2%;
	width: 73%;
}

#contact-help-right {
	float: left;
	width: 25%;
}

#contact-help-right-box {
	position: relative;
	height: 150px;
}

#contact-help-right-links {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
}

#contact-help-right-links div {
	margin-bottom: 10px;
}

#contact_form input[type="text"] {
	width: 400px;
}

#contact_form textarea {
	width: 400px;
	height: 100px;
}

#contact_form input.remaining-counter {
	width: 35px;
}

#contact-message-submit {
	text-align: right;
}

#contact-message-submit input {
	display: inline;
	margin-right: 0px;
}
