/* CSS Document */

.signUp{
	background:#fff;
	margin-top:20px;
}
.signUp dl{
	padding:0px 10px;
	line-height:22px;
}
.signUp_table{
	background:url(../images/table_bg.gif) no-repeat;
	width:896px;
	height:332px;
}

.signUp_table td{
	padding-top:1px;
	padding-left:1px;
	font-weight:600;
}
.signUp_table input{
	border:0px;
	margin:0px;
	border:0px;
	height:22px;
	line-height:22px;

}
.name{
	width:100px;
}
.code{
	width:200px;
}
.school{
	width:210px;
}
.phone{
	width:230px;
}

.butDiv{
	text-align:center;
	padding:10px 0px;
}
.but{
	background:url(../images/but.gif);
	width:85px;
	height:25px;
	line-height:25px;
	border:none;
	margin:10px;
}
