body {
	background:transparent url('../img/walk_bg.gif') no-repeat fixed bottom right;
}
#mainContent a {
	border-bottom:1px dashed #235160;
}
#mainContent a:hover {
	border-bottom:1px dashed #d44d51;
}
h2 {
	margin:2px 0;
}
#formOverlay {
	display:none;
	width:100%;
	height:100%;
	position:fixed; 
	top: 0px; 
	left: 0px;
	z-index:10;
}
#formOverlayBg {
	display:none;
	width:100%;
	height:100%;
	position:fixed; 
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80; 
	background-color:#000000; 
	top: 0px; 
	left: 0px;
	z-index:10;
}
#regForm {
	width:400px;
	background-color:#EEE;
	color:#333;
	position:relative;
	margin:65px auto;
	border-bottom:2px solid #111;
	border-right:3px solid #111;
	padding:25px;
}
.fText {
	width:200px;
}
#returnDisp {
	display:none;
	padding:10px;
	background-color:#FFF8C6;
	margin-top:20px;
	text-align:left;
}
#statusBar {
	background-color:#ABB;
	color:#ABB;
	display:inline;
	font-size:12px;
	line-height:12px;
	letter-spacing:12px;
}


