/*#title {
	font-weight: normal;
	font-size: 18px;
	line-height: 2em;
	margin: 20px auto;
	background-color: #ffffcc;
	border: solid 2px #B8860B;
}
*/
#person {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	margin: 10px auto;
}
/*
#movie {
	width: 720px;
	height: auto;
	margin-bottom: 30px;
}
#counter {
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
}
#counter span {
	color: blue;
}
#btn-close {
	margin-bottom: 15px;
	width: 60px;
	height: 1.5em;
	border: solid 1px #008040;
	background-color: #dfdbb9;
}
.hline {
	background-color: #663307;
	height: 5px;
}

#documents {
	width: 70%;
	margin-bottom: 20px;
}
#documents th {
	border: solid 1px #333;
}
#documents td {
	text-align: center;
	line-height: 2em;
}
.btn {
	font-size: 8px;
	color: #00f;
	padding: 3px 3px 2px 3px;
	border: solid 1px #000;
	background-color: #ccc;
	text-align: center;
	display: inline;
	margin: 0 5px;
	vertical-align: middle;
}
.va-middle {
	vertical-align: middle;
}
*/