#commentBox {
	font-size:12px;
	position:relative;
}
#commentBox #passworddialog {
	left:300px;
	top:100px;
	width:300px;
	height:100px;
	background-color:#eee;
	position:absolute;
	display:none;
	border-left:solid #f0f0f0 1px;
	border-left:solid #f0f0f0 1px;
	border-right:solid #000 1px;
	border-bottom:solid #000 1px;
}
#commentBox #passworddialog .titlebar {
	line-height:24px;
	background-color:#000;
	color:#fff;
}
#commentBox #passworddialog .passwordbox {
	padding:10px;
}
#commentBox textarea {
	font-size:12px;
}
#commentBox .commentlist {
	background-color:#f0f0f0;
	margin-bottom:10px;
	border:solid #aaa 1px;
	padding:10px;
}
#commentBox .commentlist .id {
	float:left;
	margin-right:10px;
}
#commentBox .commentlist .title {
	font-weight:bold;
	float:left;
}
#commentBox .commentlist .name {
	margin-left:5px;
	float:left;
}
#commentBox .commentlist .deleteButton {
	float:right;
	border:solid #000 1px;
	margin-left:10px;
	width:14px;
	text-align:center;
	text-decoration:none;
	color:#000;
	background-color:#fff;
}
#commentBox .commentlist .date {
	float:right;
}
#commentBox .commentlist .comment {

	margin:5px;
}
