#commentform {
	margin-bottom: 30px;
}

#commentform table {
	margin: 0 auto;
}

#commentform table textarea {
	resize: vertical;
	color:#7F7F7F;
}

#commentform table td {
	vertical-align: top;
}

#commentform table input[name="subject"] {
	color:#7F7F7F;
	width: 160px;
}

#commentform table input[name="name"] {
	color:#7F7F7F;
	width: 110px;
}

#commentform table input[name="website"] {
	width: 200px;
}

#commentform table input[name="password"] {
	width: 100px;
}

form#confirm td {
	border: 1px solid #AAAAAA;
	background-color: #FAFAFA;
}

form#confirm td.button {
	border: none;
	background-color: #FFFFFF;
}

form#confirm p {
	padding-right: 0em;
	color: #000000;
}

p.error {
	display: inline;
	font-size: 14px;
	color: red;
}

div.thread_wrapper {
	border: 1px solid #AAAAAA;
	margin-bottom: 30px;
	border-radius: 5px;
}

.thread_wrapper a{
	color: #0000FF;
}

.thread_wrapper p{
	padding-right: 1em;
	word-wrap:break-word;
	margin-left:20px;
	text-indent:0;
}

.thread p {
	margin-top:-0.1em;
}

span.subject {
	position:relative;
	top:-0.7em;
	left:1em;
	background: #FFFFFF;
}

div.response {
	border-top: 1px solid #AAAAAA;
}

p.checkbox { 
	display :inline;
	font-family:"Century";
	color: #7A7A7A;
	font-size:11px;
}

#index {
	width: 300px;
	margin: 0 0 0 auto;
	padding: 0px 5px;
}

#page_list li{
	display: inline;
	padding: 5px 10px;
}
