body{
	background-color: black;
	color: white;
}
#form_frame {
	position: relative;
	top: 150px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 15px;
	padding: 15px;
	height: 150px;
	width: 300px;
	background-color:  #0099cc;
	color: white;
}
#form_frame_header{
	position: relative;
	text-align: center;
	height: 30px;
	margin: auto;
}
#name_container {
	width: 100%;
	position: relative;
	height: 30px;
}
#name_textbox {
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
#password_container {
	position: relative;
	height: 30px;
}
#password_textbox {
	position: absolute;
	width: 100%;
}
#login_button{
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
	background-color: #66ccff;
	text-align: center;
	margin: 0 auto;
}
#error_log_div{
	color: red;
}