/* CSS Document */

#admin        { margin:0 120px; }
#rememberPass { margin-top:50px; margin:0 90px; }

#login { width:350px; padding:20px; margin:0 auto; background:#222; }

#textIntro { float:left; width:470px; }

#usersPagination { margin-top:10px; }
#countUsers      { padding-top:18px; font-size:11px; color:#1A74B0; float:left; }

.community     { margin-top:20px; }
.collaborators { margin-top:20px; }

	.community li, .collaborators li   { float:left; position:relative; margin:4px 3px; width:159px; height:107px; overflow:hidden; }
	.community img, .collaborators img { margin:8px 10px 9px 9px; }
	.community .overlay, .collaborators .overlay { position:absolute; top:0; left:0; background:url(../images/user_overlay.png); width:159px; height:107px; }	
	
	.community .name{ background:url(../images/alpha2.png); position:absolute; width:129px; height:35px; bottom:-40px; left:0; padding:5px 15px;
					  color:#eee; font-weight:normal; font-size:11px;  opacity:0; }

	
.uploadifyQueue { margin-left:215px; width:400px; }