﻿html,body,form
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
div
{
	position: relative;	
}
img
{
	border: 0;
}
a
{
	color: #26b36d;
}
#mainContainer
{	
	min-width: 800px;
	min-height: 1000px;
}
#wrapper
{
	margin: 10px auto;	
	width: 850px;
	height: 875px;	
	background: #000000 url(../images/000-landing-bg.jpg) no-repeat top left;
}
#wrapper #register
{
	position: absolute;
	left: 568px;
	top: 212px;
}
#wrapper #register #regForm
{
	padding-top: 4px;
}
#wrapper #register #regSubmit
{	
	position: absolute;
	left: 162px;
	top: 131px;
}
#wrapper #tellAFriend
{
	position: absolute;
	left: 260px;
	top: 555px;	
}
#wrapper #tellAFriend #tafSubmit
{
	position: absolute;
	left: -32px;
	top: 65px;
}
#wrapper #findADoctor
{
	position: absolute;
	left: 400px;
	top: 475px;
}
#wrapper #findADoctor #doctorSubmit
{
	position: absolute;
	left: 165px;
	top: 63px;
}
#wrapper #findADoctor #findADoctorHeader
{
	position: absolute;
	top: -96px;
	left: -35px;
}
#wrapper #findADoctor #partnershipHeader
{
	position: absolute;
	left: -65px;
	top: -80px;
}
#wrapper #findADoctor #partnerInfo
{
	padding-top: 10px;
}
#wrapper #didYouKnow
{
	position: absolute;
	left: 210px;
	top: 710px;
	width: 345px;
	font-family: Arial;	
	font-size: 11px;
	color: #000000;
	z-index: 10;
}
#wrapper #tellMeMore
{
	position: absolute;
	left: 393px;
	top: 751px;
}

.twocolumnform
{
	width: 400px;
	clear: both;
}
.twocolumnform .row
{
	width: 400px;
	padding: 3px 0px;
	clear: both;
	height: 18px;
}
.twocolumnform .row div
{
	float: left;
}
.twocolumnform .row div.label
{
	width: 65px;
}
.twocolumnform .row div.input
{
	width: 120px;
	padding-right: 10px;
}
.twocolumnform .row div.error
{
	width: 65px;
}

.dropDownShort
{
	width: 124px;
}
.textBoxRegular
{
	width: 120px;
}
.textBoxShort
{
	width: 100px;
}

#regForm .email
{
	padding-left: 10px;
}
#regForm .age
{
	padding-left: 20px;
}
#regForm .iLasik
{
	padding-left: 22px;
}
#regForm .contacts
{
	padding-left: 30px;
}
#regForm .glasses
{
	padding-left: 38px;
}
#regForm .rowLong
{
	width: 230px;
}

#tafForm .labelLong
{
	width: 105px;
}
#tafForm .textBoxShort
{
	width: 100px;	
}
#tafForm .rowLong
{
	width: 290px;
}

/* *Begin* Thank You */

#thankYouWrapper
{
	width: 400px;
	height: 200px;
	background: #000000 url(../images/008-thank-you-bg.jpg) no-repeat top left;
}

#thankYouWrapper #closeButton
{
	position: absolute;
	left: 321px;
}

/* *End* Thank You */

/* *Begin* Search Results */

#searchWrapper
{
	margin: 10px auto;	
	width: 850px;
	height: 875px;
	background: #000000 url(../images/005-search-results-bg.jpg) no-repeat top left;	
	color: #000000;
}

#searchWrapper #backButton
{
	position: absolute;
	left: 60px;
	top: 97px;	
}

#searchWrapper #doctorForm
{
	position: absolute;
	left: 562px;
	top: 120px;
	width: 200px;
}
#searchWrapper #doctorForm #doctorSubmit
{
	position: absolute;
	left: 76px;
	top: 52px;	
}

#searchWrapper #results
{
	position: absolute;
	left: 205px;
	top: 256px;
	width: 482px;
	height: 383px;
	overflow: scroll;
	padding: 0px 0px 10px 0px;
}

/* *End* Search Results */

/* COMMON SEARCH RESULTS */

.searchResult
{	
	background: Transparent url(../images/010-search-result-bg.jpg) no-repeat bottom left;
	position: relative;
	height: auto;	
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
}

.searchResultAlt
{
	background: Transparent url(../images/010-search-result-bg.jpg) no-repeat bottom left;
	position: relative;	
	height: auto;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
}

.searchPhoto
{
	position: absolute;
	top: 18px;
	left: 18px;
}

.searchContent
{
	padding: 0 0 0 104px;		
}

.searchAddress
{
	padding: 18px 0 0 0;
	width: 200px;
	float: left;
}

.searchContact
{
	padding: 18px 0 0 0;
	width: 160px;
	float: left;
}

.hrSmall
{
	background: url(../images/hr-small.gif) no-repeat left 50%;
	width: 340px;
	height: 25px;
	clear: both;
	overflow: hidden;
}

.searchLaser
{
	float: left;
	width: 200px;
	height: 20px;
}

.searchLaser img
{
	margin: 0 0 5px 0;
}

.searchLocation
{
	float: left;
	width: 160px;
}

.searchDetails
{
	padding: 0 0 0 18px;
}

.searchAdditionalLocations
{
	padding: 0 0 0 86px;
	margin: 0 0 10px 0;
}

.searchAdditionalHeader
{
	padding: 0 0 0 86px;
}

.searchAdditionalAddress
{
	float: left;
	width: 230px;
}

.searchAdditionalDistance
{
	float: left;
	width: 160px;
}

/* SEARCH RESULTS */

#searchResults #main
{
	background: url(../images/1100/main-bg.jpg) no-repeat;
	width: 828px;
	position: relative;
	min-height: 722px;
}

#searchResults #mainWrapper
{
	background: url(../images/1100/main-wrapper.jpg) repeat-y;
}

#searchResults #mainContent
{
	padding: 217px 0 0 182px;
	width: 505px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
}

#searchResults #mainContentBottom
{
	background: url(../images/1100/main-bottom.gif) no-repeat;
	width: 828px;
	height: 155px;
}

#searchResults a
{
	color: #6ca645;
}

#searchResults .hr
{
	width: 465px;
	height: 5px;
	background: url(../images/hr.gif) no-repeat;
	float: left;
	clear: left;
	margin: 10px 0 10px 0;	
}

/* PAGING CONTROLS */

#pager
{
	padding: 5px 10px 0 0;
	float: right;
}

.pagerButton
{
	padding: 0 5px;
}

/* View Details */

#viewDetailsWrapper
{
	margin: 10px auto;	
	width: 850px;
	height: 875px;
	background: #000000 url(../images/013-view-details-bg.jpg) no-repeat top left;	
	color: #000000;
}

#viewDetailsWrapper #backButton
{
	position: absolute;
	left: 60px;
	top: 97px;	
}

#viewDetailsWrapper #doctorForm
{
	position: absolute;
	left: 520px;
	top: 140px;
	width: 200px;	
	text-align: center;
}
#viewDetailsWrapper #doctorForm #partnerInfo
{
	color: #FFFFFF;
	font-size: 14px;
}

#viewDetailsWrapper #results
{
	position: absolute;
	left: 205px;
	top: 256px;
	width: 482px;
	height: 383px;
	overflow: scroll;
	padding: 0px 0px 10px 0px;
}