.inputTextArea
{
	width: 70%;
}


@media only screen and (max-width : 628px) 
{
	.inputTextArea
	{
		width: 100%;
	}
	
}
	