body {

}

.container {

}

.input-80 {
	width: 98%;
}

#formResponse {
	font-weight: bold;
	margin-bottom: 24px;
}

.formUnfilled {
	display: none;
}

label.valid {
  width: 24px;
  height: 24px;
  background: url(../img/valid.png) center center no-repeat;
  display: none;
  padding: 10px;
}

label.error {
  color: red;
  padding: 2px 0;
  margin-top: 2px;
  margin-bottom: -10px;
}

.warning {
	color: red;
}



/* Manual Code  */
.form-horizontal .control-label {
	text-align: left;
}
.form-horizontal .controls {
}
input[type="text"]{
	height: 25px;
	width: 98%;
}
textarea {
	height: 120px;
	width: 98%;
}