@CHARSET "UTF-8";

.holder {
float: left;
}

#pane1{
border:0px solid white;
}

.scroll-pane {
width: 540px;
height: 275px;
overflow: auto;
float: left
}

.scroll-recipients{
width:220px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border:0px solid white;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e7e7e7;
}

.jScrollPaneDrag {
	position: absolute;
	background: #770047;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}


