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

body {
	background-color:#999999;
}

#box
{
	width: 700px;
    padding: 2px, 2px, 2px, 2px;
	border: dashed 2px grey;
	background-color: white;
	margin: 0px, 5px, 5px, 5px;
}

.signup_table {
	padding: 2px 5px;
}
	
	
