#myForm {
	padding: 30px;
	width: 500px;
	background: white;
	display: none;
}
#myForm input:not(#send-form),
#myForm textarea {
	background: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	/*max-width: 100%;*/
	width: 466px;
}
#myForm label {
	float: left;
	font-size: 20px;
	padding: 7px;
}
#send-form {
width: 230px;
font-size: 18px;
background: black;
color: white;
margin-right: 128px;
margin-top: 15px;
padding: 16px;
}
#shadow {
border-radius: 23px;
margin-bottom: 1em;
background: #ffffff;
background: -moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
padding: 0px 13px;
font-size: 16px;
color: #797979;
margin: 1em 0 0 0;
text-align: center;
height: 60px;
padding: 31px 13px 0px 13px;
}