@CHARSET "utf-8";


/* BEGIN FOOTER  (DONE!) */
#footer {
	color: white;
	height: 50px;
	background-color: black;
	float: left;
	width: 760px;
	display: block;
}

#footer table {
	width: 100%;
	font-size: 8pt;
	text-align: center;
	color: white;
	height: 50px; 
}

.ftrInput {
	height: 20px;
	border: none;
	width: 320px;
	color: #939598;
	text-align: center;
	background-color: #333333
}

#ftrArrow {
	background: black url('../images/greenarrowright.gif') no-repeat;
	background-position: center;
	width: 21px;
}

#ftrAccessTop {
	color: #70C142;
	font-size: 16px;
	font-weight: bold;
}

#ftrSignup {
	font-weight: bold;
	color: white;
}

#ftrGo {
	display: block;
	float:left;
	width: 35px;
	height: 35px;
	
}
#ftrGo a{
	margin-top: 10px;
	background: black url('../images/gobttnnohalo.png') no-repeat;
	width: 45px;
	height: 40px;
	font-size: 0;
	color:black;
	vertical-align: middle;
 }
/* END FOOTER */