@charset "utf-8";
/* CSS Document */

.zip_container{
	z-index:8;
	position:absolute;
	width:270px;
	font-family:trebuchet ms;
	font-size:9pt;
	border:1px solid #688436;
	background:#fff;
	display:none;
	margin:30px 0px 0px 250px;
}

.zip_title_box{
	color:#fff;
	font-weight:bold;
	background-color:#688436;
	height: 18px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
}

.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-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
}

.select_selector{
	float:left;
	width:170px;
	text-indent:10px;
	margin:5px 0px 5px 0px;
}

	.selections{
		font-size:9pt;
		font-family:trebuchet ms;
		width:155px;
	}

.zipcodes{
}
