﻿.dmsContainer
{	
	cursor:pointer;	
	z-index:10;
	width:200px;
}

.dmsText
{	
	overflow:hidden;
	text-overflow: ellipsis;
	border: solid 1px black;
	color: gray;
	background: #FFFFFF; 	
	z-index: 10;
	line-height: 14px;
}

.dmsSelect
{
	position: absolute;
	display:none;			
	border: solid 1px black;
	overflow:auto; 
	background: #FFFFFF;
	z-index: 20;
}

.dmsSeperator
{
	position: absolute;
	display: none;
	background: #FFFFFF;
	z-index: 30;
	margin-left: 1px;	
}
