﻿/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:fixed;
  width:440px;
  height:490px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialogpostcomment {
  width:375px; 
  height:470px;
  background-color:White;
}

#boxes #dialogpostcomment .close
{
	float:right;
}
#boxes #dialogpostcomment h2
{
	float:left;
}
#boxes #dialogpostcomment div
{
	padding:4px;
}
#boxes #dialogpostcomment input[type="text"], #boxes #dialogpostcomment textarea
{
	border:1px solid #670286;
}
#boxes #dialogpostcomment input[type="text"]
{
	width:210px;	
}
#boxes #dialogpostcomment textarea
{
	width:370px;		
}
#boxes #dialogpostcomment .leftcell
{
	clear:both;
	float:left;
	white-space:nowrap;
	width:100px;
}
#boxes #dialogpostcomment .rightcell
{
	float:left;
}
#boxes #dialogpostcomment .spancell
{
	clear:both;
	float:left;
	width:375px;
}
#boxes #dialogpostcomment .validationcell
{
	clear: both;
	float: left;
	width: 372px;
	background-color: #FFF;
	position: relative;
	left: -24px;
	padding: 0px 16px 0px 27px;
	
}
#boxes #dialogpostcomment input[type="checkbox"]
{
	float:left;
}
#boxes #dialogpostcomment p.indent
{
	margin:0px 0px 0px 18px;
}
#boxes #dialogpostcomment #LBD_CaptchaDiv
{
	width: 278px !important;
}
#boxes #dialogpostcomment #LBD_CaptchaImage, #boxes #dialogpostcomment #LBD_CaptchaDiv, #boxes #dialogpostcomment #LBD_CaptchaIcons
{
	padding: 1px 0px 2px 0px;	
}