/* ------------------------Contact Form Starts----------------------------*/	
#contactForm {
	width:530px;
	padding:0px;
	color:#000000;
	margin:0px;
	height: auto;
	position: relative;
}  
#contactFormBox {
	color:#000000;
	width: 530px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
	position: relative;
}
#contactForm .input_boxes {float:left; width:530px; display: block;}
#contactForm .input_boxes p {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contactForm .input_boxes h1 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 10px;
	margin: 0px;
}

/* Loading bar that will appear while the ajax magic is happening */
.bar {
	display: none;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 100%;
	margin-top: 8px;
}

/* Hides the confirmation message until needed */
/* This hides the form validation alert messages until needed */
#messageSent {display:none;}

#contactForm label {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	width: 180px;
	float: left;
	line-height: 25px;
}
#contactForm p {padding-bottom:6px; margin: 0px;}

#contactForm span {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 180px;
	color: #FF0000;
	text-align: left;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
	line-height: 26px;
}

#contactForm input[type="text"], textarea {
	padding: 6px;
	border: 1px solid #1e1e1e;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #000000;
}
#contactForm textarea {
	padding: 6px;
	border: solid 1px #1e1e1e;
	width: 225px;
	min-width: 210px;
	max-width: 210px;
	height: 70px;
	min-height: 70px;
	max-height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #000000;
}
#contactForm input[type="text"]:hover, textarea:hover,
#contactForm input[type="text"]:focus,
#contactForm textarea:hover, textarea:focus {
	border: 1px solid #00000;
	color: #000000;
	background-color: #FFFFFF;
}
#contactForm .submit {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor:pointer;
	margin-left: 180px;
}
#contactForm .submit:hover {
	background-color: #666666;
	border: 1px solid #666666;
	cursor: pointer;
	color: #FFFFFF;
}
#contactForm .reset {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor:pointer;
	margin-left: 20px;
}
#contactForm .reset:hover {
	background-color: #666666;
	border: 1px solid #666666;
	cursor: pointer;
	color: #FFFFFF;
}

.contactDetails{margin-top:0px; padding-top:0px; float:right; margin-left:50px; width:280px; display: block;}
.contactDetails h1 { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #000f21; margin: 0px;}
.contactDetails p{ margin:0px; padding:0px; font-family: Arial, Helvetica, sans-serif; font-size:15px; font-weight:lighter; color:#192135; text-align:justify; line-height:20px;}
.contactDetails p a{ font-weight:lighter; text-decoration: none; color:#192135;}




#mail_response {
	float:left;
	width:530px;
	display: block;
	padding: 15px;
	background-color: #E6E6E6;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}
#mail_response h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
#mail_response h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mail_response h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
/* ------------------------Contact Form Ends------------------------------ */
