.myform h4{padding:10px;
 padding-top:20px;}
.myform input{ width:100%; height:45px; border-radius:5px;}
.myform textarea
{
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
  border-radius:5px;
}

.myform input[type=submit]:hover{
	background-color:#ef0085;
}

@media(max-width:550px)
{
	.myform {width:100%;}
	.myform input{width:100%;}
	.myform h4{font-size:12px;}
	
}