	/* CSS Document */
	/* Set default values */
img, body, html, form, div, ul, ol, li, p, h1, h2, h3, a, input {margin:0; padding:0; border:none;font:11px Tahoma, Trebuchet ms, Verdana, san-serif; color:#fff;}
a:link {color:#fff;text-decoration:none;font-weight:bold;}
a:active {color:#fff;text-decoration:none;font-weight:bold;}
a:visited {color:#fff;text-decoration:none;font-weight:bold;}
a:hover{color:#fff;text-decoration:underline;font-weight:bold;}
body {width:100%; height:100%; background:url(checkerboard1.gif) black;}

.yellow_text{color:#ffff00;}

.bottom_link{color:#727272;}

.bottom_link a:link {color:#ffff00;text-decoration:none;font-weight:bold;}
.bottom_link a:active {color:#ffff00;text-decoration:none;font-weight:bold;}
.bottom_link a:visited {color:#ffff00;text-decoration:none;font-weight:bold;}
.bottom_link a:hover {color:#ffff00;text-decoration:none;font-weight:bold;}

.copyright{font-size:10px;}

.signup_input{
	background-color: transparent;
	border: 1px solid #ced000;
	height: 20px;
	font-weight: bold;
	color: White;
	text-align: center;
	font-size: 14px;
}
.login_input{
	background-color: transparent;
	border: 0px solid #ced000;
	height: 20px;
	font-weight: bold;
	color: White;
	text-align: center;
	font-size: 14px;
}
.signup_button{
	background-color: transparent;
	border: 1px solid #ced000;
	height: 18px;
	font-weight: bold;
	color: White;
	text-align: center;
	font-size: 12px;
}
