.myselectfield
{
	background		: transparent url(../img/myselect.gif) no-repeat scroll left top; 
	height			: 17px; 
	padding			: 2px; 
	font-size		: 11px; 
	padding-left	: 5px;
	width			: 184px;
	color			: black;
}

.myselectvalue
{
	width			: 160px;
	height			: 17px;
	overflow	 	: hidden;
}

.myselectliste
{
	border			: 1px solid #aaa; 
	border-right	: 1px solid #333; 
	border-bottom	: 1px solid #333; 
	display			: none; 
	width			: 184px; 
	overflow		: auto; 
	overflow-x		: hidden; 
	height 			: 150px; 
	position		: absolute; 
	background		: white; 
	padding			: 0px;
	z-index			: 1000;
}

.myselectliste LABEL
{
	display			: inline;
	float			: none;
	margin			: 0;
	text-align		: left;		
	width			: auto;
	padding-top		: 5px;
}

.myselectliste TABLE
{
	width:100%;
}

.myselectliste TABLE.simple TD
{
	padding : 3px;
}


.myselectliste A
{
	color: red;
}

.myselectliste TD
{
	font-size: 11px;
}

.myselectliste TD.legende
{
	font-weight: bold;
	padding-left: 5px;
}

.myselectliste .header
{
	border-bottom: 1px dashed black;
}
