@charset "utf-8";
/* CSS Document */

table#login {
	border: 1px solid #000000;
}
table#reg {
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #000000;
}
table#reg td   {
	padding: 4px 0px 4px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
}
.dark_gray {
	background-color: #EAEAEA;
}
.red {
	color: #990000;
}
.light_gray {
	color: #808080;
}

