/* Contact Us Form Redux */
/* Scott Walker */
/* 06.04.08 */

/* DID YOU KNOW TABLE */
#table10 {
	margin: 15px 0 20px 0;
}
.know {
	background: #ebebeb url(/i/contact/dykbox_bg.jpg) repeat-x top left;
	border: 1px solid #ccc;
	margin: 0;
	padding: 15px;
	width: 100%;
}

.know h2 {
	color: #009ee3;
	font: bold 16px Arial, sans-serif;
	margin: 0 0 5px 0;
}

.section1 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	width: 100%;
}

.section2 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	width: 100%;
}

.section3 {
	margin: 0 0 40px 0;
	width: 100%;
}

.input-box {
	border: 0px solid red;
	float: left;
	margin: 0 20px 20px 0;
	_margin: 0 5px 20px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
