 /*<style type="text/css">*/
/**
* CSS for New users module Content
**/

/* The List of users */
#liveusers {
	width:100%;
}

/* A List Item */
#liveusers .liveuser {
	width:100%;	
}

/* A List Item Link */
#liveusers .liveuser a {
	
}*

/* A List Item Image */
#liveusers .liveuser a img {
	padding-right: 2px;	
	vertical-align: middle;	
}

/* Shadow for thumbnail images */
.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 3px;
}
/*</style>*/
