
#in-editor-toolbar
{
	position:fixed;
	top:50%;
	right:30px;
	background:#fff;
	padding:10px;
}

.show_comments
{
	width:50px;
	height:50px;
}

.comment-outer:hover
{
	
	z-index:1000000!important;
}

.comment-outer
{
	background: url('./images/comment_arrow_down.png') no-repeat bottom left;
	position:absolute;
	bottom:100%;
	left:10%;
	z-index:10000;
	padding:10px;
	color:#333;
	width:250px;
	height:auto;
	padding-left:32px;
	
}



.comment-inner
{
	position:relative;
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	
	-moz-box-shadow: #555 3px 3px 10px;

}