﻿
.req 
{
    color: Red;
}

br 
{
    clear: both;
}

.formfieldError
{
    clear: both;
}

.lightboxComment {
	color: #333;
	display: none;
	position: absolute;
	top:90px;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	height: 514px;
	text-align: left;
	padding: 15px;
	z-index:1001;
	overflow: auto;
	background-image: url(../images/lightBack.gif);
	background-repeat: no-repeat;
}

#overlayComment{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	_height: 1000px;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}
.lightContent{
background-image: url(../images/lightBackContent.jpg);
width: 691px;
height: 432px;
left:50px;
position:absolute;
top:101px;
}


.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

