@charset "UTF-8";
/* CSS Document */


body {
	background-color: #222323;
	font-family: "Courier New", Courier, monospace;
}


a:link, a:visited {
	color: #be0218;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #be0218;
	text-decoration: underline;
	}	
	


.signupframe {
  border: 1px solid #5C4444;
  background: #50D7A6;
  color: #F486AB;
  font-family: "Courier New", Courier, monospace;
}

#SignUp {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


#logo {
	width: 500px;
	padding: 0px 70px 10px 70px;
}

#footer {
	font-size: 0.8em;
	text-align: center;
	color: #f3e5a6;
	width: 500px;
	padding: 3px;
}

#footer a {
	color: #FF00FF;
	font-weight: bold;
}

/* GENERAL COLOR AND FONT STYLES */

fieldset .text {
	font-size: 1,0em;
	color:#222;
	padding: 2px;
}

.f_group {
	padding-top: 10px;
	padding-bottom: 10px;
}

.f_line {
	display: block;
	width: 460px;
	border: 0px solid #006666;
	height: 40px;
}

.f_field {
	padding: 2px;
	float: left;
	height: 20px;
	vertical-align: bottom;
}

.f_field a:link, .f_field a:active, .f_field a:visited, .f_field a:hover {
	color: #be0218;
}
	

.f_field label {
	color: #572d26;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.f_field input {
	height: 15px;
	font-family: "Courier New", Courier, monospace;
	border: 1px #666 solid;
	float: left;
	padding: 2px;
	font-weight: bold;
	color: #5C4444;
	background-color: #cfccbc;
}

.f_field .tagline {
	font-size: 0.9em;
	line-height: 15px;
	vertical-align: bottom;
	color: #f3e5a6;
	font-weight: bold;
}

.f_rule {
	margin: 0px 0px 3px 0px;
	color: #efefef;
	border: 0px;
	border-bottom: dashed 1px #f3e5a6;
	width: 460px;
	
}

fieldset { 
	border: 2px solid #f3e5a6;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	background-color: #9a9784; 
	width: 460px;
	padding: 10px 20px 10px 20px;
}

fieldset legend {
	font-family: Georgia1, Georgia, serif;
	font-size: 2.0em;
	color: #f3e5a6;
	font-weight: bold;
}


/* Field Specific */

#f_firstname, #f_lastname {
	width: 120px;
}

#f_email {
	width: 200px;
}

#f_dob {
	width: 60px;
}

label.radio {
	padding-top: 3px;
	font-weight: normal;
}
