@CHARSET "UTF-8";

#contact_us {
	height: 547px;
}

#contact_us hr {
	border: 0;
	border-top: 1px solid #eeeeee;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

#contact_us .text,textarea {
	width: 80%;
	padding: 5px;
	font-size: 13px;
	float: left;
}

#contact_us select {
	padding: 5px;
	margin: 0;
}

#email {
	padding: 10px;
	background-color: #e8e8e8;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}

#email a {
	color: #428bca;
	text-decoration: none;
}

#email a:hover {
	color: #2a6496;
}

#egg {
	position: inherit;
	width: max;
	font-size: 13px;
	line-height: 35px;
	margin-left: -250px;
	color: #cdcdcd;
	float: left;
}