/*///////////////////////////
ASHLEY BOLSER AGENCY
CLIENT: ULTRALASE
MEDIA: SCREEN
CREATED: 
///////////////////////////*/

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #474747;
}

img { border: none; }

#popup_wrapper {
	width: 644px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#popup_header {
	width: 644px;
	height: 106px;
	background-image: url("/reskin/images/path-finder/popup_header.gif");
	position: relative;
}

#closebutton {
	width: 50px;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 5px;
}

#popup_main {
	width: 644px;
	height: 278px;
	position: relative;
	background-image: url("/reskin/images/path-finder/popup_main.gif");
	z-index: 6;
}

#toptext {
	width: 604px;
	height: 70px;
	color: #ffffff;
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 15px;
}
#toptext p { color: #FFF; line-height: 19px; }

#boxtext {
	width: 585px;
	position: absolute;
	left: 30px;
	top: 100px;
}

#boxtext p { color: #505050; }

#boxtext .question {
	color: #094fab;
	margin-bottom: 5px;
	font-weight: bold;
}

#yes {
	width: 77px;
	height: 29px;
	position: absolute;
	left: 180px;
	bottom: 50px;
}

#no {
	width: 76px;
	height: 29px;
	position: absolute;
	right: 180px;
	bottom: 50px;
}

#previous {
	width: 83px;
	height: 23px;
	position: absolute;
	right: 150px;
	top: 90px;
	z-index: 5;
}

/*pg2 styles*/

#popup_main_2 {
	width: 644px;
	height: 278px;
	position: relative;
	background-image: url("/reskin/images/path-finder/popup_main2.gif");
	z-index: 6;
}

#previous2 {
	width: 83px;
	height: 23px;
	position: absolute;
	right: 150px;
	top: 24px;
	z-index: 5;
}

#boxtext2 {
	width: 585px;
	position: absolute;
	left: 30px;
	top: 34px;
	padding: 0;
}

#boxtext2 p { color: #505050; line-height: 19px; }

#boxtext2 .question, span.question {
	color: #094fab;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0;
}

#time {
	width: 161px;
	height: 29px;
	position: absolute;
	left: 70px;
	bottom: 50px;
}
	
#effects {
	width: 171px;
	height: 29px;
	position: absolute;
	bottom: 50px;
	left: 260px;
}

#cost {
	width: 111px;
	height: 29px;
	position: absolute;
	bottom: 50px;
	right: 70px;
}

/*p3 generic*/

#popup_main_3 {
	width: 644px;
	height: 278px;
	position: relative;
	background-image: url("/reskin/images/path-finder/popup_main3.gif");
	z-index: 6;
}

/* time styles */

#call_us {
	color: #505050;
	position: absolute;
	left: 30px;
	bottom: 95px;
	font-size: 17px;
}
#call_us p { color: #505050; }

#call_you {
	width: 155px;
	height: 30px;
	position: absolute;
	bottom: 108px;
	right: 190px;
}

/*effects styles*/

#consultation {
	width: 180px;
	height: 30px;
	position: absolute;
	bottom: 50px;
	left: 120px;
}

#infopack {
	width: 215px;
	height: 30px;
	position: absolute;
	bottom: 50px;
	right: 105px;
}

/*cost styles*/

#save {
	width: 244px;
	height: 30px;
	position: absolute;
	bottom: 50px;
	left: 100px;
}

#finance {
	width: 174px;
	height: 30px;
	position: absolute;
	bottom: 50px;
	right: 100px;
}

/* GENERIC STYLES */

.access {
	display: none;
}

.error {
	color: #F00;
}

.bold {
	font-weight: bold;
}

.pad {
	padding-top: 10px;
}

