/* Email a friend */
#efriend {
	display:none;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color:#fff;
	z-index: 999;
	width:526px;
	height:300px;
	margin-top:-150px;
	margin-left:-263px;
	border:10px solid #e1e1e1;
	/* CSS3 rounded corners 
	-moz-border-radius:10px;
	-webkit-border-radius:5px; */
}
#darken {
display:none;  
position:fixed;
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000;
z-index:998;  
}  

#efriend p {
	width:300px;
	margin: 6px 0 6px 130px;
}
#pop_email {
	cursor:pointer;
}
#close {
	width:15px;
	height:15px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

