.squeeze4-layout{
	padding: 0;
	color: #FFFFFF;
	width: 100%;
	font-size: 30px;
}
.squeeze4-layout h1{
	width: 100%;
	font-size: 55px;
	font-weight: bold;
	color: #FFF;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	background-color: #666666;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 2px 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px 2px #000;
	-ms-box-shadow: 2px 2px 2px 2px #000;
	-o-box-shadow: 2px 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px 2px #000;
}
.squeeze4-layout h5{
	width:95%;
	padding-left: 10px;
	padding-right: 4px;
	font-size: 40px;
	font-weight: bold;

	text-align: center;
}
.squeeze4-layout h2{
	width:100%;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	color: #039;
}
.squeeze4-layout h4{
	display: block;
	width:95%;
	padding: 20px;
	padding-top: 15px;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 2px 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px 2px #000;
	-ms-box-shadow: 2px 2px 2px 2px #000;
	-o-box-shadow: 2px 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px 2px #000;
}
.squeeze4-layout a{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.squeeze4-layout input {
	width: 95%;
	height: 75px;
	border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
}
#squeeze4{
	height: 75px;
	width:90%;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	background-color: #00CCFF;
	border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	box-shadow: 2px 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px 2px #000;
	-ms-box-shadow: 2px 2px 2px 2px #000;
	-o-box-shadow: 2px 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px 2px #000;
}
#squeeze4-submit {
	display: block;
	position:relative;
	top:  0px;
	width:  100%;
	font-size: 40px;
	font-weight: bold;
	background-color: transparent;
	border-color: transparent;
	color: #000;
	overflow: visible;
}
#form{
	width:100%;
	padding: 10px;
	background-color: #2084B2;
	border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
}
