@charset "utf-8";
/* CSS Document */

#cf {
	max-width: 500px;
	width: 100%;
	height: 550px;
	top: 0px;
	position: relative;
}

#cf form label {
	display: block;
	line-height: 30px;
}

#cf form input {
	max-width: 338px;
	width: 100%;
	height: 40px;
	display: block;
	border-radius: 0px;
	border: #E6E5E0 solid 1px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	color: #656565;
}

#cf form textarea {
	max-width: 900px;
	width: 100%;
	height: 128px;
	border-radius: 0px;
	border: #E6E5E0 solid 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	color: #656565;
	margin-bottom: 10px;
}

#cf form button {
	width: 135px;
	height: 40px;

	background: url(../images/mail.png) no-repeat scroll 25px 11px #716E8B;

	padding: 1px;
	padding-left: 20px;
	color: #FFF;
	position: relative;
	left: 0px;
	top: 10px;
	border: none;
	font-size: 14px;
	margin-bottom: 100px;
	transition: background 1s;
				-moz-transition: background 1s; /* Firefox 4 */
				-webkit-transition: background 1s; /* Safari and Chrome */
				-o-transition: background 1s; /* Opera */
	
}

#cf form button:hover {
	background: url(../images/mail.png) no-repeat scroll 25px 11px #4D4840;
	transition: background 1s;
				-moz-transition: background 1s; /* Firefox 4 */
				-webkit-transition: background 1s; /* Safari and Chrome */
				-o-transition: background 1s; /* Opera */
}

.contact_submit:before {
	font-size: 34px;
	content: "";
	font-family: "Entypo";
	position: absolute;
	color: #FFFFFF;
	margin: -15px 0 0 -23px;
}

@font-face {
	font-family: 'Entypo';
	src: url(entypo.woff);
}