@charset "UTF-8";
/* CSS Document 
---------- CONTACT FORM STYLING ----------------
*/


@font-face {
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

form {
	width:100%;
	margin:0 auto;
	padding: 0 16px 16px 16px;
	/*background-color: #fff;*/
	}

table #contact-table {
	width:100%;
	border:1px;
/*
	cellspacing:10px;
	cellpadding:5px;
*/
	}

label {
/*	display:block;*/
	margin-top:15px;
	font-weight: 500;
	width: 100%;
	display:none;
}

input {
	padding: 16px 8px 32px 8px;
	margin-bottom: 16px;
}
textarea {
	padding: 16px 8px 32px 8px;
}
input, textarea {
	width:100%;
	background:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:20px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	}
input.button {
	padding: 8px 16px;
}
input:focus, textarea:focus {
	border:1px solid #97d6eb;
	}

input {height: 27px;}
textarea {height:100px;} 

#submit {
	background-color:#F7931D;
	width:227px;
	height:38px;
	border:1px solid #ababab;
	border-bottom-color:#606060;
	margin-top:20px;
	cursor:pointer;
	}

#submit:hover {
	opacity:0.9;
	color:#606060;
	}
