#tellAFriend{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	}

#tAFOuter{
	position: relative;
	background-color: #fff;
	width: 500px;
	margin: 0 auto;
	}
	
#tAFInner {
	padding: .1em .3em 0 .3em;
	
border: 2px solid black;
text-align: left;
}

#tellAFriend h2 {
margin: 0;
color: #999;
}
#tellAFriend p {
font-size: .8em;
}
#tellAFriend dl dt {
float: left;
width: 15em;
text-align: right;
margin-right: .5em;
}
#tellAFriend dl dd {
float: left;
}

#tellAFriend h3 {
clear: both;
margin-top: 2em;
border-bottom: 1px solid;
color: #999;
font-weight: bold;
}
#tellAFriend input, #tellAFriend textarea {
border: 1px inset;
padding: .1em .2em;
}

#tellAFriend textarea {
width: 25em;
height: 5em;
font-size: .9em;
}

#tellAFriend input.button {
border: 1px outset;
font-weight: bold;
font-size: .8em;
float: left;
}

#tellAFriend input.button + input.button {
float: right;
}

#tellAFriend input.button:hover {
border: 1px inset;
}

#tellAFriend div.email * {
font-family: monospace;
font-size: 1em;
}

#tAFOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter: alpha(opacity=60) !important;
	-moz-opacity: 0.6 !important;
	opacity: 0.6 !important;
	}

