.comment form
{
	clear: both;
	border-top: 2px solid #0093e3;
	border-bottom: 2px solid #0093e3;
	background-image: url(/gfx/icons/silk/user.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #EEEEFF;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	text-align: left;
}

.commenttable p
{
	clear: both;
	border-top: 2px solid #0093e3;
	border-bottom: 2px solid #0093e3;
	background-image: url(/gfx/icons/silk/comment.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #EEEEFF;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	text-align: left;
}

.comment input
{
	float:right;
	width: 500px;
}

.comment input.half
{
	float:right;
	width: 173px;
}

.comment input.half2
{
	display:none;
}



.comment input#submit
{
	margin-top: 5px;
	width: 100px;
	clear:both;
} 

.comment textarea
{
	float:right;
	width: 500px;
}

.comment p.url
{
	float:right; 
	width: 150px; 
	text-align: center;	
}

.comment p.break
{
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.commenttable input
{
	float: right;
	border: 1px solid red;
}
