@charset "utf-8"; 

* {
	margin: 0;
	padding: 0;
	font-size: 12px
}

a {
	color: #333;
	text-decoration: none;
	font-size: 12px
}

a:hover {
	position: relative;
	color: #f90
}

ul,ul li {
	padding: 0;
	margin: 0;
	list-style: none
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #edf8fc
}

.main {
	height: 480px;
	width: 780px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: -250px
}

.top {
	height: 59px;
	float: left;
	width: 780px
}

.top .logo {
	padding-left: 15px;
	height: 59px;
	width: 440px;
	background: url(defaultbg/logo2.png) no-repeat center;
	float: left
}

.top .tip {
	float: right;
	padding-right: 20px;
	padding-top: 20px
}

.top .tip ul li {
	float: left;
	padding: 0 10px;
	background: url(defaultbg/line.gif) right no-repeat;
	color: #666
}

.content {
	width: 780px;
	height: 402px;
	background: url(defaultbg/formbg.png) center no-repeat;
	float: left
}

.content h2 {
	color: #a5046e;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	float: left;
	width: 100%
}

.content .form {
	float: left;
	width: 100%
}

.content .form .formlist {
	width: 260px;
	margin-left: 230px
}

.formlist td {
	height: 35px
}

.formlist .tit {
	text-align: right
}

.formlist .ipt input {
	border: 1px solid #333;
	height: 20px
}

.formlist .butn {
	margin: 5px 10px
}

.formlist .ipt ul li {
	float: left;
	padding: 0 0 0 5px;
	line-height: 28px
}

.formlist .yzm {
	width: 50px
}

.roleselect {
	width: 100%;
	float: left;
	padding-top: 40px
}

.roleselect .student {
	background: url(defaultbg/line1.gif) right no-repeat
}

.roleselect .student,.roleselect .admin {
	float: left;
	width: 49.9%
}

.roleselect .student ul li,.roleselect .admin ul li {
	text-align: center;
	padding: 10px 0
}

.tix {
	height: 100px;
	width: 100%;
	float: left;
	padding-top: 20px
}

.tix ul {
	border-top: #d3ecfc 1px solid;
	width: 80%;
	margin: auto;
	padding-top: 20px
}

.tix ul li {
	line-height: 20px
}

.tix ul li .title {
	font-weight: bold;
	color: #004777
}

.footer {
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	margin-left: 150px
}

.footer ul li {
	float: left;
	padding: 0 5px;
	background: url(defaultbg/line.gif) right no-repeat;
	color: #666
}