.hideMe{
display:none !important;
}
.pos_rel{
position:relative;
} form div.pos_rel{
margin-bottom: 10px;
min-height: 45px;
}
form div > div.pos_rel:last-child{
margin-bottom: 20px;
}
form div.pos_rel span{
display: block;
position: relative;
left: 150px;
overflow-x: hidden;
}
input[name^="file_btn"]{
left: -100px;
position: relative;
opacity:0;
padding-top: 10px;
}
div[id^="file_lab"]{
background: lightgray;
border-radius: 32px;
display:inline-block;
max-width: 140px;
width: 140px;
position:absolute;
left:0;
top:0;
cursor: pointer;
padding: 10px;
text-align: center;
}
div[id^="file_lab"]:hover{
color:#000;
}
div[id^="file_lab"].clicked{
color:#fff;
background:#e3e3e3;
}