h1.orangepositioned,
h1.orange,
span.orangebar {
  text-transform: uppercase;
  background: #fece45;
  font-size: 13px;
  color: white;
  font-weight: 300;
  padding: 5px 10px 6px 10px;
  -webkit-box-shadow: inset 0px 0px 2px #e1941e;
  -moz-box-shadow: inset 0px 0px 2px #e1941e;
  box-shadow: inset 0px 0px 2px #e1941e;
  border-top: solid 1px #e1941e;
}
h1.orange {
  display: inline-block;
  margin-bottom: 15px;
}
h1.orangepositioned {
  position: absolute;
  z-index: 2;
  margin-left: 20px;
}
.bluebutton,
a.bluebutton:visited,
.greybutton,
a.greybutton:visited,
a.greybutton:hover {
  text-transform: uppercase;
  font-family: museo-sans-1, museo-sans-2, sans-serif;
  background: #29c0d5;
  color: white;
  padding: 3px 15px;
  font-weight: 300;
  cursor: pointer;
  border: solid 1px transparent;
  margin-left: 10px;
  line-height: 12px;
}
.greybutton,
a.greybutton:visited,
a.greybutton:hover {
  background: #aaaaaa;
}
.bluebutton:hover,
a.bluebutton:hover {
  background-color: #00bad3;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#29c0d5, #00bad3);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#29c0d5, #00bad3);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29c0d5), color-stop(100%, #00bad3));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#29c0d5, #00bad3);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#29c0d5, #00bad3);
  /* Opera 11.10 */
  background-image: linear-gradient(#29c0d5, #00bad3);
  /* the standard */

  border-color: #219cad;
  color: white;
}
.modalboxback {
  /*width: 700px;
	height: 200px;
	.centerPosition(700px,200px);*/
  border: 10px solid #fbe613;
  /*rgba(255,231,23,0.8)*/
  border-color: rgba(255, 231, 23, 0.6);
  /*border-right-color:#F99617;
	border-bottom-color:#F99617;*/
  border-right-color: rgba(247, 155, 30, 0.6);
  border-bottom-color: rgba(247, 155, 30, 0.6);
  position: fixed;
  z-index: 51;
  top: 50%;
  left: 50%;
  background: white;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.modalboxback .modalboxmain {
  /*width: 480px;
		height: 160px;*/

  -webkit-box-shadow: 0px 0px 10px rgba(198, 124, 24, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(198, 124, 24, 0.8);
  box-shadow: 0px 0px 10px rgba(198, 124, 24, 0.8);
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.modalback {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
  filter: alpha(opacity=30);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  z-index: 50;
}
#prvMessageBox {
  width: 600px;
  height: 400px;
  margin-left: -300px;
  margin-top: -200px;
}
#prvMessageBox .modalboxmain {
  width: 560px;
  height: 360px;
}
#prvMessageBox .modalboxmain .closeButton {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  background: url("/cassette.axd/file/site-static/close-popup-da7bcf1a280643f4cec2170afd12b4842ee573a7.png") no-repeat;
  cursor: pointer;
}
#prvMessageBox iframe {
  width: 560px;
  height: 360px;
}
.shorturl {
  /*float:right;*/
  width: 100px;
  border: solid 1px #cccccc;
  background: white;
  padding: 3px 6px;
  text-align: center;
  font-size: 12px;
  display: block;
  margin: 0;
}
#embedbox {
  clear: both;
  display: none;
  background: #e0e0e1;
  padding: 10px;
  padding-top: 0px;
}
#embedbox textarea {
  background: white;
  padding: 5px;
  font-family: monospace;
  border: solid 1px #cccccc;
  width: 585px;
  max-width: 585px;
  height: 50px;
}
.tagstyless {
  padding-left: 52px;
  position: relative;
}
.tagstyless strong {
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  text-transform: uppercase;
  color: #58595b;
  font-size: 11px;
}
.tagstyless a {
  text-transform: uppercase;
  background: #adafb0;
  font-size: 11px;
  color: white;
  padding: 4px 7px;
  white-space: nowrap;
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  letter-spacing: 0.1em;
}
.tagstyless a:hover {
  background: #47c8d6;
}
/* Submission specific */

