/******************************************************
 * States
 *****************************************************/
#states-top {
	width: 392px;
	height: 47px;
	background: transparent url(../images/states-top.gif);

}
#states-bottom {
	width: 392px;
	height: 54px;
	background: transparent url(../images/states-bottom.gif);
}
#states-top a {
	background: transparent url(../images/states-popup-close.gif) left center no-repeat;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	position: relative;
	top: 10px;
	left: 325px;
}
#states-top a:hover {
	color: #6b1719;
	background-image: url(../images/states-popup-close-rollover.gif);
}
#All-State-Selections {
	z-index: 100;
	color: #000000;
	opacity:.95;
}

#All-State-Selections #states-body {
	width: 349px;
	padding: 0 20px;
	padding-bottom: 30px;
	background: transparent url(../images/states-bg.gif);
	margin-top: -6px;
}
#All-State-Selections span {
	font-size: 12pt;
	color: #ab0909;
	font-weight: bolder;
}
#All-State-Selections p {
	font-size: 10pt;
	color: #ab0909;
	margin-top: 0px;
}
#All-State-Selections div.state-container { overflow: hidden; }
#All-State-Selections div input, #All-State-Selections div label { display: inline; font-size: 8pt;}
#All-State-Selections div.state-container div.state-select {
	width: 33%;
	float: left;
	font-weight: lighter;
	white-space: nowrap;
}
#All-State-Selections .states-go-btn {
	position: absolute;
	bottom: 18px;
	right: 20px;
}
