form {
	display: none;
	z-index: 8888;
	position: fixed;
	height: 660px;
	border-radius: 5px;
	background: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
	width: 260px;
	padding: 25px;
	top:50%;
	left: 50%;
	margin: -350px 0 0 -150px;
}
form ul {
	padding: 0;
	list-style: none;
}
form h4 {
	margin: 0;
	color: rgb(249, 101, 34);
	font-size: 24px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
form p {
	color: rgb(105, 105, 105);
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
}
form ul li {
	font-size: 14px;
	margin-bottom: 5px;
}
form ul p {
	font-size: 13px;
	line-height: 20px;
	color: rgb(169, 169, 169);
}
form ul li input,
textarea {
	margin: 0 0 5px 0;
	padding: 3px 10px;
	height: 30px;
	width: 240px;
	line-height: 24px;
	border: 1px solid rgb(228, 228, 228);
	border-radius: 5px;
}
textarea {
	height: 100px;
}
#submit {
	background: linear-gradient(to bottom, #f29360 0%,#f76723 100%);
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	border: none;
	color: #fff;
	width: 260px;	
	margin-bottom: 25px;
	text-align: center;
}
form ul span {
	text-align: center;
	display: none;
	position: absolute;
	width: 260px;
	color: rgb(249, 101, 34);
}