
#attachment {
    visibility: hidden;
    position: absolute;
}    
.browse_btn{
	color:#fff;
background:#542012;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border: 0px solid#542012;
}
.browse_btn:hover{
	color:#fff;
}