table.tblist{
	width: 100%;
	background: #c2c2c2;
	border:medium none;
	border-collapse: separate;
	border-spacing: 1px;
}
table.tblist tr th,
table.tblist tr td{
	text-align: left;
	vertical-align: top;
	border: 1px solid #FFF;
	padding: 0.3em 0.6em;
}

table.tblist tr th{
	background: #5389b6;
	background: #539bb6;
	background: #98afc6;
	border: 1px solid #e8ebf4;
	font-weight: normal;
	color: #111;
}
table.tblist tr th span{
	font-size: 95%;
	color: #ee0000;
}
table.tblist tr td{
	background: #FFF;
}
table.tblist tr.sel td{
	background: #dfe8f0;
	background: #e6ecf3;
}
table.tblist tr th.head{
	color: #333;
	background: #8ccacb;
}
table.tblist tr.head th{
	background: #98afc6;
}
h4{
	clear: both;
	margin: 20px 0 10px 0;
	padding: 5px 5px 5px 10px;
	background: #f3f3f3;
	border-left: 5px #284180 solid;
	line-height: 30px;
	color: #111111;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
input[type=radio]{
	margin: 0 5px;
}
input[type=text],
input[type=password]{
	padding:5px;
	width:70%;
}
input[type=button],
input[type=submit]{
	padding: 5px 100px;
	letter-spacing: 0.1em;
}
textarea{
	width:90%;
}
a.btn_back{
	float: left;
	margin: 0 10px 0 160px;
	background:url(./images/btn_back.gif) no-repeat;
	width: 150px;
	height: 36px;
	text-indent: -9999px;
	display: block;
}
a.btn_back:hover{
	background:url(./images/btn_backon.gif) no-repeat;
}

.error + input[type=button],
.error + input[type=submit],
#display_student + input[type=submit],
#display_networking + input[type=submit],
#display_anq + input[type=submit],
input[type=submit].lastBtn{
	margin-top: 20px;
}

p.message{
	display: inline-block;
	margin: 5px auto;
	text-align: left;
}

p + label{
	display: inline-block;
	margin: 20px 0;
}
h4 + label{
	display: inline-block;
	margin: 10px 0 20px;
}

h5.costTitle{
	margin: 0 auto 10px;
	width: 300px;
	border-bottom: solid 3px #b8d8f9;
	line-height: 1.3em;
	font-size: 1.5em;
}
table.costTable{
	margin: 0 auto;
	font-size: 1.2em;
}
table.costTable{
	margin: 0 auto 10px;
}
table.costTable th,
table.costTable td{
	padding: 0 10px;
	text-align: right;
}
table.costTable th{
	color: #6c6c6c;;
	font-size: 0.9em;
	font-weight: normal;
}
table.costTable td{
	padding: 0 10px;
}
