/*
# mod_sp_quickcontact - Ajax based quick contact Module by JoomShaper.com
# -----------------------------------------------------------------------	
# Author    JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2014 JoomShaper.com. All Rights Reserved.
# License - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomshaper.com
*/

.ju-qc-loading {
	background: url(../images/ajax-loader.gif) no-repeat 0 50%;
	padding: 0;
	width: 16px;
	height: 16px;
	float: left;
	display: inline-block;
	margin: 9px 0 0 10px;
}

.ju-qc-message{
    width: auto;
    height: auto;
}

.ju-qc-warn{
    color:red
}

.ju-qc-success {
    color:green; 
    font-weight: bold
}

.ju-qc-submit{
    float: left;
}

.ju-quickcontact-introtext, .ju-quickcontact-posttext {
    clear: both;
    margin: 10px 0;
}
