/*!
 * 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:absolute;
    background-color:#CD2E26;*/
    width:100%;
	text-align: center;
/*    border-radius:5px;*/
    color:#FF4646;
/*    padding:5px 12px;*/
padding-top: 10px;
}
.validetta-bubble:before {
    content:'';
    display:block;
    position:absolute;
    top:7px;
    left:-5px;
    width:0;
    height:0;
    border-right:5px solid #CD2E26;
    border-bottom: 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;
}
