#contact {
	padding:0px;
}
.input-80 {
	max-width: 100%;
	width: 100%;
}
#formResponse {
	font-weight: bold;
	background-color: #FCF8E3;
	border-radius: 5px;
	padding: 10px;
	color: #5C441B;
}
.formUnfilled {
	display: none;
}
label.error {
  color: red;
  padding: 2px 0;
  margin-top: 2px;
  margin-bottom: -10px;
}
.warning {
	color: red;
}
/* Manual Code  */

.control-group {}

.form-horizontal .control-label {
}
.form-horizontal .controls {
	margin-left: 0px;
}
input[type="text"]{
	padding:10px; margin-top:-15px;
	height: 45px;
	background-color: transparent;    
	background-color: rgba(255, 255, 255, 0.25);
	border-width: 1 !important;
}

input[type="email"]{
	padding:10px; margin-top:-15px;
	height: 45px;
	background-color: transparent;    
	background-color: rgba(255, 255, 255, 0.25);
	border-width: 1 !important;
}
select{
	padding:10px; margin-top:-15px;
	height: 45px;
	background-color: transparent;    
	background-color: rgba(255, 255, 255, 0.25);
	border-width: 1 !important;
}
textarea {
	padding:10px; margin-top:-10px;
	height: 120px;
	background-color: transparent;    
	background-color: rgba(255, 255, 255, 0.25);
	border-width: 1 !important;
}

button  {
	margin-top:10px;
	padding-bottom:50px;
	height: 55px;
	background-color: transparent;    
	background-color: rgba(255, 255, 255, 0.25);
	border-width: 1 !important;
}