.picklist
{
}

.picklist-multiple
{
}

/* ListDIV */
.picklist-multiple .picklist-container
{
}

/* InnerListDIV */
.picklist-multiple .picklist-inner-container
{
	width: 200px;
	background: white;
	border: solid 1px gray;
}

/* Items */
.picklist-multiple .picklist-items
{
	display: block;
	padding: 4px;
}

.picklist-multiple .picklist-items input
{
	border: none 1px black;
	background: inherit;
	margin: 0;
	padding: 0;
}

.picklist-multiple .picklist-items td
{
	padding: 0;
}

/* IFrame */
.picklist-multiple .picklist-iframe
{
	border: none 0px black;
}

/* ListBtnsDIV */
.picklist-multiple .picklist-buttons
{
	display: block;
	margin: 4px 0 0 0;
	padding: 4px;
	border-top: solid 1px gray;
	text-align: right;
}

/* Need to replicate the style of SLX button as it is being */
/* overwritten by .textcontrol input, .textcontrol textarea in quickforms.css. */
.picklist-multiple .picklist-buttons input
{
	background-color:#E1E1DC;
	border:1px solid #7E9CB8;
	color:#000000;
	cursor:pointer;
	font-family:Tahoma,MS San Serif;
	font-size:85%;
	font-weight:normal;
	margin: 0;
	padding: 0;
	width: auto;	
}