	html, body, #wrapper {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    }
    
    a {
	outline: none;
	} 
   
	#wrapper {
   	margin: 0 auto;
   	text-align: left;
   	vertical-align: middle;
   	}
   	
   	#main {
   	width: 1008px;
   	height: 612px;
   	background-image: url('i/micro/mainbg.jpg');
   	border: 0px black solid;
   	}
   	
   	#left-content {
   	margin-left: 580px;
   	padding-top: 36px;
   	text-align: center;
   	width: 353px;
   	}
   	
   	#form-frame {
   	width: 307px;
   	height: 290px;
   	margin-top: 46px;
   	}
   	
   	#form-body {
   	background: #ffffff;
   	text-align: left;
   	}
   	
   	#learn-more {
   	margin-top: 36px;
   	margin-left: 2px;
   	}
   	
   	#OWform {
   	padding-left: 18px;
   	padding-top: 20px;
   	}
   	
   	input {
   	display: block;
   	}
   	
   	#name, #email, #streetaddress, #city, #state, #zip {
   	height: 26px;
   	font-family: Georgia;
   	font-size: 18px;
   	border: 0;
   	background: #f3ece7;
   	margin: 0px 0px 6px 0px;
   	padding: 4px 6px 0px 6px;
   	text-transform: capitalize;
   	}
   	
   	#name {
   	background: #f3ece7 url('i/micro/form-bg-name.gif') no-repeat 3px 5px;
   	}
   	
   	#email {
   	background: #f3ece7 url('i/micro/form-bg-email.gif') no-repeat 3px 5px;
   	}
   	
  	#streetaddress {
   	background: #f3ece7 url('i/micro/form-bg-address.gif') no-repeat 3px 5px;
   	}
   	
   	#city {
   	background: #f3ece7 url('i/micro/form-bg-city.gif') no-repeat 3px 5px;
   	}
   	
   	#state {
   	background: #f3ece7 url('i/micro/form-bg-state.gif') no-repeat 3px 5px;
   	}
   	
   #zip {
   	background: #f3ece7 url('i/micro/form-bg-zip.gif') no-repeat 3px 5px;
   	}
   	
   	#name, #email, #streetaddress, #city, #state {
   	width: 266px;
   	}
   	
   	#zip {
  	width: 196px;
   	}
   	
	#form-foot-container {
	padding: 8px 0px 0px 0px;
	}
   	
   	#emailMe {
	float: left;
	}
	
	#emailMe-container {
	font-family: arial;
	font-size: 10px;
	width: 202px;
	float: left;
	}
	
	#button-container {
	float: right;
	margin: -43px 7px 0px 0px;
	}
	
	#errorBG {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	z-index: 1;
	}
	
	#error {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100%;
	z-index: 2;
	cursor: hand;
	cursor: pointer;
	margin: 20px 0px 0px 18px;
	font-family: Georgia;
	font-size: 14px;
	}

	#error-oops {
	color: #cb171e;
	font-size: 22px;
	font-weight: bold;
	}
	
	.error-intro {
	font-weight: bold;
	font-style: italic;
	}
	
	#error p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	#response {
	text-align: center;
	}
		
	#head-thanks {
	background-image: url('i/micro/thanks-head.gif');
	width: 276px;
	height: 143px;
	margin: 0 auto;
	text-indent: -9999px;
	}
	
	#response p {
	margin: 10px 10px 0px 10px;
	font-size: 22px;
	font-family: Georgia;
	line-height: 20px;
	}
	
	#footer {
	font-family: arial;
	font-size: 11px;
	display: block;
	margin-top: 20px;
	}
	
	#footer a {
	color: #000000;
	}
	
	#terms-body {
	font-family: arial;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}
	
	#terms-body h1, #terms-body h2, #terms-body h3 {
	font-family: Georgia;
	}
	
	/*------- LIGHTBOX --------*/
	
	
	
	#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:700px;
	height:400px;
	margin:-220px 0 0 -350px;
	border:1px solid #fff;
	background:#ffffff;
	text-align:left;
	overflow: auto;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
	
#lbClose-top {
display: block;
width: 665px;
text-align: right;
color: #ffffff;
background: #999999;
position: fixed;
padding: 2px 20px 2px 0px;
}

#lbClose-top a {
color: #ffffff;
}	
	
/*------- END LIGHTBOX --------*/	