._cssimg {
    color: #425cbb;
    border: 2px dashed #425cbb;
    padding: 5%;
    line-height: 3;
    margin: 5px 1%;
    /* position: absolute; */
    cursor: pointer;
    border-radius: 10px;
    /* text-shadow: 1px 1px 1px white; */
    background-color: #ffffff;
    font-family: sans-serif;
    /* opacity: 0.7; */
}
._cssimg:hover{
    opacity: 1;
}
._cssimg:before{
	content:attr(text-file);
}
._cssimg input[type=file],._imgshow input[type=file]{
	display: none;
}

._imgshow{
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}
._imgshow:hover{
   opacity: 1;
}
._imgshow img{
    border: 1px solid silver;
    border-radius: 10px;
    background-color: transparent;
    padding: 2px;
/*    max-width: 100%;
    min-width: 100%;*/
    width: 340px;
    height: 180px;
}
.loader{
    background-image: url(loader.gif);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 100%;
    position: absolute;
    margin: 1%;
    display: none;
}
 
