﻿body {
}

.centertexttitle
{
    text-align:center;
    font-size: 100%;
	
}

.pagination
{
	text-align:right;
	margin:5px;
}

.commpaneltop
{
	background:url(../images/comments/panel_top.png) no-repeat;
	width: 720px;
	height: 17px;
}

/*.curvedpanelmid
{
	background:url(../images/curvedpanel_mid.png) repeat-y;
	width: 556px;
	padding-left:15px;
	padding-right:10px;
}*/
.commpanelmid
{
	background:url(../images/comments/panel_mid.png) repeat-y;
	width: 685px;
	padding-left:15px;
	padding-right:20px;
	text-align:justify;
	margin-right: 20px;
}

.commpanelbot
{
	/*float: left;*/
	background:url(../images/comments/panel_bot.png) no-repeat;
	width: 720px;
	height: 25px;
}

.commentdate
{
    float: right;
    color: #db8600;
    float: right;
}

.postedby
{
    float: left;
	font-size: 150%;
	color:#FFF;
	padding-top: 10px;
	margin-left: 0px;
	text-align: left;
	width: 300px;
}

.commenttext
{
    float: left;
    width: 690px;
}

#commentform
{
    margin-top: 10px;
}


#commentform ul li
{
    float: left;
    margin-top: 10px;
}

.commentlabel
{
    width: 120px;
    float: left;
    color: #fff;
    font-size: 13px;
}

.commentbox
{
    width: 170px;
    background-color: #000;
    color: #fff;
}

#NameBox
{
    width: 400px;
    float: left;
}

#CommentBox
{
    width: 500px;
    float: left;
}

#EmailBox
{
    width: 400px;
    float: left;
}
