/* CSS Document */
body{
	text-align:center;
}
div#all{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #000000;
	background-color:#DFEFF0;
	padding:20px;
	width:702px;
}
div#top_label{
	width:672px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #000000;
}
#app_label{
	display:block;
	font-size:13px;
	font-weight:normal;
	padding-bottom:5px;
}
div#submit{
	background-color:#747c7d;
	width:70px;
	margin-top:20px;
	margin-left:590px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	border:2px solid #000000;
	cursor:pointer;
}
.app_note{
	height:30px;
	vertical-align:bottom;
}
table{
	width:672px;
}
input{
	border:none;
	border:1px solid #8982aa;
}
input.line{
	width:474px;
}
input.number{
	width:25px;
}
th{
	height:60px;
	padding-bottom:6px;
	vertical-align:bottom; 
	text-align:left;
	font-size:12px;
}
td{
	text-align:right;
	padding:1px;
	white-space:pre;
}
table#study_table td.school_label{
	font-weight:bold;
	height:30px;
	vertical-align:bottom;
}
.td_left{
	width:190px;
}
table#study_table input{
	width:184px;
}
table#study_table input.line{
	width:477px;
}
table#lang_table td{
	white-space:normal;
}
table#lang_table select{
	width:157px;
}
table#courses_table td{
	white-space:normal;
}
table#courses_table select{
	width:157px;
}
.left_align{
	text-align:left;
}
table#charge_table{
	margin-top:40px;
}
#thanks{
	font-size:12px;
	text-align:center;
	width:672px;
	border:none;
}