.dtemplate-content-title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	background-color: white;
}
.dtemplate-content-title img {
	vertical-align: middle;
	margin-right: 5px;
}
.clear-all {
	clear: both;
}
#wrapper {
	width: 600px;
}
#reserve-header {
	width: 100%;
	font-weight: bold;
	color: white;
	background-color: #b0b0b0;
	/*height: 28px;*/
	/*padding-top: 2px;*/
	padding: 2px 0;
	line-height: 23px;
	margin-bottom: 18px;
	text-align: right;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
table#reserve-table-list {
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	background: #FFF;
}
.reserve-title {
	font-weight: bold;
	color: white;
	background-color: #b0b0b0;
	height: 30px;
}
.topic-title {
	height: 30px;
}
.topic-title td {
	border-bottom: 1px solid #ccc;
}
/*.topic-title td a {
	float: left;
}*/
td.topic-col-hilight {
	background-color: #ededed;
}
.reserve-page-nav {
	font-weight: bold;
	background-color: #ededed;
	text-align: center;
}
.num {
	border: 1px solid #ccc;
	background-color: white;
	padding: 3px;
	margin: 0 2px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
table#new-topic {
	padding: 15px 0;
	color: #333;
	border: 1px solid #ccc;
	background-color: #ededed;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
table#new-topic img {
	vertical-align: middle;
}
table#new-topic input {
	margin-right: 5px;
}
.new-topic-name-element {
	text-align: right;
	font-weight: bold;
}
span.form-required {
	color: #cc0000;
}
table#topic {
	color: #333;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	background: #FFF;
}
.reserve-topic-name {
	text-align: center;
	background-color: #b0b0b0;
	color: white;
	padding: 0;
	margin: 0;
}
.reserve-topic-name h3 {
	margin: 0;
	padding: 4px;
}
.reserve-user-info {
	vertical-align: top;
	background-color: #ededed;
	font-size: 10px;
	text-align: center;
}
.reserve-user-info h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.reserve-topic-content {
	vertical-align: top;
}
.reserve-topic-info-1 {
	text-align: right;
	border-bottom: 1px solid #ccc;
	background-color: #ededed;
	font-size: 10px;
}
.reserve-topic-info-2 {
	text-align: right;
	border-top: 1px solid #ccc;
	font-size: 10px;
}
.reserve-topic-comment {
	text-align: right;
	background-color: #b0b0b0;
	color: white;
	padding: 5px;
	margin: 0;
}

.reserve-page-nav td {
	padding: 8px 0;
}