#preferences_form {
	background-color: #000;
	float: left;
	height: 15.5em;
	width: 29.8em;
	position: absolute;
	z-index: 5003;
	left: 21em;
	top: 4em;
}
.pref_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F69221;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
#login_form {
	background-color: #000;
	float: left;
	height: 15.5em;
	width: 29.8em;
	position: absolute;
	z-index: 5001;
	left: 21em;
	top: 4em;
}
.ActionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
#signup_form {
	background-color: black;
	height: 12em;
	width: 29.8em;
	position: absolute;
	top: 4em;
	left: 21em;
	z-index: 5000;
	padding-top: 2em;
	padding-bottom: 1em;
}
