﻿/* POPUP COMMENT */

#comment-mask
{
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: Gray;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#popupComment
{
	position: absolute;
	top: 10px;
	left: 20px;
	overflow: hidden;
	z-index: 10001;
	display: none;
}
.popupCommentPost
{
	background-color: Transparent;
	display: block;
}
