@charset "utf-8";
/* CSS Document */

.zip_container{
	z-index:1;
	position:absolute;
	width:270px;
	font-family:trebuchet ms;
	font-size:9pt;
	border:1px solid #000;
	background:#fff;
	display:none;
	margin:0px 0px 0px 270px;
}

.zip_title_box{
	padding:0px 8px 0px 8px;
	background:#1e91c0;
	color:#fff;
	font-weight:bold;
}

.close_box{
	float:right;
}

	.close_box a{
		font-size:9pt;
		font-family:trebuchet ms;
		text-decoration:none;
		cursor:pointer;
		color:#fff;
	}

	.close_box a:hover{
		font-size:9pt;
		font-family:trebuchet ms;
		text-decoration: underline;
		cursor:pointer;
		color:#fff;
	}

.select_title{
	width:70px;
	float:left;
	text-indent:10px;
	margin:7px 0px 5px 0px;
}

.select_selector{
	float:left;
	width:200px;
	text-indent:10px;
	margin:5px 0px 5px 0px;
}

	.selections{
	font-size:9pt;
	font-family:trebuchet ms;
	width:170px;
	border: 1px solid #666;
	}

.zipcodes{
}