.headerImg{
    /*border:1px solid #285a89;*/ 
    float:left;
    width:50px;
    height:50px;
    line-height:15px;
    position:relative;
    overflow:hidden;
    float:left;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:0px;
    padding-right:10px;
}
.userImages{
    border:1px solid #ffffff;
    float:left;
    width:180px;
    height:180px;
    line-height:15px;
    position:relative;
    overflow:hidden;
    float:left;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:10px;
}
.editImages{
    border:1px solid #ffffff;
    float:left;
    min-width:200px;
    min-height:100px;
    line-height:15px;
    position:relative;
    overflow:hidden;
    float:left;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:10px;
}
.userImagesFavs{
    border:1px solid #ffffff;
    float:left;
    width:55px;
    height:55px;
    line-height:15px;
    position:relative;
    overflow:hidden;
    float:left;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}
/*used for search users results*/
.left
{
    width: 175px;
    float: left;
    margin-left: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
}
.tags{
    border:2px solid #cee2e9;
    float:left;
    /*background: #d0f7d0;*/
    /*background: #d0f7d0;*/
    font-size:100%;
    line-height:normal;
    min-width:75px;
    padding:5px;
    margin-right:5px;
    margin-top:5px;
    vertical-align:middle;
    text-align:center;
}

