@import url("../common/index.css");

table#info {
	margin-bottom:25px;
	width:600px;
}

table#info th,
table#info td {
	padding-left:5px;
	vertical-align:top;
	line-height:16px;
	text-align:left;
}

table#info th {
	font-family:"MS UI Gothic";
	background-color:#ddd;
}

table#info td {
	background-color:#eee;
}

table#info td.LM {
	padding-left:2em;
}

table#info td a:link,
table#info td a:visited {
	text-decoration: none;
}
table#info td a:active,
table#info td a:hover {
	color:#33f;
	text-decoration:underline;
}

table#info span {
	font-weight:normal;
}

form {
	margin:0 auto;
	text-align:center;
}

form button {
	margin:0 auto;
	text-align:center;
}

div#backpage {
	margin:15px 0 0;
	text-align:center;
}

div#backpage a {
	padding:0 15px;
}
