


.drag-pointer
{
    position: absolute;
    top: 0;
    width: 14px;
    height: 11px;
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: move;
}

.user-box
{
    position: relative;
    top: 0;
    left: 0;
    float: left;
    display: inline;
    width: 350px;
    height: 226px;
    background: url(images/user-box.png) no-repeat 0 0;
    padding: 0 4px;
    margin-right: 10px;
}
.user-box .drag-pointer
{
    top: 7px;
    left: 169px;
}
.user-box .user-picture
{
    float: left;
    display: inline;
    width: 87px;
    height: 103px;
    background: url(images/user-picture-cover.gif) no-repeat 0 0;
    margin: 31px 6px 0 19px;
    padding: 3px 0 0 3px;
}
.user-box .user-info
{
    float: left;
    display: inline;
    width: 225px;
    padding-top: 34px;
}
.user-box .username
{
    width: 212px;
    height: 21px;
    background: url(images/username-bg.gif) no-repeat 0 0;
    color: #171200;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 13px;
    line-height: 20px;
}
.user-box .description
{
    padding: 5px 0 0 12px;
}
.user-box .description h5
{
    font-size: 11px;
    text-transform: uppercase;
}
.user-box .social-links
{
    border-top: 1px dashed #000;
    padding-top: 6px;
    margin-top: 28px;
}
.user-box .social-links p
{
    float: left;
    display: inline;
    font-size: 11px;
    color: #494949;
    padding: 4px 6px 0 26px;
}
.user-box .social-links a
{
    float: left;
    display: inline;
    width: 23px;
    height: 23px;
    background: url(images/ico-social.gif) no-repeat 0 0;
    margin-right: 4px;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
.user-box .social-links .linkedin
{
    background-position: 0 0;
}
.user-box .social-links .skype
{
    background-position: -23px 0;
}
.user-box .social-links .facebook
{
    background-position: -46px 0;
}
.user-box .social-links .twitter
{
    background-position: -69px 0;
}
.user-box .social-links .picasa
{
    background-position: -92px 0;
}
.user-box .social-links .lastfm
{
    background-position: right 0;
}

.image-box
{
    position: relative;
    top: 0;
    left: 0;
    float: left;
    display: inline;
    width: 204px;
    height: 210px;
    background: url(images/image-box.png) no-repeat 0 0;
    padding: 0 4px;
    margin: 0 10px 20px 0;
}
.image-box .drag-pointer
{
    top: 8px;
    left: 96px;
}
.image-box .photo-cover
{
    position: relative;
    width: 170px;
    height: 110px;
    margin: 25px 0 0 15px;
    padding: 3px 0 0 3px;
}
.image-box .photo-name
{
    height: 32px;
    border-top: 1px dashed #000;
    background: url(images/photo-name-bg.png) no-repeat center 7px;
    margin-top: 15px;
    color: White;
    text-align: center;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.2;
    font-family: "Sans-Serif",Arial, Helvetica, Sans-Serif;
}

