	.dmv-copy1{
		font-style: normal; font-weight: bold; font-size: 13px;
		line-height: 19px;
		color: #000;
		text-decoration: none;
		}
	.dmv-copy2{
		font-style: normal; font-weight: normal; font-size: 12px;
		line-height: 17px;
		color: #000;
		text-decoration: none;
		}	
	.dmv-select{
	text-align:center;
		font-style: normal; font-weight: bold; font-size: 9px;
		letter-spacing: 1px;
		color: #FF3300;
		text-decoration: none;
		}	
	#wrapper{
		position: relative;
		width: 680px; height: 100%;
		padding: 40px 30px 0 30px;
		}	
	#zipcode{
		position: relative;
		margin:7px 50px 50px 0;		
		}
	#zipcode h3{font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	padding:0;
	margin:0;
	color:#666;
	}	
	#copy{
		float: right;
		width:300px;
		margin-top:20px;
		padding-left:30px;
		border-left:1px #D2E9FB solid;
		}
	#copy h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:17px;
	}	
	#copy li{
		list-style:circle;	
		}
	#over18{	
		width: 305px;
		margin:0 0 0 0;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		font-size:9px;
		color:#FF3300;
		line-height:17px;
		}
	
	#dmv-city-select{
		position: relative; float: left;
		width: 305px;
		margin:22px 10px 0 0;
		}
	#dmv-select{
		position: relative; float: left;
		
		
		}
	#dmv-scroller{
		margin: 5px 0 0 0;
		}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #999;
}
.jScrollPaneDrag {
	position: absolute;
	background: #FF3300;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #339933;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #339933;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}

/*
.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}
*/
.scroll-pane {
	width: 305px;
	height: 250px;
	overflow: auto;
	background: #FFF;
	float: left;
}
/*
.wide { 
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
*/
