/**
 * ------------------------------------------------------------------------
 * JA Mers Template for J25 & J3x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
 
ul.form-list { width: 520px; }

ul.form-list li {
	padding: 0;
 	margin-bottom: 15px;
}


ul.form-list li div.row-content {
 	background: #eeede6 !important;
 	border: solid 1px #dedccd;
 	padding: 5px 10px;
}

ul.form-list li div.row-content:hover {
 	background: #fff !important;
 	border-color: #dd5280;
}

ul.form-list li input.input-text,
input#contact_name,
ul.form-list li textarea  {
	width: 100%;
	min-width: 100% !important;
	background: none;
	border: none;
	padding: 0;
	margin-top: 2px;
	height: auto;
	line-height: normal;
}

ul.form-list li .input-box textarea {
	border: 0;
}

ul.form-list li .input-box { border: none; padding: 0px; float: left; width: 85%; margin-bottom: 0; }

ul.form-list li:hover .input-box { background: #f5f5f5; background: none; border: none; }

ul.form-list li.error .input-box {
	border: none;
}

.form-info h3 { display: none; }

ul.form-list li label {
	font-family: Georgia,"Times New Roman",Times,serif; 
	font-weight: normal;
	color: #999; 
	font-size: 95%;
	width: 15%;
	font-style: italic;
	margin: 0px;
	display: inline;
	float: left;
}

ul.form-list li label.email-copy {
	width: auto; 
	margin-right: 5px;
}
ul.form-list li input#contact_email_copy {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	border: none; 
}

ul.form-list li:hover label { color: #333; }

ul.form-list li label.requiredField {
	width: auto;
	margin-top: 2px;
	margin-right: 5px;
	float: none;
}

.jl_error { color: red; }

ul.form-list li.button {
	background: #dd5280 !important;
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	border: none;
	margin-right: 0px;
}

ul.form-list li.button a#ac-submit {
	color: #fff; 
	font-size: 230%;
	font-family: JosefinSansRegular,sans-serif;
	font-weight: normal;border: solid 1px #e67da0;
	display: block;
	background-color: transparent;
	padding: 0;
}

ul.form-list li.button a#ac-submit:hover,
ul.form-list li.button a#ac-submit:focus,
ul.form-list li.button a#ac-submit:active {
	background: #c3446e;
}

.text-contact {
	text-align: center;
	vertical-align: middle;
	padding: 15px 0px;
}

input#mathguard_answer,
input#mathguard_answer:hover {
	border: none;
	background: none;
	padding: 0px 5px;
	width: 50%;
}

ul.form-list li textarea {
	width: 100%; 
	max-width: 100%; 
	min-width: 100%; 
}

.captcha-container input#captcha_code {
	vertical-align: top;
	margin-top: 17px;
}

.captcha-container #reloadImage {
	vertical-align: top;
	margin: 22px 5px 0px 5px;
	display: inline-block;
}
 
input#captcha_code {
	vertical-align: top;
	margin-top: 8px;
}

#reloadImage {
	vertical-align: top;
	margin: 12px 5px 0px 5px;
	display: inline-block;
}