#lightboxformfilter
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2000px;
	background-color: #CCA;
	z-index:3;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.lightboxformfilter[id]{
	/*position:fixed;*/
}

.lightboxform 
{
	display: none;
	position: absolute;
	/*top: 70%;*/
	left:30%;
	width: 450px;
/*	height: 350px;*/
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:100;
	overflow: none;
	text-align:left;
}


#lightboxform 
{
	/*
	display: none;
	position: absolute;
	top: 70%;
	left:30%;
	width: 450px;
	height: 300px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:100;
	overflow: hidden;
	text-align:left;	
	*/
}

.lightboxform p textarea{
	width:300px;
}

.lightboxform div table{
   vertical-align: top;
}

.lightboxform div table tr td
{
  vertical-align: top;
	padding:5px;
}


.lightboxformtitle
{
	position:relative;
/*	top:0;
	left:0;*/
	width:450px;
	height:24px;
	padding-top:4px;
	margin:0;
	background-color: #c3c3c3;
	color:#ffffff;
	text-align:center;
	font-size: 11px ;
	font-weight: bold;
}

