/*!
 * Validetta (http://lab.hasanaydogdu.com/validetta/)
 * Version 1.0.0 ( 09-07-2014 )
 * Licensed under MIT (https://github.com/hsnayd/validetta/blob/master/LICENCE)
 * Copyright 2013-2014 Hasan Aydoğdu - http://www.hasanaydogdu.com 
 */

.validetta-bubble { 
    position:relative;
    background-color:rgba(240,40,86,.7);
    max-width:100%;
    border-radius:2px;
    color:white;
    padding:13px 20px;
    border: 1px solid #F02856;
    z-index: 100;
}
/*.validetta-bubble:before {*/
    /*content:'';*/
    /*display:block;*/
    /*position:absolute;*/
    /*top:-9px;*/
    /*left:9px;*/
    /*width:0;*/
    /*height:0;*/
    /*border-right:5px solid transparent;*/
    /*border-bottom: 5px solid #CD2E26;*/
    /*border-left: 5px solid transparent;*/
    /*border-top:5px solid transparent;*/
/*}*/
.validetta-bubbleClose {
    display:block;
    cursor:pointer;
    position:absolute;
    top:-1px;
    right:3px;
    color:white;
    font-weight:bold;
}
.validetta-inline,
.validetta-bubble {
    display:block;
    font:12px/14px Arial, Helvetica, sans-serif;
}
.validetta-inline {
    color:#CD2E26;
}
