.username_logout {
    left: 164px;
}
.signup a, .login a, .logout a {
    display: block;
    border-bottom: 1px dotted #F7D551;
}
.login{
    left: 162px;
}

.message_menu{
    left: 134px;
}

.header .portal_link,.header .portal_linkshadow{
    height: 100px;
    left: 164px;
    font-size: 16px;
    position: absolute;
    top: 80px;
    letter-spacing: 1px;
}

.header .portal_link a{
    color: #FDDE69;
}

.header .portal_linkshadow{
    color: #666666;
    left: 165px;
    top: 82px;
}

.header .lpulogo{
    background:url('../images/lpu_images/plus.png') no-repeat transparent 0 0;
    position: absolute;
    width: 890px;
    height: 330px;
    right: -50px;
    top: -6px;
}

.left_list{
    padding-left:
}

div.left a{
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}

#pagination-flickr .first a, #pagination-flickr .last a {
    cursor: pointer;
    font-weight: bold;
    border: hidden;
}

.profile{
        color: #FFFFFF;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    padding: 0 15px;
    background: url("../images/rightbar_h.png") no-repeat scroll left top / 100% 100% rgba(0, 0, 0, 0);
}

#id_captcha_1 {
    text-transform: uppercase;
}

.captcharefresh {
    cursor: pointer;
}

[data-hint]:after {
    opacity: 0;
    content: "";
}

[data-hint]:hover {} /* IE10 без этой строчки не работает */
[data-hint]:hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.2s 50ms ease;
    -moz-transition: opacity 0.2s 50ms ease;
    -o-transition: opacity 0.2s 50ms ease;
    transition: opacity 0.2s 50ms ease;
    position: absolute;
    content: attr(data-hint);
    white-space: pre;
    top: 90%;
    left: 60%;
    border: 1px solid #999;
    border-radius: 3px;
    font: normal 11px Tahoma;
    padding: 5px 5px 5px 25px;
    box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: default;
    background: #ffffed url('http://spb-piksel.ru/20x20-Info.png') 2px center no-repeat;
}

