/* CSS Document */

/* comment div (left menu)*/
div.comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	font-style: normal;
	line-height: normal;
	position: absolute;
	width: 100px;
	top: 300px;
	left:5px;
	visibility: hidden;
	background-image:  url("../img/menu/comment.gif");
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-right: 120px;
	padding-top:15px;
	padding-bottom:15px;
	/*filter:alpha(opacity=50);
   -moz-opacity:0.50;
	opacity: 0.50;*/
}