html, body, wrap {
	height: 550px;	
	background: #A92D30;	
}
label {
	display: block!important;
	color: #fff!important;	
}
input[type=text] {
	width: 100%!important;	
	height: 34px;
	border: 0 none!important;
	color: #000;
}
textarea {
	width: 100%!important;	
	height: 200px;
	border: 0 none!important;
	color: #000;
}

input[type=submit] {
	width: 100px!important;	
	background: #fff;
	color: #A92D30;
	border: 0 none;
	height: 34px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}

#section5 .container {
	padding-top: 20px!important;
}
.popuph1 {
	color: #fff;
	font-size: 25px;
	display: block;
	text-align: center;
	margin-top: 100px;	
	line-height: 1.5em;
}
