/**
 * @version		$Id$
 * @author		NooTheme
 * @package		Joomla.Site
 * @subpackage	mod_noo_contactform
 * @copyright	Copyright (C) 2013 NooTheme. All rights reserved.
 * @license		License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
 */
@charset "UTF-8";
.noo-ctform {
}
.form-info {
    margin-bottom: 10px;
}
.form-list {
    margin: 0;
}
.form-list .wide {
}
.form-list .textarea {
    height: 100px;
    width: 90%;
}
.noo-ctform .invalid {
}
.noo-ctform .invalid .inputbox {
    border: 1px solid #E9322D;
}
.noo-ct-error {
    color: #E9322D;
    font-size: 12px;
    font-weight: normal;
}
