/*
 * Funke Web Solutions
 * http://www.funke.com.au
 *
 * $Id: funkefotos.css 515 2007-03-13 04:40:40Z robbie $
 * $LastChangedBy: robbie $
 *
 * Client: Wall Candy
 * Project: Wall Candy Web Site
 * Website: http://www.wallcandy.com.au
 *
 * $LastChangedDate: 2007-03-13 15:40:40 +1100 (Tue, 13 Mar 2007) $
 * $LastChangedRevision: 515 $
 * 
 */

body {
	height: 100%;
}

#funkefotoBg {
 	position: absolute;
	background-color: black;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
	text-align: center;
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
 
#funkefoto {
	clear: both;
}
 
#funkefotoLoading {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	margin: -13px 0 0 -68px;	
}

#funkefotoCancel {
	position: absolute;
	top: 50%;
	left: 50%;	
	margin: 20px 0 0 -68px;
	cursor: pointer;
}

#funkefotoContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: white;
 	padding: 5px;		
}
 
#funkefotoContainer p {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 5px 0;
	font-style: italic;
	color: black;
}

#funkefotoClose {
	float: right;
	cursor: pointer;
}