#emailtofriend{
	width:390px;
	background-color:#FFFFFF;
	border:1px solid #333333;
	display:none;
	font-size:10px;
	position:absolute;
	top:10px;
	z-index:10;
}

#emailtofriend .close{
	float:right;
	padding:10px;
}

#emailtofriend .pagetext{
	padding:10px;
	float:left;
	font-weight:bold;
}

#emailtofriend .emailtofriend_text{
	padding:10px;
}

#emailtofriend .imagewrapper{
	background-color:#E8E8E8;
	margin-bottom:10px;
	margin-top:30px;
	padding:10px;
}

#emailtofriend .imagewrapper .imgp{
	height:263px;
	margin:auto auto 10px;
	width:350px;
}

#emailtofriendform{
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding:5px 10px;
}

#emailtofriendform p{
	float:left;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}

#emailtofriendform label{
	font-weight:bold;
	float:left;
	width:350px;
}

#emailtofriendform .input{
	width:70%;
}

#emailtofriendform .input, #emailtofriendform .message{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#emailtofriendform .emailtofriendform_response{
	font-weight:bold;
	color:#ED1C24;
	text-align:center;
}