#tab-two .text-area, #tab-two textarea{
	font-size: 16px;
	padding: 12px;
	border: none;
	background-color: #f1f1f1;
	border: 1px solid #bbb;

}

#tab-two textarea{
	width: 80%;
	min-height: 80px;
}

 #tab-two textarea:focus{
 	outline: none;
 }
 
#tab-two .send-email{
	border-radius: 0px;
}

#tab-two .text-area{
	height: 19px;
	width: 260px;
	font-size: 16px;
	padding: 12px;
	background-color: #f1f1f1;
}

#thank-you-message{
	width: 100%;
	height: 300px;
	background-color: white;
	text-align: center;
	padding-top: 33px;

}