#getplatform {
	position: absolute;
	visibility: hidden;
	width: 180px !important;
	border: 1px solid #0099FF;
	background: #fcfcfc;
	cursor: pointer;
	color: #0066FF;
	list-style-type: none;
	z-index: 9999;
}
.hint {
	width: 180px;
	padding-left: 6px;
	font-size: 12px;
	color: #656565;
	background: #fff;
	border-bottom: 1px dashed #c1c1c1;
}
.mout {
	width: 180px;
	padding-left: 6px;
	border-top: 1px dashed #fff;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	line-height: 160%;
	color: #0099FF;
	background: #fff;
}
.mover {
	width: 180px;
	padding-left: 6px;
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	line-height: 160%;
	font-size: 12px;
	color: #0099FF;
	background: #ECF5FF;
	cursor: hand;
}
.selected {
	width: 180px;
	padding-left: 6px;
	border-top: #f2f8ff 1px solid;
	border-bottom: #f2f8ff 1px solid;
	line-height: 160%;
	font-size: 12px;
	color: #ffffff;
	background: #3399FF;
}
.tdleft {
	padding-left: 6px;
	font-size: 12px;
}
.tdright {
	padding-right: 4px;
}

