.form-horizontal textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 250px;
	min-height: 100px;	
	background: #efefef;
	border-radius: 0px;
}
.form-horizontal input:not(.btn){
	background: #efefef;
	border-radius: 0px;
}