/*CSS Style for Min Profil*/

div#userPicture{
    width:100px;
    height:120px;
    border: 1px solid gray;
}

div#col-1{
    float: left;
    margin-left: 50px;
}
div#col-2{
    margin-left:30px;
    float: left;
}
div#col-3{
    height: 270px;
    float: left;
    padding-left: 30px;
    border-right: 1px dashed gray;
}
.file_input_div{
  position: relative;
  width: 100px;
  height: 23px;
  overflow: hidden;
}
input#btnUpload{
    font-size: 23px;
    position: relative;
    left: -250px;
    opacity: 0;
    filter: alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -khtml-opacity: 0;
        -moz-opacity: 0;
    cursor: pointer;
}
.file_input_button{
    width: 100px;
    position: absolute;
    top: 0px;
    background-color: #33BB00;
    color: #FFFFFF;
    border-style: solid;
}
/*PHOTO UPLOAD*/
.file_photo_upload{
    position: relative;
    width: 100px;
    height: 23px;
    overflow: hidden;
    margin: 0px 0px 5px 0px;
}
.btn_photo_upload{
    width: 100px;
    position: absolute;
    top: 0px;
    background-color: #33BB00;
    color: #FFFFFF;
    border-style: solid;
}

input#fileUploadPhoto{
    font-size: 23px;
    position: relative;
    left: -250px;
    opacity: 0;
    filter: alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -khtml-opacity: 0;
        -moz-opacity: 0;
    cursor: pointer;
}
img.userPhotos{
    border: 1px solid gray;
}
.deleteicon{
    cursor: pointer;
}
.btn_photo{
    position: relative;
    left: 110px;
    top: -28px;
    width: 100px;
    background-color: #33BB00;
    color: #FFFFFF;
    border-style: solid;
}
