@charset "utf-8";
/* CSS Document */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #929292;
	text-decoration: none;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #929292;
	text-decoration: none;
}
.footerLink:hover {
	color: #eb0f46;
}
.footerCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.navFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.navFooter:hover {
	color: #eb0f46;
}

.textPink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eb0f46;
	text-decoration: none;
}




.bgContest {
	background-image: url(../images/contest_2.jpg);
	background-repeat: no-repeat;
}
.bgSignup {
	background-image: url(../images/signup.jpg);
	background-repeat: no-repeat;
}
.bgEmail {
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align:middle;
}
.bgEmailthankyou {
	background-image: url(../images/email_thankyou.jpg);
	background-repeat: no-repeat;
	background-position:center;
	vertical-align:middle;
}
.boxNoboarder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c3c4c6;
	border: 0px solid #86878a;
	background-color: #1F2227;
}

