@charset "utf-8";
/* CSS Document */

h1	{
	font-size:24px; margin-bottom:15px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom:2px solid #cbcbcb;
	padding-bottom:5px;
}

#centre	{
	width:650px;
	margin:0 auto;
	background-color:#FFF;
	/* border:1px solid #cbcbcb; */
}

#contactForm	{
	padding:15px 0px 0px 0px;
}

#contactForm label {
	display:inline-block;
	padding-top:10px;
	float:left;
	width:210px;
}

#contactForm label.error {
	display:inline;
	margin-left:210px;
	margin-top:-10px;
	margin-bottom:5px;
	color:red;
	font-style:italic;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:320px;
}
		
#contactForm input, textarea, select {
	width:320px;
	margin:0;
	padding:5px;
	color:#666;
	background:#f5f5f5;
	border:1px solid #ccc;
	margin:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contactForm input.error, textarea.error {
	border:1px solid red;
}
	
#contactForm input:focus, textarea:focus, select:focus {
	border:1px solid #999;
	background-color:#fff;
	color:#333;
}

#contactForm input.submit {
	width:150px;
	cursor:pointer;
	border:1px solid #222;
	background:#333;
	color:#fff;
	margin-left:225px;
}

#contactForm input.submit:hover {
	background:#444;
}

#contactForm select	{
	width:330px;
}

#contactForm input.checkbox	{
	width:auto;
	height:auto;
	border:none;
	vertical-align:middle;
	margin-top:12px;
}

#contactForm fieldset {
	border:1px solid #eee;
	padding:10px 20px;
	margin-bottom:10px;
}

#contactForm legend {
	padding:0px 40px;
	font-weight:bold;
	color:#000;
	margin-bottom:0 !important;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
}

#reCaptcha	{
	position:relative;
	margin:0 auto;
	padding-top:10px;
	padding-left:40px;
}

#confirmation {
	font-size:14px;
	width:650px;
	margin:0 auto;
	background-color:#FFF;
	border:1px solid #cbcbcb;
	padding:20px 30px 20px 30px;
	line-height:1.5;
	list-style-position:inside;
}
