/**
 * @package Xpert Contact
 * @version ##VERSION##
 * @author ThemeXpert http://www.themexpert.com
 * @copyright Copyright (C) 2009 - 2011 ThemeXpert
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 *
 */

.xcon-success,
.xcon-failed{
    border-width : 1px;
    border-style: solid;
    padding: 0 10px;
    border-radius: 2px;
    line-height: 30px;
}
.xcon-success{
    color: #61c568;
    background-color: #f2ffe3;
    border-color: #61c568;
}
.xcon-failed{
    color: #e5473c;
    background-color: #ffe6e3;
    border-color: #e5473c;
}
#xcon-submit.loading{
    background-image: url("../loader.gif");
    background-repeat: no-repeat;
    background-position : 50% 50%;
    text-indent: -99999px;
    font-size: 0;
    padding: 6px 40px;
}