.alert_error{
	color: #b94047;
	font-weight: bold;
}

.contact form#confirm_form dd {
	font-size: 13px;
}
.contact form#confirm_form .submitBtn{
	display: inline-block;
	max-width: 200px;
}

.contact form#confirm_form a.submitBtn{
	line-height: 80px;
	background-color: #F00;
}

#complete h1{
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 2em;
}
#complete h1{
	text-align: center;
}
#complete p{
	text-align: center;
	font-weight: normal;
}
#complete p a{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
#complete .link a{
	display: block;
	width: 100%;
	background-color: #084f9b;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 30px 0;
	margin: 100px auto 0;
	max-width: 380px;
}

@media screen and (max-width: 600px) {
	
	.contact form#confirm_form .submitBtn{
		max-width: none;
	}
	
	.contact form#confirm_form button.submitBtn{
		margin-top: 10px;
	}
	
}