@import "base.css"; /* grab the base style sheet first */
html {
	overflow-x:hidden; /*kill IE vertical scrollbar */
	}

body {
	width:310px;
	background:none;
	}
	
#popHeaderBox {
	width:326px;
	height:37px;
	}

#popBodyBox {
	/*width:auto;*/
	}
	
#popBodyText {
	padding:20px 12px 12px 12px;
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	line-height:1.5;
	color:#000;
	}
	
#closePop {
	width:auto; 
	padding-bottom:20px; 
	}
	
	
/****** egress popup ******/
#egressChoiceBox {
	float:left;
	width:auto;
	height:auto;
	}

#egressChoiceText {
	float:left;
	width:auto;
	height:auto;
	margin-top:15px;
	}

#egressYes {
	float:left;
	width:auto;
	margin:17px 0px 0px 25px;
	}

#egressNo {
	float:left;
	width:auto;
	margin:17px 0px 0px 35px;
	}




