.multiSelect {
	width: 80px;
	height: 14px;
	border: solid 1px #BBB;
	background: #FFF url(dropdown.gif) right center no-repeat;
	padding: 2px 4px;
	padding-right: 20px;
	display: inline;
	margin-top: -4px;
	font-size: 12px;
	font-family: Dotum, "����", sans-serif;
}

.multiSelect.hover {
	background: url(dropdown_hover.gif) right center no-repeat;
}

.multiSelect.active, 
.multiSelect.focus {
	border: inset 1px #000;
}

.multiSelect.active {
	background: url(dropdown_active.gif) right center no-repeat;
}

.multiSelectOptions {
	width: 83%;
	padding:3px 7px;
	margin-top: -4px;
	overflow: auto;
	border: solid 1px #B2B2B2;
	background: #FFF;
}

@media all and (max-width:799px) {
	.multiSelectOptions {
		width: 95%;
		padding:3px 7px;
		margin-top: -4px;
		overflow: auto;
		border: solid 1px #B2B2B2;
		background: #FFF;
	}
}

.multiSelectOptions LABEL {
	padding: 2px 5px;
	display: block;
	margin-top: -1px;
	font-size: 13px;
	font-family: Dotum, "����", sans-serif;
}

.multiSelectOptions LABEL.checked {
	background: #E6E6E6;
}

.multiSelectOptions LABEL.selectAll {
	border-bottom: dotted 1px #CCC;
}

.multiSelectOptions LABEL.hover {
	background: #CFCFCF;
}

/* LABEL ������Ʈ�� �Ӽ��� �ʱ�ȭ */
div.search div.multiSelectOptions LABEL {
	padding: 2px 5px;
	display: block;
	font-weight: normal;
	background: none;
}

/* ����ٿ� ���̾� ��ϰ��� ���� */
.multiSelectOptions LABEL INPUT {
	margin-top: -2px;
}
