
label {display:none } 
#contact form {
	padding: 0;
	margin: 0;
	display:table;
	width:100%;max-width:400px;
}
#contact table {
	 width:100%; max-width:350px;
}
tr, td, input, textarea {
	margin: 0;
	padding: 0;
}
#contact td {
	
}
#contact tr td:first-child {
	padding-right:0;
	padding-top: 10px;
	
	vertical-align: top;
}
#contact .error[generated=true] {
	color: #F15A24 ;
	font-size: 15px;
	padding: 5px 0 2px 5px;
	font-family: "Arimo",sans-serif,Arial,"Helvetica Neue",Helvetica,sans-serif;
}
#contact tr.error td {
	padding: 0;
}
#contact input, textarea {
	background: transparent;
	border:2px solid #F15A24 ;
	font: inherit;
	font-size: 24px;
	line-height: 29px;
	min-height: 30px;
	padding: 5px 2%;
	width: 100%;
	color:#F15A24 ;
	font-weight:bold;
	font-family: "Amatic SC",cursive,"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
#contact input:focus, textarea:focus {
	border: 2px solid #139373 ; color: #139373 ;
	outline: none;
}
#contact textarea {
	height: 130px;
	resize: vertical;
}
#contact input[type=submit] {
	background: #F15A24;
	color: #FFF !important;
	font: inherit;
	padding:  10px;
	width: auto;
	border:none;
	font-weight:bold;
	font-size: 30px;
	font-family: "Amatic SC",cursive,"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif; cursor:pointer;
	width:60%;
	float:right;
	margin-right: -20px;text-transform: uppercase;
	-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
#response {
	margin-bottom: 20px;
	display: block;
    font-family: "Amatic SC",cursive;
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0;
    text-decoration: none;color:#F15A24 ;
}
#response .success {
	color: #08a300;
	
}
#response .failure {
	color: #dc0000;
}
