#dialog_container {
	position: fixed;
	_position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	text-align: left;	
	z-index: 8999;						
}
#dialog_container_2 {
	position: relative;
	width: 100%;
	height: 100%;
}
#dialog {
	background: url(../images/comment_box/dialog_top.png) no-repeat top left;
	position: absolute;
	z-index: 9000;
	width: 640px;
	padding: 10px 0 0 0;
	visibility: visible;
}
#dialog_frame {
	background: url(../images/comment_box/dialog.png) no-repeat bottom left;
	padding: 0 10px 10px;
}
#dialog_inner {
	width: 600px;
	padding: 9px;
	background: #f5f5f5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
#dialog .titlebar {
	line-height: 42px;
	height: 42px;
	padding: 0 10px;
	background: #8C8C8C url(../images/comment_box/titlebar.png) no-repeat top left;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.2em;
	cursor: move;
	position: relative;
}
.ui-draggable-disabled .titlebar {
	cursor: default !important;
}
#dialog .titlebar .close, #dialog .titlebar .min, #dialog .titlebar .max {							
	padding-top: 17px !important;
	height: 0;
	width: 16px;
	margin-top: 13px !important;	
	display: inline;
	float: left;						
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: 10;
}
#dialog .titlebar .close {
	background: url(../images/comment_box/close.png) no-repeat top left;
	margin-right: 12px;
}
#dialog .titlebar .min {
	background: url(../images/comment_box/min.png) no-repeat top left;
	margin-right: 40px;
}
#dialog .titlebar .max {
	background: url(../images/comment_box/max.png) no-repeat top left !important;
	margin-right: 40px;
}
#dialog_content {
	height: 398px;
}
#dialog .content {
	overflow: auto;
	position: relative;
	height: 336px;
	width: 580px;
	background: #fff url(../images/comment_box/stripe.png) repeat top left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 9px;
	font-size: 0.85em;
}
#dialog .content ul.comments {
	background: #fff url(../images/comment_box/stripe.png) repeat top left;
}
ul.comments li {
	_zoom:1;
}
#reply_box {
	height: 336px;
	width: 580px;
	background: #fff;
	padding: 10px 9px;
	overflow: auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}



#dialog .loading {
	background: #fff url(../images/comment_box/ajax-loader.gif) no-repeat center center; 
}
#dialog form .loading {
	display: none;
}
#dialog form.submitted .loading {
	width: 32px;
	display: block;
	height: 32px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: 194px;
	margin-left: 16px;							
}
#dialog .footerbar {
	line-height: 41px;
	height: 41px;
	padding: 0 10px;
	background: #EEEEEE url(../images/comment_box/footerbar.png) no-repeat top left;
	color: #555 !important;
	font-weight: bold;
	border-top: 1px solid #ddd;
}
#dialog .footerbar .reply, #dialog .footerbar .close-reply {
	color: #555 !important;
	border-right: 2px solid #ddd;
	padding-right: 8px;
	float: left;
}
#dialog .footerbar .refresh {
	color: #555 !important;
	border-left: 2px solid #ddd;
	padding-left: 8px;
	float: right;
}

#dialog .comment .floatleft {
	padding: 1px;
	border: 1px solid #ddd;
	margin: 0 !important;
	float: left;
	background: #fff;
}
#dialog .comment {
	overflow: hidden;
	clear: both;						
	margin: 0 0 10px !important;
	padding: 0 0 10px !important;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #F9F9F9;
}
#dialog .rowid {
	background: url(../images/comment_box/comment_arrow.gif) no-repeat right top;
	position: absolute;
	left: 0;
	top:0;
	margin-top: 12px;
	margin-left: -11px;
	height: 21px;
	width: 11px;
}
#dialog .comment_wrap {
	border: 1px solid #ddd;
	padding: 9px 9px 0;
	float: right;
	width: 426px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	background: #fff;
}
#dialog #dialog_content ul.comments p {
	margin-bottom: 9px !important;
}
#dialog #dialog_content ul.comments p.postinfo {
	margin-bottom: 7px !important;
}


#dialog ul.comments, #dialog ul.comments a, #dialog ul.comments a:hover {
	color: #555;
}



#dialog .postinfo {
	border: 3px double #eee;
	border-left: 0;
	border-right: 0;
	padding: 7px 0;
	line-height: 1em !important;
	margin: 7px 0 !important;
	background: #fff;
	font-size: 0.9em;
	font-style: italic;
	color: #999 !important;
}
#dialog .post {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}
#dialog .postinfo a, #dialog .post i {
	color: #999 !important;
}
#dialog .post hr {
	margin-bottom: 8px;
	border: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
#dialog .post textarea {
	width: 416px !important;
	padding: 4px;
	border: 1px solid #ddd;
}

#dialog .editor	{
	width: 100% !important;
}
#dialog div.editor textarea {
	width: 98% !important;
	border: 0 !important;
	padding: 1%;
	height: 100px;
}