
input#upload {
    -moz-border-radius: 5px 5px 5px 5px;
    background: url("../images/bg-btn.png") repeat-x scroll center bottom #AAAAAA;
    border: 1px solid #AAAAAA;
    color: #222222;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    margin: 2em 0;
    padding: 0.4em 1.2em;
}
input#upload:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #777777;
    color: #111111;
}
.customfile-input { position: absolute; height: 100px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999; color:#666 !important;  }




.customfile {
    
     background-image: url("../imagens/bg-input.jpg");
    border: 1px solid #ADADAD;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 3px;
    padding-top: 4px;
    position: relative;
    width: 380px;
	background-repeat:repeat-x;

	
}




.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default; color:#666 !important;  
}
.customfile-feedback { display: block; color: #666;  color:#666 !important; margin-left:10px; font-style:italic; margin-top:-23px; }



.customfile-feedback-populated { color: #000; font-style: normal; font-weight: bold; padding-left: 20px; background: url(../images/icon-generic.gif) left 4px no-repeat; }


.customfile-button { background:#009EB0; color:#fff; width:94px; padding:16px; margin-left:300px;  font-size: 1em;
    font-weight: bold; text-shadow:  0.1em 0.01em #8C8C8C; font-family:arial;
  
  }
