.lightbox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	text-align: center;
	}
	
	#lightBoxEnv {
		position: relative;
		margin: 0 auto;
		width: 815px;
		z-index: 1001;
		text-align: left;
		}
	
		#loginBox {
			position: absolute;
			top: 37px;
			right: 18px;
				_right: 22px;
			padding: 16px 14px 0 19px;
			width: 309px;
				w\idth: 276px;
			height: 190px;
				he\ight: 174px;
			background: url(../../img/lightbox/background.png) top left no-repeat;
				_background: url(../../img/lightbox/background.gif) top left no-repeat;
			text-align: left;
			z-index: 1001;
			}
			
			#btnClose {
				position: absolute;
				top: 16px;
				right: 14px;			
			}
			
			#loginBox h1 {
				padding-bottom: 1.6em;
				font-size: 1.3em;
				color: #333;
			}
		
			#loginBox form fieldset {
				margin-bottom: 10px;
				border: none;
				}
			
				#loginBox form label {
					float: left;
					vertical-align: top;
					width: 67px; /* Width of labels */
					font-size: 1.1em;
					color: #333;
				}
				
				#loginBox form fieldset ol {
					margin: 0;
					padding: 0;
					}
				
					#loginBox form fieldset li {
						list-style: none;
						padding: 0 0 4px 0;
						margin: 0;
					}
				
				#loginBox form fieldset fieldset {
					padding: 6px 0 0 0;
					}
					#loginBox form fieldset fieldset.btnSubmit {
						margin-left: -4px;
						padding: 0;
						}
						#loginBox form fieldset fieldset.btnSubmit img {
							float: left;
							margin-left: 67px; /* Width plus 3 (html space) */
								_margin-left: 65px; 
						}
						#loginBox form fieldset fieldset.btnSubmit a {
							float: left;
							margin-left: 12px;
							padding: 3px 0 0 0;
							color: #333;
						}
				
					#loginBox form fieldset fieldset label {
						display: block;
						width: auto;
						}
						#loginBox form fieldset fieldset label span {
							display: inline-block;
							padding: 3px 0 0 6px;
						}
				
					#loginBox form fieldset fieldset input {
						float: left;
						margin-left: 67px; /* Width plus 3 (html space) */
							_margin-left: 65px; 
					}
				
				#loginBox form em {
					font-weight: bold;
					font-style: normal;
					color: #FF5C0C;
				}
				



#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	-moz-opacity: 0.2;
	opacity: .20;
	filter: alpha(opacity=20);
}

.lightbox[id] { /* IE6 and below Can't See This */    position:fixed; }

#overlay[id] { /* IE6 and below Can't See This */    position:fixed; }



/*#lightbox2{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}*/

.lightboxCanvas {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	text-align: center;
	}
	
	#canvasEnv {
		position: relative;
		margin: 0 auto;
		width: 815px;
		z-index: 1001;
		text-align: left;
		}
	
	