/* Restyling Previous Start */
h1 {
	padding:21px 24px;
	padding-bottom:10px;
	font-size:20px;
}
span.email {
	font-size:13px;
	font-style:normal;
	margin-left:8px;
	float:none;
	color:#fff;
	font-weight:bold;
	background-color:880000;
}
span.testimonial {
	float:right;
	color:#111;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	padding-right:14px;
}

p.contact {
	font-size: 14px;
	padding: 10px 25px;
}
p.testimonial {
	font-family:Georgia, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:5px 5px;
	color:#000;
	text-align:left;
}

#mainContent.contact {
	float:left;
	height:467px;
	width:400px;
	background:url(../images/body_bg.png) repeat-x;
}

#sideContent.contact {
	height: auto;
	width: 484px;
	height: 467px;
	margin-top:7px;
	margin-right:1px;
	border:#230000 2px solid;
	background:url(../images/testimonials_bg.jpg);
	position:relative;
}
/* Restyling Previous Stop */
.testimonial1 {
	background:#FFF;
	position:absolute;
	width:315px;
	left:35px;
	top:28px;
	border:#230000 1px solid;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.testimonial2 {
	background:#FFF;
	position:absolute;
	width:260px;
	right:35px;
	top:275px;
	border:#230000 1px solid;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.testimonial3 {
	background:#FFF;
	position:absolute;
	width:260px;
	height:38px;
	left:85px;
	bottom:25px;
	border:#230000 1px solid;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contactFormArea {
	margin:1px 65px;
	padding-bottom: 5px;
}

span {
	color: #777;
	float: left;
	font-size: 9px;
	font-style: italic;
	text-indent: 5px;
}

form.formular {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width:250px;
	margin-top: 10px;
}

.formular fieldset {
	border:none;
}

.formular legend {

}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	padding: 4px;
	margin-top: 4px;
	
}
.formular textarea {
	width: 250px;
	height:80px;
	padding: 4px;
	margin-top: 4px;
	font-family: inherit;
	font-size: inherit;
}

/* Validation Styling Starts Here */
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

#loadBar {
	width: 250px;
	text-align: center;
	border: #222 1px solid;
	padding: 8px 5px;
	font-size:14px;
}

#emailSuccess {
	width: 250px;
	text-align: center;
	padding: 8px 5px;
	border: green 1px solid;
	font-size:14px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
	float: right;
}

#human {
	float: right;
	margin-right: 20px;
	margin-top: -8px;
}

.formular .submit {
	clear: both;
	border: 1px solid #111;
	padding: 4px;
	margin-top: 6px;
	margin-right: 0px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
