/* CSS Document */


body 
{
	background:#ffffff;
	margin:0;
}

#request_form
{
    position: absolute;
    left: 100px;
    top: 180px;
/*    background-color: red; */
    width: 800px;
    height: 400px;
}

#form_content 
{
    position: relative;
}

#first_block
{
    position: absolute;
    left: 20px;
    top: 400px;
}

#last_block
{
    position: absolute;
    left: 220px;
    top: 100px;
}

#email_block
{
    position: absolute;
    left: 20px;
    top: 150px;
}

#phone_block
{
    position: absolute;
    left: 220px;
    top: 150px;
}

#address1_block
{
    position: absolute;
    left: 20px;
    top: 300px;
}

#address2_block
{
    position: absolute;
    left: 220px;
    top: 300px;
}


#city_block 
{
    position: absolute;
    left: 20px;
    top: 100px;
}

#state_block 
{
    position: absolute;
    left: 20px;
    top: 100px;
}

#zip_block 
{
    position: absolute;
    left: 20px;
    top: 100px;
}

#country_block 
{
    position: absolute;
    left: 20px;
    top: 100px;
}

#company_block 
{
    position: absolute;
    left: 20px;
    top: 100px;
}

#SBackground 
{
	background-image:url(images/bgTile.gif);
}


#wrapper 
{	
	background-image:url(images/landingintro_noglasses_png8.png);
	width:1024px;
	height:768px;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: auto;
  	margin-bottom:auto;
  	position:relative;
}


#email 
{
	position: absolute;
	top: 533px;
	left: 613px;
	border:hidden;
}

#visit 
{
	position: absolute;
	top: 434px;
	left: 161px;
	border:hidden;
}


#colle 
{
	position: absolute;
	top: 605px;
	left: 919px;
	border:hidden;
}


#glasses 
{
	position: absolute;
	top: 431px;
	left: 111px;
	border:hidden;
}



