/*
# 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
*/




textarea#message{width:150px;height:80px}
p.sp_qc_loading {
	background: url(../images/ajax-loader.gif) no-repeat 0 50%;
	padding: 0;
	width: 16px;
	height: 16px;
	float: left;
	display: inline-block;
	margin: 5px 10px 0 0;
}
p.sp_qc_warn{color:red}
p.sp_qc_success {color:green; font-weight: bold}
.sp_qc_error{border:1px solid #e20000}
.sp_qc_error:focus{border:1px solid red}
.sp_qc_clr{clear:both;margin-bottom:10px}

form#sp-quickcontact-form .form-group label{
	text-align: left !important;
	margin-bottom: 10px;
}

form#sp-quickcontact-form .form-group input[type="text"],
form#sp-quickcontact-form .form-group input[type="email"],
form#sp-quickcontact-form .form-group textarea
{
	width: 100%;
    border-bottom: 1px solid #d2d2d2;
}

form#sp-quickcontact-form .form-group textarea{
	min-height: 300px;
}


.sp_quickcontact form {
    select, 
    textarea, 
    input[type="text"], 
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"], 
    .inputbox {
      color: @text-color;
      background-color: @body-bg;

    }

  }