﻿.listbox
{
	border:solid 1px #D2D2D2;
	height:200px;
	width:180px;
	overflow-y:auto;
	overflow-x:no;
	}
	
.listbox div
{
	height:22px;
	font-size:14px;
	width:180px;
	line-height:22px;
	vertical-align:bottom;
	}
.selectedDiv
{
	background-color:#BEE2F9;
	}
.text-14-bule
	{
	font-size:14px;
	color:#297CDA;
	font-weight:bold;
	}
.text_fenge
	{
	font-size:12px;
	color:#80A9C7;
	}
.text_space
	{
	letter-spacing:9px;
	}
