@charset "utf-8";
/* CSS Document */
div.commentbox
{
width:100%;
padding:10px;
border:2px solid gray;
margin:0px;
border-radius:10px;
color:#000;
}
#username
{
	display:block;
	width:95%;
	margin-bottom:10px;	
}
#controlbutton
{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	width:95%;
	text-align:right;
}
.commenttext
{
	width:70%;
	border-radius:5px;
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.commenttextarea
{
	width:90%;
	border-radius:5px;
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
div.commentbox1
{
clear:both;
width:95%;
padding:10px;
border:2px solid gray;
margin : 5px 0;
border-radius:10px;
}
