/*forms: multicaixas */
.multiInputBox {  
    width:780px; padding:5px; 
    height: 25px;
    /*margin:0 auto;*/  
    /*border:1px solid #aaa; background-color:#fff;*/
   cursor:text;  
}  
.multiInputBox .inputList {  
    width:160px; margin:3px; padding:3px;  
    position:relative; top:0; float:left; border:none;  
    background-color: #e7e7e7;;
   
}  
.multiInputBox span {  
    display:block; margin:0 3px 3px 0; padding:4px 20px 4px 8px;  
    position:relative; float:left; background-color:#d6e9db;  
    border:1px solid #333; -moz-border-radius:7px;  
    -webkit-border-radius:7px; border-radius:7px; color:#333;  
    font:normal 11px Verdana, Sans-serif;
}
.multiInputBox span a {  
    position:absolute; right:8px; top:2px; color:#666;  
    font:bold 12px Verdana, Sans-serif; text-decoration:none;  
}

.multiInputBox span:hover { cursor: move; }

.multiInputBox span a:hover { color:#ff0000; }  
.ui-menu .ui-menu-item { white-space: nowrap; padding:4px;  list-style: none; background: #eafffc}

div.multiInputBox { 
	border-width: 1px; 
	border-color: #bebebe; 
	border-style: solid; 
	background:#e7e7e7; 
	color: #444040; 
	font-size: 11px; font-family: "Lucida Grande", Arial; font-weight: Bold; 
	padding: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	height: auto; 
	overflow: hidden
}
div.multiInputBox ul {
	list-style: none;
}
