ul.nots{list-style: none; margin: 0 auto 0 auto;}
ul.nots li{ float: left; text-indent: -9999px; width: 22px; height:22px;  cursor: pointer; position: relative;}
ul.nots li.notifs{background: url(../img/bell.png) no-repeat right top; }
 
/*
ul.nots{list-style: none;  height: 30px; width: 100px; margin: 0 auto 0 auto;}
ul.nots li{ float: left; text-indent: -9999px; width: 22px; height:20px; margin: 12px 5px 0 5px; cursor: pointer; position: relative;}
ul.nots li.notifs{background: url(../img/icons-sprite.jpg) no-repeat right top; }
*/

ul.nots li ul.dp{position: absolute; top:45px; left:50%; margin-left: -280px; background: #fff; width: 300px; border:0; display:none ; padding-left: 15px; }
.ctnots{position: absolute; right: -6px; top: -5px;  padding:2px 2px; background: #d00; color: #fff; font-size: 10px; border-radius:6px; z-index: 3; text-indent: 0px; }
.arrow-down{background: url(../img/arrow-down.png) no-repeat; width: 19px; height: 10px; position: absolute; left: 272px; top: -10px; z-index: 1;}
ul.nots li ul.dp li{float: inline;  display: block; width: 95%; height:auto; margin: 0; padding: 7px 10px; text-indent: 0; bolder; border-bottom: 1px solid #ccc;}
ul.nots li ul.dp li.titlenot{font-size: 13px; font-weight: bolder; border-bottom: 1px solid #ccc; line-height: 20px;}
ul.nots li ul.dp li .imgn{width: 50px; height: 50px; float: left; margin:0 5px 0 0;}
ul.nots li ul.dp li .contn{font-size: 13px; color: #444;}
ul.nots li ul.dp li .contn span{font-size: 13px; font-weight: bold;}

ul.nots li ul.dp li.titlenot:hover{background: none;}
ul.nots li ul.dp li:hover{background: #E9EAED; color: #333;}
 
.boxform{background: #fff; padding: 20px; width: 330px; margin:150px auto 0 auto; border:1px solid #ccc; border-radius: 3px;}
.seluser{padding: 10px;  border-radius: 4px;}
.addnot{padding: 10px; font-size: 13px; font-weight: bold; margin: 20px 0; cursor: pointer; color: #d00; }
 
.vis{border-radius:100%; width: 3px; height: 3px; padding: 5px; background: #d00; float: left; margin: 3px 0 0 0; }
.vis2{border-radius:100%; width: 3px; height: 3px; padding: 5px; background: #333; float: left; margin: 3px 0 0 0;}