#upload{
	padding:5px;
	font-weight:bold; font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:100px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	text-align:center;
	margin-bottom:20px;
}
.darkbg{
	background:#ddd !important;
}
#status_galeria{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0px; border:solid 1px #0000CC;}
ul#files li{ padding:5px; margin-bottom:5px; width:90px; float:left; margin-right:3px;}
ul#files li img{ max-width:100px; max-height:80px; }
.success{ background:#FFF; border:1px solid #999; float:left; }
.error{ background:#f0c6c3; border:1px solid #cc6622; }
.box{ width:90px; float:left; margin-right:6px; margin-bottom:6px; }




			
.loading {
    background: url("../imagens/ajax-loader.gif") no-repeat scroll 35px center #990000;
    box-shadow: 2px 2px 4px #373737;
    height: 80px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 250px;
    z-index: 1000;
	top: 50%; 
	left: 50%;
	margin-left:-125px;
	margin-top:-40px;
}

.loading span {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 80px;
    padding-left: 40px;
	padding-bottom:20px;
    text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
}

.enviada {    
	background: url("../imagens/check.png") no-repeat scroll 20px center #060;
    box-shadow: 2px 2px 4px #666;    
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 250px;
	height: 80px;
    z-index: 1000;
	top: 50%; 
	left: 50%;
	margin-left:-125px;
	margin-top:-40px;
}

.enviada span {
    color: #FFFFFF;
    font-size: 12px;
	margin-top:35px;
    text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:5px;
}

a.back:link, a.back:visited{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color:#FFF; 
	text-decoration:none; 
	height:30px; 
	line-height:30px; 
	margin-top:10px;
}
a.back:hover{
	font-weight:bold;
}


