	.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{
		font-style: normal; font-weight: bold; font-size: 9px;
		letter-spacing: 1px;
		color: #FF3300;
		text-decoration: none;
		}	
	#dmv-wrapper{
		position: relative;
		width: 680px; height: 100%;
		padding: 40px 30px 0 30px;
		}
	#dmv-copy{
		position: relative; float: left;
		width: 330px;
		}
	#dmv-city-select{
		position: relative; float: right;
		width: 305px;
		margin:5px 0 0 35px;
		}
	#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: 420px;
	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;
}
*/
