.caution {
    color: #e05a5a;
}
.registrations {
	width: 770px;
	margin: 20px auto;
	padding: 20px;
	background-color: #ffffff;
}
#top .registrations h1,
.registrations h1 {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}
.registrations p.description {
	margin-bottom: 20px;
	text-align: center;
}
.registrations span.title {
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}
.registrations input.email {
	border: 1px solid #000000;
	color: #000000;
	margin: 0;
	vertical-align: middle;
    display: inline-block;
	border-radius: 0;
	width: 500px;
	font-size:14px;
	letter-spacing: 0.5px;
	height: 21px;
	padding: 3px;
}
.registrations input.email.errorText {
	background-color: rgba(224,90,90,0.1);
}
.registrations p.errorText {
	margin-top: 10px;
}
.registrations p.errorText span {
	display: inline-block;
}
.registrations p.errorText a {
	text-decoration: underline;
}
.registrations .greenButton {
    width: 200px;
    display: block;
    margin: 20px auto;
    background-color: #1abc9c;
    border: 1px solid #1abc9c;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.registrations .greenButton:hover {
	opacity: 0.8;
}

@media screen and (max-width:670px){
	.registrations {
		width: 95%;
		padding: 10px 2.5%;
	}
	.registrations input.email {
		width: 95%;
		font-size: 14px;
		letter-spacing: .5px;
	}
}