﻿#ShowThread {
	text-align: left;
	width: 780px;
	font-size: 12px;
	margin-top: 0;
}

#ShowThread li {
	margin-top: 0;
}

#CommentTitle {
	height: 18px;
	line-height: 18px;
	margin: auto;
	padding-left: 5px;
	color: white;
	background-color: #616161;
}

#MessageBox {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dashed #CCCCCC;
	text-align: left;
	font-size: 12px;
}

#MessageBox #nickname {
	width: 130px;
}

#MessageBox #code {
	width: 50px;
}

#MessageBox #insertCode {
	display: none;
	margin-top: 8px;
}

#nickname, #code {
	height: 20px;
	line-height: 18px;
	padding: 3px 2px  0 2px;
}

#MessageBox textarea {
	height: 180px;
	width: 776px;
	margin-top: 5px;
	padding: 2px;
	overflow-y: auto;
}

#MessageBox input, #MessageBox textarea {
	border: #DCDCDC solid 1px;
}

#MessageBox, #nickname, #code, #postText, #reloadImg, #Submit input {
	color: #606060;
}

#Submit {
	display: block;
	margin-top: 10px;
}

#Submit input {
	font-size: 12px;
	width: 55px;
	height: 20px;
	line-height: 18px;
	padding: 2px 0;
	background-color: #EDECEC;
	border: #DCDCDC solid 1px;
}

.ShowMessage {
	font-size: 12px;
	width: 100%;
	padding: 5px 0;
	background-color: white;
	color: black;
}

.ShowMessage #ShowForm {
	border-top: none !important;
}


#UserMessage {
	margin: 0 3px;
	width: 100%;
	height: 25px;
	text-align: left;
	margin-top: 10px;
	padding-top: 4px;
	color: #165e5b;
	padding-left: 20px;
	font-weight: bold;
	background-color: #83b3b5;
	border: 1px solid #83b3b5;
}

.tiptop {
	background-color: #E9E3D5;
	height: 18px;
	line-height: 18px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.MessageAuthor {
	color: #555453;
	float: left;
}

.MessageAuthor span {
	font-weight: bold;
}

.MessageTime {
	float: right;
	font-size: 11px;
	font-family: Georgia;
}

.QuotoText {
	clear: both;
	margin-top: 5px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.Message {
	clear: both;
	text-align: justify;
	text-justify: inter-ideograph;
}

.Message p{
	margin: 8px 0 5px 0;
}

q {
	clear: both;
	display: block;
	padding: 4px 5px 0 5px;
	border: 1px solid #E9E3D5;
	margin-top: 2px;
	quotes: "" "";
}

q p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.Reply {
	text-align: left;
}

.Reply a:link, .Reply a:visited  {
	color: black;
}

.CurrentPageNum {
	color: red!important;
}
