div.MultiSelect {
	position: relative;
}

div.MultiSelectValue {
	float: left;
	padding: 1px;
	padding-left: 3px;
}

img
{  border-style: none;
}

td {
	text-align: top;
}

.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:4px}
.t {background: url(dot.gif) 0 0 repeat-x; }
.b {background: url(dot.gif) 0 100% repeat-x; }
.l {background: url(dot.gif) 0 0 repeat-y;}
.r {background: url(dot.gif) 100% 0 repeat-y;} 
