body {
	margin: 5px;
	background-color: #a3bcdc;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, p {
	margin: 0 0 10px 0;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

table {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	background: #f5f5f5;
}

table tr {
	background: #f5f5f5;
}

table tr td {
	padding: 3px;
	margin: 0;
	border-right: 1px solid #a3bcdc;
	border-bottom: 1px solid #a3bcdc;
}

table tr td.req span {
	color: #990000;
}

table tr td.submit {
	padding: 10px;
	text-align: center;
	border: none;
}

table table tr {
	background: #e5e5e5;
}

table table tr th {
	font-size: 12px;
	padding: 5px 3px;
	text-align: left;
	border: 1px solid #f5f5f5;
}

table table tr th.class_time {
	width: 150px;
}

table table tr td {
	border: 1px solid #f5f5f5;
	font-size: 10px;
}

table table tr td.pass_name {
	width: 225px;
}

table table tr td input {
	vertical-align: middle;
}

table h3.title {
	margin: 10px 0 5px 0;
}

table p.intro {
	font-size: 11px;
}

table p.outro {
	font-size: 11px;
	margin: 0 0 5px 0;
}

#wrapper {
	width: 656px;
	margin: 0 auto;
}

#header_logo {
	height: 75px;
	background: url(../images/public/header_logo_en.gif) no-repeat;
}

#header_logo span {
	display: none;
}

#footer {
	text-align: center;
	font-size: 9px;
}