@charset "utf-8";
/* CSS Document */
#main {margin:15px 25px;}
#main h2 {font-weight:bold;}
#main table{margin:30px 20px;}
#main table tr{margin:4px 0;}
#main table td{padding-right:15px;}
#main tr td:first-child{text-align:right;}
#main input {border:1px solid #7e9eb7;width:197px;height:20px;}
#main button[type="button"] {
	width:95px;
	height:20px;
	line-height:20px;
	background:#f3f4ee;
	border-color:#7e9eb7;
	margin:0 5px;
	}
#main button[type="submit"] {
	background:url(/img/regsubmit.jpg);
	width:77px;
	height:23px;
	border:none;
	margin-top:10px;
	}
#main span {color:#909090;}
button:hover{cursor:pointer;}