
.multi_select {
	height:auto;
	overflow:hidden;
	float:left;
}
.multi_select_focus {
    border:1px solid #5394DD;
	border-right:2px solid #5394DD;
	border-left:2px solid #5394DD;
}
.multi_select input:first-child {
margin: 0px;
padding: 10px 3px;
border: 1px solid #ccc;
}
.container {
width: 100%;
border: 1px solid #ccc;
margin-left: -2px;
position: absolute;
top: 40px;
background：#fff;
}

.top {
background: #DBEAF9;
border-bottom: 1px solid #ccc;
height: 32px;
}
.content {
    width: 100%;
	background-color: #fff;
	overflow-y: auto;
}
.content div {
border-bottom: 1px dashed #ccc;
margin: 10px;
height: 24px;
}
.content div:last-child{
    border-bottom: none;
} 
.ok {

	display: block;
	float: right;
	height: 22px;
}

.hidden {
	display:none;
}
.container .top input.select_all{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 5px;
}
.container .top input.ok{   
    margin-left: 10px;
    margin-top: 5px;
}
.content div label{
line-height:14px;
}
