/*------------------- Select Multiple widget begin --------------------------- */
.selMulDropDownBG  {
	background:transparent;
	position:absolute;
	top:0;
	left:0;
}
.selMulDropDown{
	padding:2px 2px 2px 4px;
	border-top:1px solid #aaaaaa;
	border-right:1px solid #afafaf;
	border-bottom:1px solid #afafaf;
	border-left:1px solid #afafaf;
	background:#FFF url(/images/dropDownArrow.gif) top right no-repeat;
	cursor:pointer;
    position:relative;
    float:left;
}

.selMulDropDownList iframe {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width: 100%;
	height: 420px;
}

.selMulDropDownList{
	padding:0;
	position:absolute;
	top:22px;
	left:-2px;
	border-top:1px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	border-left:1px solid #999;
	background-color:#FFF;
}
ul.selMulUL {
	padding:4px 0px 4px 0px;
	margin:0 4px;
	list-style:none;
}
ul.selMulUL li {
	font-size:11px;
	color:#333;
	font-weight:bold;
    line-height:18px;
    margin: 0 0 0 12px;
}
ul.selMulUL input {
	padding:4px;
	margin:0;
	width:auto;
    position:relative;
    top:2px;
}

.selMulDropDownList label {
	cursor:pointer;
}
.selMulDropDownList input {
	width:auto;
}
.selMulClose {
	padding:4px 6px 3px 15px;
	margin:0;
	background-color:#EEE;
	border-top:1px solid #CCC;
    font-size:11px;
}
.selMulClose .right{
    float:right;
}
.selMulClose .left{
    float:left;
}
.selMulClose a{
	font-weight:normal;
	font-size:11px;
}

.selMulDropDownActivate {
	padding:2px;
	margin:0;
	color:#000;
	font-weight:normal;
	font-size:12px;
}


/*------------------- Select Multiple widget end   --------------------------- */


