.SealMultiSelectListBox
{
	height:225px;
	padding: 0;
}

.intSealMultiSelectListBoxWrapper
{
	height:inherit;
	width:inherit;
}

.intSealMultiSelectListBoxLabel
{
	display:none;
}

.intSealMultiSelectListBoxRhs,
.intSealMultiSelectListBoxCenter,
.intSealMultiSelectListBoxLhs
{
	float:left;
	height:inherit;
}

.intSealMultiSelectListBoxRhs,
.intSealMultiSelectListBoxLhs
{
	
}

.intSealMultiSelectListBoxLhs
{
	
}

.intSealMultiSelectListBoxCenter
{
	margin: 0px 15px;
}

.intSealMultiSelectListBoxRhs
{
}

.SealMultiSelectListBoxItem
{
	display:none;
}

input.intSealMultiSelectListBoxRarr[type="button"],
input.intSealMultiSelectListBoxLarr[type="button"]
{
	display:block;
	min-width:40px;
}

input.intSealMultiSelectListBoxLarr[type="button"]
{
	margin-top:6px;
}

.SealListBox
{
	width: 300px;
	height: inherit;
}

.SealListBoxItem
{
	display:none;
}

.intSealListBoxWrapper
{
	height:inherit;
	width:inherit;
}

.intSealListBoxCaption,
.intSealListBoxList
{
	display:block;
	width:inherit;
	
}
.intSealListBoxCaption
{
	font-weight: bold;
	text-align:center;
	margin-bottom: 6px;
}

.intSealListBoxListWrapper
{
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #aaa;
	border-radius:6px;
	margin:0;
	padding:0;
}
.intSealListBoxList
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.intSealListBoxItem
{
	
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	line-height: 25px;
	list-style:none;
	overflow-x:hidden;
	overflow-y:auto;
	position: relative;
	white-space:nowrap;
	cursor:default;
	margin:1px;
}

.intSealListBoxItem span
{
	background-color:transparent;
}

li .handle
{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	padding: 4px 8px;
	background-color:#2B79CE;
	cursor:move;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}

.ui-selecting { background: #eee; }
.ui-selecting .handle { background: #ddd; }
.ui-selected { background: #ccc; }
.ui-selected .handle { background: #ddd; }
.ui-state-highlight 
{ 
	height: 1.25em; 
	line-height: 1.25em; 
	border-radius:6px; 
	border: 1px solid #F0F0F0; 
}
