body {
	font-family:'Helvetica', 'Arial', sans-serif;
	font-size:10pt;            
}
a {
	color: #94a752;
	text-decoration:none;
}
a:hover {
	color:#ec9521;
	text-decoration:underline;
}
a:active {
	outline: none;
}
.clear {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	font-size:0;
}
#betaEntryPage {
	margin:37px 0 0 0;
}
#betaEntryPage .header h1 {
	margin:0 auto;
	text-align:center;
	background-image:url('/images/mightyverse_logo.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	width:376px;
	height:0;
	padding-top:95px;
	overflow:hidden;
}

#betaEntryPage .login_form {
   position: relative;
   margin: 40px auto;
   width: 320px;
}

#betaEntryPage .login_controls {
margin-left:200px;
margin-top:4px;
}

#betaEntryPage .body p {
	width:450px;
	margin:70px auto;
	text-align:center;
	color:#646464;
	line-height:160%;
}

#betaEntryPage .footer {
	margin-top:20px;
}

#betaEntryPage .footer p {
	text-align:center;
	color:#646464;
}

/*
 * modal dialog
 */
#modal_container {
  padding:5px;
  background-color:#fff;
  border:1px solid #666;
  overflow:auto;
  font-size:12px;
  color:#333;
  text-align:left;
}
#modal_overlay {
  background-color:#000;
}
#lostPasswordForm {
	visibility:hidden;
}
