@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
}
#clear {
	clear: both;
}



h2 {
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact {padding: 80px 0px 40px;}
.contact-form input, textarea, select {
	width: 90%;
	height: 45px;
	border: 1px solid #999;
	padding: 0px 15px;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: none;
	color: #CCC;
}
.contact-form form {padding-top: 10px;}
.contact-form textarea {height: 120px; padding-top: 10px;}
.contact-form input[type="submit"] {
	width: 120px;
	color: #fff;
	text-align: center;
	border: 0px none;
	background-color: #575756;
}

.contact-form input[type="submit"]:hover {background: #999;}