@media (max-width: 768px) {
  
}
.webcamback,
.uploadback {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  filter: alpha(opacity=30);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 50;
}
.uploadback {
  background: white;
  filter: alpha(opacity=30);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.modalwhitebox {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 480px;
  margin-left: -400px;
  margin-top: -240px;
  background: white;
  /*.border-radius(10px);*/
  z-index: 101;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  /*padding:20px;*/

}
.modalwhitebox .inner {
  width: 800px;
  height: 480px;
  position: relative;
}
.modalwhitebox .closebutton {
  width: 26px;
  height: 26px;
  background: url("/cassette.axd/file/site-static/close-popup-da7bcf1a280643f4cec2170afd12b4842ee573a7.png") no-repeat;
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
}
#webcamthumb div.thumb {
  height: 175px;
  width: 175px;
  position: relative;
  overflow: hidden;
  border: 4px solid #cccccc;
  clear: left;
  margin-top: 40px;
}
#webcamthumb div.thumb img {
  position: absolute;
  height: 175px;
  left: -70px;
  z-index: 10;
}
/* new upload */

ul#uploadtabs {
  height: 42px;
  position: absolute;
  top: 0px;
  margin-top: 10px;
  z-index: 10;
  overflow: hidden;
}
ul#uploadtabs li {
  float: left;
  position: relative;
  font-size: 12px;
  padding: 11px 20px;
  list-style: none;
  margin: 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  background-color: #d88517;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#f6981a, #d88517);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#f6981a, #d88517);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6981a), color-stop(100%, #d88517));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#f6981a, #d88517);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#f6981a, #d88517);
  /* Opera 11.10 */
  background-image: linear-gradient(#f6981a, #d88517);
  /* the standard */

  color: white;
  cursor: pointer;
  border: 1px solid darkgray;
  border-bottom-width: 0px;
}
ul#uploadtabs li.activetab {
  padding-bottom: 25px;
  color: #777777;
  background: #f9f9f9;
  cursor: default;
  border-color: #cccccc;
}
html.boxshadow ul#uploadtabs li.activetab {
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.2);
  border-width: 0px;
}
ul#uploadtabs li.activetab span {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background: #f9f9f9;
  height: 10px;
  width: 110%;
  /*html.boxshadow & {
			width:10px;
			right: 0px;
			left:auto;
		}*/

}
html.boxshadow li.activetab:first-child span {
  display: none !important;
}
div.evidence div#uploadbox {
  padding-top: 45px;
  position: relative;
}
div.evidence div#uploadbox ul.uploadthumbs {
  width: 100%;
  height: 155px;
  background-color: #d6ced9;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#fefefe, #d6ced9);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#fefefe, #d6ced9);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #d6ced9));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#fefefe, #d6ced9);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#fefefe, #d6ced9);
  /* Opera 11.10 */
  background-image: linear-gradient(#fefefe, #d6ced9);
  /* the standard */

  background-color: #f9f9f9;
  border: solid 1px #cccccc;
  -moz-border-radius: 0px 10px 10px 10px;
  border-radius: 0px 10px 10px 10px;
  position: relative;
}
html.boxshadow div.evidence div#uploadbox ul.uploadthumbs {
  -webkit-box-shadow: inset 3px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 3px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 0px 5px rgba(0, 0, 0, 0.2);
  border-width: 0px;
}
div.evidence li.gradback {
  height: 165px;
  margin: 0px;
}
div.evidence .uploadthumbs li {
  list-style: none;
  color: rgba(0, 0, 0, 0.3);
  /*font-family:"museo-sans-1","museo-sans-2",sans-serif;*/
  /*font-weight: 900;
			text-transform: uppercase;*/
  font-size: 16px;
}
div.evidence .uploadthumbs div.dragdrop,
div.evidence .uploadthumbs div.webcam,
div.evidence .uploadthumbs div.uploadfiles {
  /* padding: 0px 10px;
			padding-top:15px;*/
  height: 120px;
  width: 120px;
  float: left;
  margin: 15px 0px 0px 15px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
}
div.evidence .uploadthumbs div.dragdrop span,
div.evidence .uploadthumbs div.webcam span,
div.evidence .uploadthumbs div.uploadfiles span {
  padding: 0px 10px;
  padding-top: 15px;
}
div.evidence .uploadthumbs div.dragdrop span.dragdropspan {
  display: block;
  background: url("/_css/submit/upload-icons.png") no-repeat center -200px;
  padding-top: 50px;
  height: 70px;
}
div.evidence .uploadthumbs div.hover {
  /*border-color: #F7991B;*/

  background-color: #d88007;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#f7991b, #d88007);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#f7991b, #d88007);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7991b), color-stop(100%, #d88007));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#f7991b, #d88007);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#f7991b, #d88007);
  /* Opera 11.10 */
  background-image: linear-gradient(#f7991b, #d88007);
  /* the standard */

  border-style: solid;
  color: white;
}
div.evidence .uploadthumbs div.hover span.dragdropspan {
  background-position: center -85px;
}
div.evidence .uploadthumbs li.realitem {
  /*margin: 10px;*/
  border-style: none;
  position: relative;
  padding: 0px 15px;
  height: 156px;
  border-bottom: 1px solid #cccccc;
  /*margin: 0px;*/
  overflow: hidden;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}
div.evidence .uploadthumbs li.realitem h3 {
  position: absolute;
  top: 20px;
  left: 160px;
  font-size: 22px;
  color: #777777;
  text-transform: lowercase;
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
div.evidence .uploadthumbs li.realitem h4 {
  position: absolute;
  top: 55px;
  left: 160px;
  color: #777777;
  text-transform: none;
}
div.evidence .uploadthumbs li.realitem div.image {
  position: relative;
  /* overflow:hidden;*/

}
div.evidence .uploadthumbs li.image img,
div.evidence .uploadthumbs li.image canvas {
  position: absolute;
  top: 0px;
  left: 0px;
}
div.evidence .uploadthumbs div.webcam,
div.evidence .uploadthumbs div.uploadfiles {
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*#gradient > .vertical(#C40000,#9E0000);*/

  background-color: #d88007;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#f7991b, #d88007);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#f7991b, #d88007);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7991b), color-stop(100%, #d88007));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#f7991b, #d88007);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#f7991b, #d88007);
  /* Opera 11.10 */
  background-image: linear-gradient(#f7991b, #d88007);
  /* the standard */

  position: relative;
  color: white;
  float: left;
  /*margin-right: 15px;*/
  cursor: pointer;
  display: block;
  text-align: center;
  /*.box-shadow(3px 3px 5px rgba(0,0,0,.5));*/

}
div.evidence .uploadthumbs div.webcam span.record,
div.evidence .uploadthumbs div.uploadfiles span.record {
  background: url("/_css/submit/upload-icons.png") no-repeat center 20px;
  padding-top: 50px;
  padding-bottom: 21px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0px 0px 1px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
div.evidence .uploadthumbs div.webcam span.files,
div.evidence .uploadthumbs div.uploadfiles span.files {
  padding-top: 50px;
  padding-bottom: 21px;
  background: url("/_css/submit/upload-icons.png") no-repeat center -705px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0px 0px 1px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
div.evidence .uploadthumbs div.webcam object,
div.evidence .uploadthumbs div.uploadfiles object {
  position: absolute;
  left: 0px;
  top: 0px;
}
div.evidence .uploadthumbs ul.manipbuttons {
  position: absolute;
  top: 83px;
  left: 150px;
}
div.evidence .uploadthumbs ul.manipbuttons li {
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 60px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  float: left;
  margin-right: 10px;
}
div.evidence .uploadthumbs ul.manipbuttons li span {
  padding: 7px 0px;
  font-size: 10px;
  text-transform: uppercase;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: block;
  color: #777777;
  padding-top: 35px;
  background: url("/_css/submit/upload-icons.png") no-repeat center -361px;
  /* .box-shadow(inset 1px 1px 1px #ffffff);*/
  border: 1px solid white;
  border-width: 1px 0px 0px 1px;
}
div.evidence .uploadthumbs ul.manipbuttons li:hover {
  border-color: #777777;
}
div.evidence .uploadthumbs ul.manipbuttons li.disabledaction,
div.evidence .uploadthumbs ul.manipbuttons li.disabledaction:hover {
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  border: 1px solid #cccccc;
  cursor: pointer;
}
div.evidence .uploadthumbs ul.manipbuttons li.rotateleft span {
  background-position: center -467px;
}
div.evidence .uploadthumbs ul.manipbuttons li.delete span {
  background-position: center -618px;
}
.requiresdragdrop {
  display: none;
}
html.draganddrop .requiresdragdrop {
  display: block;
}
.uploadboxback {
  width: 700px;
  height: 200px;
  margin-left: -350px;
  margin-top: -100px;
  border: 10px solid #fbe613;
  /*rgba(255,231,23,0.8)*/
  border-color: rgba(255, 231, 23, 0.6);
  /*border-right-color: #F99617;
    border-bottom-color: #F99617;*/
  border-right-color: rgba(247, 155, 30, 0.6);
  border-bottom-color: rgba(247, 155, 30, 0.6);
  position: fixed;
  z-index: 51;
  top: 50%;
  left: 50%;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.uploadboxback .uploadboxmain {
  width: 480px;
  height: 160px;
  background: white url(/_css/submit/logo-uploadbg.png) no-repeat 60px 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(198, 124, 24, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(198, 124, 24, 0.8);
  box-shadow: 0px 0px 10px rgba(198, 124, 24, 0.8);
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  padding-left: 200px;
  position: relative;
}
.uploadboxback .thumbholder {
  position: absolute;
  bottom: 0px;
  left: -60px;
  width: 280px;
  height: 230px;
}
.uploadboxback .thumbrelative {
  width: 250px;
  height: 230px;
  position: relative;
}
.uploadboxback h3 {
  font-size: 26px;
}
.uploadboxback .progressouter {
  width: 470px;
  height: 30px;
  border: 1px solid #d28a33;
  margin-top: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.uploadboxback .progressouter .progressinner {
  background-color: #b67321;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#f69a2b, #b67321);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#f69a2b, #b67321);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f69a2b), color-stop(100%, #b67321));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#f69a2b, #b67321);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#f69a2b, #b67321);
  /* Opera 11.10 */
  background-image: linear-gradient(#f69a2b, #b67321);
  /* the standard */

  background-color: #f69a2b;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 5%;
  color: white;
  text-align: right;
  font-size: 14px;
  height: 30px;
  position: relative;
}
.uploadboxback .progressouter .progressinner .lines {
  background: url(/_css/submit/uploadbar-lines.gif);
  background-position: 0px -31px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 30px;
  /*overflow:hidden;*/
  position: relative;
}
.uploadboxback .progressouter .progressinner .lines span {
  display: block;
  position: absolute;
  right: 10px;
  padding: 8px 0px;
  /*padding-right:10px;
					overflow:hidden;*/
  z-index: 1000;
}
.uploadboxback .progressouter .progressinner .lines span.totheright {
  right: -35px;
  color: #777777;
}
html.cssgradients .uploadboxback .progressouter .progressinner .lines {
  background-position: 0px 0px;
}
.uploadboxback h4 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: normal;
}
div.imgholder {
  background: white;
  width: 119px;
  height: 139px;
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  border: 1px solid #cccccc;
  top: 5px;
  left: 15px;
  /*border: 1px solid #cccccc;*/
  z-index: 48;
}
div.imgholder div.image {
  z-index: 1;
  position: relative;
  width: 105px;
  height: 105px;
  top: 7px;
  left: 7px;
  background: black url(/_css/submit/ajax-loader-black.gif) no-repeat center center;
}
div.imgholder div.image canvas {
  width: 105px;
  height: 105px;
}
div.imgholder div.imageloaded {
  background: black;
}
div.imgholder div.filmicon {
  background: black url(/_css/submit/upload-filmback.png) no-repeat center center;
}
div.imgholder div.border {
  left: 7px;
  top: 7px;
  width: 105px;
  height: 105px;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.8);
}
div.bigimgholder div.imgholder {
  width: 168px;
  height: 196px;
}
div.bigimgholder div.imgholder div.image {
  width: 147px;
  height: 147px;
  top: 10px;
  left: 10px;
}
div.bigimgholder div.imgholder div.image canvas {
  width: 148px;
  height: 148px;
}
div.bigimgholder div.imgholder div.border {
  width: 148px;
  height: 148px;
  left: 10px;
  top: 10px;
}
ul#filesAddedList {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 50%;
  height: 120px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
ul#filesAddedList li {
  width: 380px;
  clear: none;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
ul#filesAddedList li div.thumbText {
  color: white;
}
ul#filesAddedList li.complete .status {
  color: #33ff66;
}
ul.peoplebar li {
  float: left;
  position: relative;
  padding: 6px 25px;
  padding-left: 30px;
  border: solid 1px #cccccc;
  height: 11px;
  font-size: 11px;
  margin-top: 3px;
  margin-left: 3px;
  background: #e2e2e2;
}
ul.peoplebar li img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 23px;
  width: 23px;
}
ul.peoplebar li span.cross {
  position: absolute;
  display: block;
  right: 0px;
  font-size: 11px;
  height: 11px;
  padding: 6px 5px;
  top: 0px;
  cursor: pointer;
}
ul.peoplebar li span.cross:hover {
  background: #666666;
  color: white;
}
ul.peoplebar li.entrybox {
  background: white;
  width: 140px;
  border-color: white;
  padding: 0px;
  padding: 0;
  padding-left: 5px;
  line-height: 23px;
  height: 23px;
}
ul.peoplebar li.entrybox:hover {
  cursor: text;
}
ul.peoplebar ul.friendlist {
  top: 32px;
  position: absolute;
  left: -1px;
  width: 100%;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
ul.peoplebar ul.friendlist li {
  margin-left: 0px;
  float: none;
  width: 326px;
  background: white;
  padding: 8px 5px;
  padding-left: 35px;
  z-index: 100;
  border-width: 0px;
  border-bottom-width: 1px;
  margin-top: 0px;
  cursor: pointer;
}
ul.peoplebar ul.friendlist li:hover {
  background: #47c8d6;
  color: white;
}
ul.peoplebar ul.friendlist span.cross {
  display: none;
}
ul.peoplebar ul.friendlist img {
  width: 27px;
  height: 27px;
}
