.input_text{
	color:black; 
	border:0; 
	border-bottom:1px solid black;
	outline:none; 
	padding-left: 0;
}
.input_textarea{
	outline:none;
	height: 165px;
	border: 1px solid black;
	color:black;
}
.input_btn{
	background-color:#fff !important; 
	color:#000 !important; 
	margin-bottom:5px; 
	border: 1px solid black !important;
}