#tellAFriendPopUp {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.coverAll {
	width: 100%;
	height: 900px;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

#tellAFriend {
	width: 380px;
	height: auto;
	margin: 0 auto 0 auto;
	position: relative;
	left: 0;
	top : 200px;
	background: #000000;
	color: #ffffff;
}

#tellAFriend .title {
	margin: 0;
	padding: 0;
	height: auto;
}

#tellAFriend p {
	margin: 0 0 0 10px;
	padding: 5px;
	font-size: 18px;
	/*font-weight: bold;*/
}

#tellAFriend .close {
	position: absolute;
	right: 10px;
	top: 6px;
}

#tellAFriend dl,#tellAFriend form,#tellAFriend dt,#tellAFriend dd {
	margin: 0;
	padding: 0;
}

#tellAFriend dl {
	padding: 0 0 20px 0;
}

#tellAFriend dt {
	width: 160px;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: bold;
}

#tellAFriend dd {
	width: 150px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}

#btn_tellaFriendSend {
	background: url(../images/btn_tellAFriendSend.gif) ;
	width: 108px;
	height: 34px;
	border: solid 1px #000000;
}

#floatStopper {
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
}

#divErazit {
	width: 591px;
	height: 436px;
	background: url(../images/erazit_disabled.jpg);
}
#divErazit p {
	color: #ffffff;
}