@charset "utf-8";

/* text */
div#bodyMain div#contactForm h3 {
	padding-top: 21px;
}

/* form */
div#bodyMain input,
div#bodyMain textarea {
	border: solid 1px #333333;
}
div#bodyMain .noborder {
	border: none;
}

/* Layout */
div#bodyMain table {
	padding-left: 20px;
}
div#contactBody {
	width: 670px;
	/* width: 100%; */
	display: inline-table;
	padding-top: 10px;
}
div#contactLeft {
	float: left;
	width: 460px;
	padding-right: 30px;
}
div#contactRight {
	float: right;
	width: 180px;
}

/* float close */
div#contactBody {
	overflow: auto;
	overflow: visible;
}
div#contactBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* hides from ie-mac */
* html div#contactBody {
	height: 1%;
}
div#contactBody {
	display: block;
}
/* end hide from ie-mac */
