#backgroundPopup{  
  display:none;  
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:100%;  
  width:100%;  
  top:0;  
  left:0;  
  background:#000000;    
  z-index:5;  
}  
/*  Opacity Trick

filter: alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
*/
#popupContact{
  background: url("../images/contactbg.png") repeat;
  display:none;  
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:417px;  
  width:700px;  
  background:#000000 ;   
  z-index:12;  
  padding: 0px;    
}  
#popupContact .contact-title{  
  text-align: left;  
  color:#ffffff;  
  font-size:40px;
  font-family: Myriad Pro;    
  margin: 20px 0px 0px 30px; 
}
#contactArea{
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0; 
  margin: 34px 30px 20px 30px;
}
#formcontact{
	width: 422px;	
}
.box{
	padding: 7px 5px 0px 5px;
}
.tbox{
	padding: 7px 5px 7px 5px;
}
form input{
	color: #4e4e4e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	outline: none;
}
form textarea{
	color: #4e4e4e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	overflow: auto;
}
form label{
	color: #9e9e9e;
	float: left;
	font-family: MyriadPro, Calibri;
	font-size: 12px;
	font-weight: bold;
	margin-top: -12px;
}
#fName{
	background: url(../images/names.png) no-repeat;
	float: left;
	height: 25px;
	margin: 4px 18px 26px 0px;
	width: 192px;
}
#Sur{
	background: url(../images/names.png) no-repeat;
	float: left;
	height: 25px;
	margin: 4px 0px 26px 0px;
	width: 192px;
}
#Email{
	background: url(../images/email.png) no-repeat;
	float: left;
	height: 25px;
	margin: 4px 0px 26px 0px;
	width: 412px;
}
#Message{
	background: url(../images/message.png) no-repeat;
	float: left;
	height: 118px;
	margin-top: 4px;
	width: 412px;
	resize: none;
	scrolling: none;
}
.clear-button{
	background: url(../images/clear.png) no-repeat;
	float: left;
	height: 40px;
	margin: 10px 10px 0px 212px;
	outline: none;
	width: 100px;
}
.submit-button{
	background: url(../images/submit.png) no-repeat;
	float: left;
	height: 40px;
	margin-top: 10px;
	outline: none;
	width: 100px;
}
.no-bot{
	display:none;
}
#popupContactClose{  
  background: url("../images/close.png") ;
  position: absolute;  
  display: block;
  right:6px;
  top:4px;
  height: 17px;
  width: 18px;
  margin: 20px 20px 0px 0px 
}
