/*-------------------------------------------------------*/
		/* Contact Section */
	/*-------------------------------------------------------*/
  
  
  
  
	.contact-info, .contact-form {
		
		padding:0 20px;
	}
	
	.contact-form {
	width:500px;
	background: white;
	padding: 4px 4px 4px 4px;
	margin: 0px auto;
	background: white
	
	}
	/* Contact info */
	.contact-info ul {
		float:left;
		margin-left:11px;
		border-left:1px solid #fadc66;
		padding-left:18px;
	}

	/* Contact Form */
	#contactform {
		padding-left:30px;
	}
	#contactform p {
		margin-bottom:15px;
	}
	#contactform p label {
	display: block;
	color: black;
	margin-bottom: 0px;
	font-size: 14px;
	color: #555;
	text-align: left;
    text-justify: inter-word;

	
	
	
	
	
	}
	#contactform .input {
	line-height: 0px;
	height: 20px;
	width:60%;
	
	}
	#contactform .textarea {
		width:75%;
	}
	#contactform .submit {
		color:grey;
		background-color: #666;
		padding:8px;
		border:none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor:pointer;
		font-size:13px;
	}
	#contactform .submit:hover {
		background-color: #fdc62a;
	}
	#contactform .input, .textarea {
		padding:6px;
		background-color:#f5f5f5;
		border: 1px solid #CCC;
		font-family: arial;
	font-size: 20px;
	color: #555;
	text-align: left;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-size: 12px;
	}
	.success, .error {
		padding:10px;
		margin-bottom:10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-family: Arial, Verdana, sans-serif;
	    line-height: 22px;
	     font-size: 20px;
		font-style: normal;
		color:orange;
	}
	.success {
		background-color: #E3EBC6;
		color: #8FA442;
		border: 1px solid #C2D288;
		font-family: Arial, Verdana, sans-serif;
	    line-height: 22px;
	     font-size: 20px;
		font-style: normal;
		color:orange;
	}
	.error {
		background-color: #f9e5e6;
		color: #b3696c;
		border: 1px solid #f7c7c9;
		font-family: Arial, Verdana, sans-serif;
	    line-height: 22px;
	     font-size: 20px;
		font-style: normal;
		color:orange;
	}
