/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.08.2014, 15:56:08
    Author     : Nico
*/

.sTip {
    display: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    z-index: 100;
}
.sTip .arrowTop {
    background: url("images/template/loginbox_arrow_top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 6px;
    left: 162px;
    position: absolute;
    top: -6px;
    width: 12px;
}
.sTip .content {
    color: #686868;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
}