﻿/*	email a friend	*/
.eaf_textbox {
	border: 1px none #CCCCCC;
	width:200px;
	background-color: #F2F2F2;
	padding:2px;
}
.eaf_sender
{
	background-image:url(icons/user.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.eaf_email
{
	background-image:url(icons/vcard.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.eaf_message
{
	background-image:url(icons/comment.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.Panel_EAFPopup {
	position:absolute;
	background-image: url(images/onlineCatalog_bkgrnd_searchrow_down.jpg);
	z-index:10000;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	background-repeat: no-repeat;
	background-position: top;
}

#emailTable {
	border: 1px solid #000000;
	background-color:#FFFFFF;
	width:230px;
	padding:3px;
	margin-right:auto;
	margin-left:auto;
}
#emailTable td {padding:3px;}
#emailTable .textBoxWaterMark, #emailTable .textBoxWaterMarkOff{
	margin:2px;
}
#emailTable span {
	padding-right: 20px;
	margin-left: 2px;
}
.eafHead {font-weight:bold;}
.eafMessageLabel {
	background-position: right top;	
	background-image: url(icons/user_comment.gif);
	background-repeat: no-repeat;
}
.EAF_Failed
{
	font-family:Verdana, Arial, Helvetica;
	font-size:smaller;
	color:Red;
	font-variant:small-caps;
	font-weight:bold;
}
.EAF_Passed
{
	font-family:Verdana, Arial, Helvetica;
	font-size:smaller;
	color: Green;
	font-variant:small-caps;
	font-weight:bold;
}
