/* Email a friend */
#efriend {
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	background-color:#fff;
	z-index: 999;
	width:526px;
	margin-top:-150px;
	margin-left:-263px;
	border:10px solid #e1e1e1;
	font-size:12px;
}
#contact {
	padding:10px;
}

#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 .form-group { margin-bottom:7px; }
#efriend label { width:130px; text-align:right; margin-right:10px; }
#efriend [type="text"], #efriend textarea { width:200px; }
#efriend p { text-align:center; margin-top:5px; padding-top:5px; border-top:1px solid #ccc; }
#pop_email {
	cursor:pointer;
}
#close {
	width:15px;
	height:15px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

@media (max-width: 767px) {
	#efriend {
		top: 50%;
		left: 50%;
		background-color:#fff;
		z-index: 999;
		width:320px;
		margin-top:-160px;
		margin-left:-160px;
		border:10px solid #e1e1e1;
		font-size:12px;
	}
	#efriend label { display:block; width:100%; text-align:left; margin-right:0px; }
	
}
