

/* SEND TO A FRIEND POP-UP */
#send_to_a_friend { 
	position: absolute;
	top: -300px;
	left: 60px;
	margin: auto;
	width: 150px;
	height: 330px;
	margin: auto;	
	border: 2px;
	background-color: #666;
	color: white;
	padding: 20px;
	padding-top: 10px;
	border: 12px solid white;	
	}

#send_to_a_friend_content {
	height: 320px;
	}

#send_to_a_friend p { 
	color: white;
	}

#send_to_a_friend label { 
	font-family: trebuchet ms,arial,sans-serif;
	display: block;
	margin: 6px;
	}

#send_to_a_friend input { 
	margin-bottom: 10px;
	}

#send_to_a_friend button { 
	margin-top: 10px;
	margin-bottom: 10px;
	}

#send_to_a_friend a { 
	color: white;
	}