	#popupWrapper { width: 637px; margin: 0 auto; }

	#header { width: 637px; position: relative; }
		#logo { width: 272px; float: left; margin: 0; }
		#btnClose { width: 54px; height: 16px; text-indent: -9999px; display: block; float: right; background: url(../_img/buttons/close.gif) no-repeat; outline: none; margin-top: 65px; }	
		#btnClose:hover { background-position: 0 -16px; }

	/* -------------------------- */
	/*    PHONE DETAILS POPUP     */
	/* -------------------------- */
	.detailsbox, .detailsbox_body, .detailsbox_head, .detailsbox_head #boxHeader { background: transparent url(../_img/boxes/phone_details.png) no-repeat bottom right; } 
		.detailsbox { width: 637px !important; margin: 0 0 20px 0; } 
		.detailsbox_head { background-position: top right; padding-right: 0px; } /* set the top-right image */ 
		.detailsbox_head #boxHeader { background-position: top left; padding-top: 25px; height: auto !important; height:1%; /* IE Holly Hack */ } /* set the top-left image */ 
		.detailsbox_body { background-position: bottom left; margin-right: 0px; padding: 0; } /* set the lower-left corner image */ 
		.detailsbox_body h1 { font-size: 18px; color: #e66200; font-weight: bold; margin: 5px 0 15px 0; }
		.detailsbox_body h2 { font-weight: bold; color: black; margin: 20px 0 5px 0; }
		.detailsbox_body ul { list-style-type: disc; padding-left: 15px; }
			.detailsbox_body ul#thumbnails { list-style: none; padding-left: 0; }
			.detailsbox_body ul#thumbnails li { display: block; float: left; }
	#phoneDetails { width: 357px; float: left; }
		#phoneDetails #phoneLongDescription { width: 340px;  }
	#largeImageWrapper { float: left; width: 280px; }

	
	/* -------------------------- */
	/*    COVERAGE MAPS POPUP     */
	/* -------------------------- */
	#coverageForm select { width: 180px; }
	#coverageForm h4 { width: 180px; text-align: center; }
		#coverageForm h4 span { color: #e66200; font-weight: bold; }
		#coverageForm #submitWrapper { margin: 20px 0 0 0; }
		
	#mapResults h2 { font-size: 15px; color: black; font-weight: bold; margin-bottom: 10px; }
	#mapLegend { margin: -40px 0 20px 250px; }

	.mapsbox, .mapsbox_body, .mapsbox_head, .mapsbox_head h1 { background: transparent url(../_img/boxes/phone_details.png) no-repeat bottom right; } 
		.mapsbox { width: 637px !important; margin: 0 0 20px 0; } 
		.mapsbox_head { background-position: top right; padding-right: 0px; } /* set the top-right image */ 
		.mapsbox_head h1 { background-position: top left; padding: 30px 0 0 30px; height: auto !important; height:1%; /* IE Holly Hack */ } /* set the top-left image */ 
		.mapsbox_body { background-position: bottom left; margin-right: 60px; padding: 20px 0 35px 30px; min-height: 450px; } /* set the lower-left corner image */ 


	/* -------------------------- */
	/*       GENERIC POPUP        */
	/* -------------------------- */
	.popupbox, .popupbox_body, .popupbox_head, .popupbox_head h1 { background: transparent url(../_img/boxes/phone_details.png) no-repeat bottom right; } 
		.popupbox { width: 637px !important; margin: 0 0 20px 0; } 
		.popupbox_head { background-position: top right; padding-right: 0px; } /* set the top-right image */ 
		.popupbox_head h1 { background-position: top left; padding: 30px 0 0 28px; height: auto !important; height:1%; /* IE Holly Hack */ } /* set the top-left image */ 
		.popupbox_head h1 { font-size: 18px; line-height: 21px; color: #e66200; font-weight: bold; }
		.popupbox_body { background-position: bottom left; margin-right: 60px; padding: 12px 0 25px 28px; min-height: 250px; } /* set the lower-left corner image */ 
		
		.popupbox_body p, .popupbox_body ul, .popupbox_body ol { margin-bottom: 15px; }
		.popupbox_body h2 { color: black; font-weight: bold; line-height: 15px; }
		.popupbox_body a { color: #963; font-weight: bold; }
		.popupbox_body .highlight { font-weight: bold; color: #e66200; }
		.popupbox_body ul { list-style: disc; margin-left: 35px; }
		.popupbox_body ol { margin-left: 35px; }
		.popupbox_body li { line-height: 18px; }
		 
	
	
	
	