 #backgroundPopup3 {  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background:#000000;  
 border:1px solid #cecece;  
 z-index:1;  
}  
 #popupContact3 {  
 display:none;
	position:absolute;
	top: -50px;
	_position:absolute; /* hack for internet explorer 6*/
	height: 116px;
	width:359px;
	background-repeat: no-repeat;
	z-index:100;
	font-size:13px;
	left: 738px;
}    
 #popupContactClose3 {  
   
}  
 #buttonpop3 {
	 cursor: pointer;
}

#contactArea3 {
	margin: 50px;
}

#loginBoxPopUp {
	background-image: url(/_images/loginExpandBackground.png);
	background-color: #000000;
	background-repeat: no-repeat;
	width: 274px;
	height: 69px;
}

#loginTop {
	height: 10px;
	width: 100px;
	float: left;
}

#passwordTop {
	height: 10px;
	width: 100px;
	float: left;
}


/*-----------------Image Previewer-------------*/
#preview {
	position:absolute;
	margin-top: -150px;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
