h1, h2, h3 {
	font-family: "Lucida Sans",Verdana, Helvetica, sans-serif;
	color: #c40000;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0 0 7px 0;
}

h2, h2 a  {
	font-size: 18px !important;
	color: #c40000 !important;
	font-weight: bold !important;
	font-family: "Lucida Sans",Verdana, Helvetica, sans-serif !important;
}

h3, h3 a {
	font-size: 14px;
	color: #c40000;
	font-weight: bold;
}

#signup-name {
	padding: 20px 0 0 16px;
	font-weight: bold;
	color: #fff;
}

#signup-email {
	padding: 8px 0 0 16px;
	font-weight: bold;
	color: #fff;
}

#signup-name input {
	margin-top: 3px;
	width: 155px;
}

#signup-email input {
	margin-top: 3px;
	width: 230px;
}

#signup-rules {
	font-size: 10px;
	color: #fff;
	padding: 16px 6px;
	text-align: center;
}

#signup-rules a {
	color: #fff;
}


#dhtmltooltip{
	position: absolute;
	text-align: justify;
	line-height: 1.5em;
	left: -300px;
	width: 320px;
	border: 3px solid #c40000;
	padding: 8px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.page3-entries {
	font-family: "Lucida Sans",Verdana, Helvetica, sans-serif;
	color: #c40000;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.page3-top {
	background-image: url(../images/contest/page3-top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 28px;
}


.page3-bottom {
	background-image: url(../images/contest/page3-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 10px 10px 10px;
	width: 251px;
	height: 280px;
}

.page3-bottom h2 {
	text-align: center;
}