.uploadbutton {
    margin-top: -50px;
    margin-left:-410px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 80px;
    width: 80px;
}
.uploadfilecontent {
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 32px;
    padding: 0px 2px;
    background-color: #FFF;
    cursor: pointer;
}
.selectedicon {
    width: 120px;
    height: 120px;
    border: thin dotted #ccc;
    margin: 2px;
}
.icon_block {
    border: thin solid #CCC;
    display: inline-block;
}
.login-form {
    background: #FFF;
    border: thin solid #CCC;
}