#poststuff #rsris_multipeselect_metabox .inside{
	margin: 0;
	padding: 0;
}

.rsris-select-wrapper{
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
}

.rsris-search-field-wrapper{
  background-color: #e2e2e2;
  height: 35px;
  padding: 10px;
}

#rsris-search-field{
  border:1px solid #ccc;
  border-radius: 15px;
  padding: 7px;
  text-indent: .5em;
  width: 100%;
}

#rsris-search-field:focus{
  outline:none;
}

.rsris-select-left,
.rsris-select-right{
  float: left;
  height: 200px;
  position: relative;
  width: 49.9%;
}
.rsris-select-left{
  border-right:1px solid #e2e2e2;
}
.rsris-select-left:after{
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 1%, rgba(255,255,255,0) 7%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,0)), color-stop(7%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,0) 7%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,0) 7%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,0) 7%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 1%,rgba(255,255,255,0) 7%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

  content:" ";
  height: 10px;
  position: absolute;
  bottom:0;left:0;right:0;
}

.rsris-items,
.rsris-items-selected{
  list-style: none;
  margin: 0;
  padding: 0;
}
.rsris-items:hover{
  cursor: pointer;
}
.rsris-items{
  height: 165px;
  overflow: scroll;
}
.rsris-items-selected{
  height: 200px;
  overflow: scroll;
}

.rsris-item{
  border-bottom:1px solid #e2e2e2;
  display: block;
  padding: 5px 10px;
  position: relative;
  vertical-align: top;
}

.rsris-items img,
.rsris-items-selected img{
	height: 30px;
	margin-right: 10px;
	width: auto;
}

.rsris-remove{
  border-left:1px solid #ebebeb;
  color:#DE406D;
  font-family: Arial, sans-serif;
  padding: 5px 10px;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  z-index: 10;
}
.rsris-remove:hover{
  cursor: pointer;
}