@charset "utf-8";
/* CSS Document */

#overlay{
		position:absolute;
		top:0;
		left:0;
		height: 100%;
		width:100%;
		background:#000000;
		z-index:90000;
	}
	
	#contactPopup {
		position: absolute;
		z-index:100000;
	}
	
	#contactPopup
	{
		width: 804px;
		height: 512px;
		padding: 29px 28px 29px 28px;
		box-shadow: 0 0 100px #888; -moz-box-shadow: 0px 0px 10px RGBA(0, 0, 0 , 0.7);-webkit-box-shadow: 0px 0px 10px RGBA(0, 0, 0 , 0.7);-box-shadow: 0px 0px 10px RGBA(0, 0, 0 , 0.7);
		visibility:hidden;
		display:none;
		-moz-border-radius: 10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		overflow:hidden;
		background:#FFFFFF;
		}
		
	iframe
	{
		border:0;
	}	
		
	#inner
	{
	
		width: 804px;
		height: 512px;
		background:url(/images/contact_usBg4.png) no-repeat;
	
	}
	#contactinner
	{
		position:relative;
		overflow:hidden;
		width:100%;
		hright:100%;
	}
	
	
	#contactDetails
	{
		text-indent:-999999px;
		margin-left:99999px;
		position:absolute;
	}
	
	#contactleft, #contactright
	{
		float: left;
		width: 402px;
		height: 512px;
		position:relative;
	}
	#contactleft
	{
		//background:#FF0000;
		width:342px;
		height:402px;
		padding: 82px 0 0 32px;
	}
	#contactright
	{
		//background: #00FF00;
	}
	
	#contactNumEmail
	{
		position:absolute;
		bottom: 13px;
		right: 34px;
		font-size:16px;
		letter-spacing:-1px;
	}
	
	#contactNumEmail a
	{
	color:#000;
	}
	.close {background-image:url(/images/closer.png); background-color:Transparent; position:absolute; right:0px; top:0px; cursor:pointer; height:30px; width:30px; border: 0;}
	
	#contactleft label
	{
		margin: 17px 0 0px 0;
		padding-bottom: 5px;
		clear:both;
		display:block;
		text-indent:-99999px;
	}
	
	#contactleft textarea, #contactleft input
	{
		clear:both;
		display:block;
		height:30px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
	 	border-radius: 5px;
		border: solid 1px #aaa;
		width:349px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#contactleft textarea{height:90px; margin-bottom: 20px; padding-top:5px;}
	#contactFormButton{ height: 45px;}
	#lblComapanyName{background:url(/images/company_name.png) no-repeat;}
	#lblContactEmail{background:url(/images/email.png) no-repeat;}
	#lblContactSubject{background:url(/images/nature_of_enquiry.png) no-repeat;}
	#lbContactBody2{background:url(/images/details_of_enquiry.png) no-repeat;}