h2 {
	text-align: center;
	margin-bottom: 20px;
}
p.txt {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666;
	border-bottom-color: #666;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
table.detail {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 20px;
}
table.detail tbody tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 10px;
	width: 150px;
	text-align: center;
	background-color: #FFF;
}
table.detail tbody tr td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFF;
}
table.detail tbody tr td strong{
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
}
table.detail tbody tr td i{
	color: #F00;
	text-decoration: underline;
}
#action dt {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 18px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
