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


div.contactpop{
	background:#f7fcfe;
	padding:15px;
}

textarea#message{width:150px;height:80px}
p.sp_qc_loading {background: url(../images/ajax-loader.gif) no-repeat 0 50%; padding: 5px 20px}
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}



div.sp_quickcontact{
	display:block;
	border:1px solid #C6EAF6;
	background:#fff;
	padding:15px;
	font-family:SeravekBasic-Light, Tahoma, sans-serif;
	color:#555;
	font-size:14px;
	line-height:17px;
}

div.sp_quickcontact div.sp_inputs{
	float:left;
	width:300px;
	margin:0;
	padding:15px;
}
div.sp_quickcontact h4{
	color:#1D1F24;
	font-size:38px;
	text-transform:uppercase;
	margin:0 0 17px 0;
}

div.sp_quickcontact textarea,
div.sp_quickcontact input{
	font-family:SeravekBasic-Light, Tahoma, sans-serif;
	color:#555;
	font-size:14px;
	line-height:17px;
	width:250px;
	border:1px solid #ccc;
	background:#f9fbfb;
	margin:5px 0;
	padding:5px 15px;
	max-width: 250px;
	min-width: 250px;
}

div.sp_quickcontact textarea{
	height:120px;
	min-height:120px;
	max-height:120px;
	margin:10px 0 15px 0;
	padding:5px 15px;
}

	div.sp_quickcontact div.sp_input_blk input.button{
		background:#80D900 url(../images/menu_butt_bac.png) center 0 no-repeat;
		border:1px solid #5E9E00;
		color:#fff;
		font-size:18px;
		height:35px;
		line-height:32px;
		width:100%;
		padding:5px 30px;
		text-align:center;
		text-shadow: 1px 1px 1px #64ad00;
		filter: dropshadow(color=#64ad00, offx=1, offy=1);
	}
	div.sp_quickcontact div.sp_input_blk input.button:hover{
		background-position: center -27px;
	}



div.sp_quickcontact div.sp_details{
	float:right;
	width:500px;
	margin:5px 0 0 0;
}
div.sp_quickcontact div.sp_details_text{
	margin:0 15px;
}
div.sp_quickcontact div.sp_details img{
	float:right;
	margin:25px 15px 15px 15px;
}

