.multipleInput-container {
     border:1px #ccc solid;
     padding:1px;
     padding-bottom:0;
     cursor:text;
     font-size:13px;
     width:100%;
	 height: auto;
	 border-radius: 0px 5px 5px 0px;
         background: #FFF;
}
 
.multipleInput-container input {
     font-size:13px;
     clear:both;
     max-width:250px;
     height:24px;
     border:0;
     margin-bottom:1px;
     outline:none;
}
 
.multipleInput-container ul {
     list-style-type:none;
	 margin:0px;
         padding-left:1px;
}
 
li.multipleInput-email {
     float:left;
     margin-right:2px;
     margin-bottom:1px;
	 margin-top:3px;
     border:1px #ebccd1 solid;
     padding:3px;
     background:#f2dede;
	 border-radius:3px;
}
 
.multipleInput-close {
	margin-left:3px;
    float: right;
	font-size:16px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.input-class {
	background-color:transparent;
	max-height: 35px;
}