/* QTIP custom styles*/

.qtip_valError
{
    background: #ffcccc;
    width: 200px;
    height: auto;
    box-shadow: 0px 0px 20px #888888;
    border-radius: 10px;
    border: 1px solid #888888;
}

.qtip_common
{
    background: #cccccc;
    width: auto;
    height: auto;
    box-shadow: 0px 0px 20px #888888;
    border-radius: 10px;
    border: 1px solid #888888;
    white-space: pre;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tooltip-content,
.tooltip-content-form
{
    display: none;
}