div#login_block {
    color:white;
    font-size:13px;
    position:absolute;
    left:36px;
    top:76px;
}
div#login_block a:hover {
    text-decoration: underline;
}
div#login_block a {
    color:white;
    text-decoration: none;
}
div#login_block a:hover div.authorisation {
    opacity:1;

    -webkit-animation-name: authorisation;
    -webkit-animation-duration:0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function:ease-in-out;
}
@-webkit-keyframes authorisation {
    0% { -webkit-transform:translateY(0px)}
    10% { -webkit-transform:translateY(-30px)}
    30% { -webkit-transform:translateY(30px)}
    50% { -webkit-transform:translateY(-20px)}
    70% { -webkit-transform:translateY(20px)}
    90% { -webkit-transform:translateY(-10px)}
    100% { -webkit-transform:translateY(0px)}
}
div#login_block div.vis, div#login_block div.vis_c {
    opacity:1 !important;
    z-index:2 !important;
   /* -webkit-animation-name: authorisation;
    -webkit-animation-duration:0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function:ease-in-out;*/
}
div#login_block div.vis_c {
    display: block !important;
}
div.authorisation {
    position:absolute;
    z-index:1;
    background-color:white;
    color:white;
    opacity:0;
    display: none;
    border: 1px solid black;
    -webkit-transform:translateY(0);
    -webkit-transition:opacity 0.3s linear;
    -moz-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
    -ms-transition:opacity 0.3s linear;
    transition:opacity 0.3s linear;
    font-size:13px;
    padding: 18px;
    width: 212px;
}
.authorisation .login_title {
    /*color: black;*/
    font-size: 16px;
    text-align: center;
    margin-bottom:15px;

}
.authorisation .shift {
    text-align: center;
}
div#login_block .authorisation a {
    color: #969696;
}
.msg-text div.authorisation {
    color: inherit;
    background-color: transparent;
    opacity: 1;
    position: static;
    border-width: 0;
    padding-bottom:0;
    padding-top:0;
    display:block;
}
div.authorisation #edit-actions{
    margin:0;
}

div.shift img {
    margin-right:4px;
    vertical-align: middle;
}
.authorisation input {
    height: 30px;
    dwidth: 100%;
    margin-bottom:10px;
    color: #969696;
}
.authorisation input[type="hidden"] {
    margin:0;
    padding:0;
    height:0;
}
.authorisation input[type="text"],.authorisation input[type="password"] {
    padding-left: 10px;
    width:202px;
    font-size: 13px;
    font-style:italic;
}
.authorisation input[type="text"] {
    border: 0;
}
.authorisation input[type="submit"] {
    width:212px;
}
.authorisation input[type="submit"].active {
    background-color: #d2232a;
    color:white;
    cursor: pointer;
}
.authorisation input[type="password"] {
    border: 0;
}
.authorisation input.form-submit {
    border: 0;
    text-transform: uppercase;
}
.authorisation .form-actions {
    margin: 0;
}
.msg-text div.authorisation input {
    border: 1px solid black;
}
.authorisation img {
    margin-right: 5px;
    vertical-align: middle;
}
.authorisation .button input{
    background:none!important;
    color: white;
    border:none;
    text-decoration:none;
}

.authorisation .button input:hover{
    text-decoration:underline;
}

.form-item-name, .form-item-pass {
	display: inline !important;
}

.authorisation .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/images/big_social_buttons.png);
    margin-right: 12px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    transition:all 0.2s linear;
    background-color: #d2232a;
    border-radius: 3px;
}
.comments .authorisation .social a {
    background-image: url(/images/small_social_buttons.png);
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin-right: 4px;
}
.authorisation .social {
    margin-bottom: 20px;
}
.authorisation .social a.last {
    margin-right:0px !important;
}
.authorisation .social a.facebook {
    background-position: -30px 0;
}
.authorisation .social a.googleplus {
    background-position: -90px 0;
}
.authorisation .social a.twitter {
    background-position: -60px 0;
}
.authorisation .social a.odnoklassniki {
    background-position: -120px 0;
}

.authorisation .social a.vkontakte:hover {
    background-color:#3c75a1;
}
.authorisation .social a.facebook:hover {
    background-color:#2a3e73;
}
.authorisation .social a.twitter:hover {
    background-color:#accbdb;
}
.authorisation .social a.odnoklassniki:hover {
    background-color:#fa9616;
}
.authorisation .social a.googleplus:hover {
    background-color:#c93a2a;
}
.comments .authorisation .social a.facebook {
    background-position: -15px 0;
}
.comments .authorisation .social a.googleplus {
    background-position: -45px 0;
}
.comments .authorisation .social a.twitter {
    background-position: -30px 0;
}
.comments .authorisation .social a.odnoklassniki {
    background-position: -60px 0;
}
.comments .social {
    font-size: 13px;
}
.comments .social a {
    position: relative;
    top: 3px;
    left: 18px;
}
div#login_block .authorisation a#user_login_form_close {
    position: absolute;
    right: 10px;
    top: 14px;
    border: 1px solid #d2232a;
    width: 14px;
    color: #d2232a;
    height: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    display:block;
    z-index:4;
}
div#login_block .authorisation a#user_login_form_close:hover {
    text-decoration:none;
}