#forum-wrap {
 width: 575px;
}

#forum-wrap th {
 background: #FFF7E6;
 color: #835A49;
 border: 1px solid #E8DDD9;
 border-right: 0;
 font-size: 11px;
}

#forum-wrap td {
  border: 1px solid #E8DDD9;
  border-top: 0px;
  border-right: 0px;
}

#forum-wrap table {
 border-right: 1px solid #E8DDD9;
} 

.moreinfo {
 font-size: 11px; 
 color: #777; 
 text-align: center;
 line-height: 14px;
 width: 150px;
}

.forum-post {
 border-bottom: 1px solid #E8DDD9;
 margin-bottom: 6px;
 line-height: 16px;
}

.userinfo {
 width: 100px;
 padding-top: 10px;
 float: left;
 text-align: center;
 font-size: 11px;
}

.userinfo img {
 display: block;
}

.userinfo span {
 display: block;
 text-align: center;
 background: #E7E7E7;
 padding:2px;
 margin-bottom: 6px;
}

.userinfo a {
 text-decoration: none;
 color: #444;
} 

.post {
 float: right;
 width: 445px;
 padding: 6px;
}

label {font-weight: bold;}
			
#discussionWrap div
{
 float: left;
 height: 48px;
 padding-top: 8px;
 border-bottom: 1px solid #ECE3D7;
 overflow: hidden;
}

.discTitle
{
 width: 54%;
 font-size: 11px;
}

.discTitle a
{
 display: block;
 height: 48px;
 overflow: hidden;
}

.discReply
{
 width: 10%;
 text-align: center;
 font-size: 10px;
}

.discView
{
 width: 10%;
 text-align: center;
 font-size: 10px;
}

.discInfoH,
.discInfo
{
 width: 25%;
 text-align: center;
 font-size: 10px;
}

.discInfo
{
 height: 50px !important;
 padding-top: 6px !important;
 line-height: 12px;
}

.discInfo img
{
 margin: 1px 0 0 3px;
}

.discUserInfo
{
 float: left;
 width: 102px;
 margin: 2px 8px 2px 2px;
}

.discPostWrapper
{

 border: 1px solid #E8DDD9;
 margin-bottom: 6px;
}

#postMessage label
{
 float: left;
 width: 60px;
 font-weight: bold;
}

#postMessage .postTitle
{
 width: 450px;
 float: left;
 margin-bottom: 5px;
}

#postMessage .postMsg
{
 width: 450px;
 height: 120px;
 float: left;
 margin-bottom: 5px;
 overflow: auto;
}

#postMessage .postSubmit
{
 float: right;
 margin-right: 200px;
}

.quotedText
{
 padding: 4px 15px 4px 15px; 
 border: 1px dotted #DDDDDD; 
 margin: 6px 20px 6px 0px;
 color: #666;
 font-size: 11px;
}

