@charset "UTF-8";

.loginForm {
	margin:0 8px 8px 8px;
}

.loginForm table {
	border-collapse:collapse;
	margin:0 auto 8px auto;
	background-color:#ddDDdd;
	width:480px;
}
.loginForm table tbody tr th {
	white-space:nowrap;
	text-align:right;
	text-weight:bold;
	padding:8px 2px 0 8px;
}
.loginForm table tbody tr td {
	padding:8px 8px 0 2px;
}
.loginForm table tbody tr.notes td {
	padding:0 8px 0 2px;
	font-size:80%;
}

/*
.loginForm table tfoot tr td {
	text-align:center;
}
*/

.loginForm h4,
.loginForm .title {
	font-weight:bold;
	font-size:120%;
	margin-bottom:8px;
	color:#cc0000;
}

.loginForm table tr.submit td {
	padding:4px 0 0 0;
	text-align:center;
	margin-bottom:8px;
}

.loginForm table thead th {
	background:transparent url(/image/box_lt.gif) no-repeat scroll top left;
	padding:0;
}
.loginForm table thead th span {
	background:transparent url(/image/box_rt.gif) no-repeat scroll top right;
	height:8px;
	display:block;
}
.loginForm table tfoot th {
	background:transparent url(/image/box_lb.gif) no-repeat scroll bottom left;
	padding:0;
}
.loginForm table tfoot th span {
	background:transparent url(/image/box_rb.gif) no-repeat scroll bottom right;
	height:8px;
	display:block;
}

.loginForm div.description {
	margin-bottom:4px;
}

