#top_line {
position: relative;
z-index: 10000;
}

.send_to_friend_block {
	border: solid 2px #88c8e6;
	width: 400px;
	position: absolute;
	background-color: #e5ecee;
	display: none;
	z-index: 10000000;
}

.stf_rel {
	width: 1px;
	height: 1px;
	font-size: 1px;
	position: relative;
}

.send_to_friend_block h3 {
background-color: #88c8e6;
padding: 10px 0;
text-align: center;
color: #000000;
font-size: 110%;
}

.send_to_friend_block .stf_text {
margin: 10px;
}

.send_to_friend_block table {
width: 100%;
}

.send_to_friend_block table td {
padding: 5px;
color: #000000;
font-weight: bold;
white-space: pre;
width: 60%;
}

.send_to_friend_block table td input {
border: solid 2px #88c8e6;
width: 100%;
}

.left_top_ugol, .right_top_ugol {
position: absolute;
width: 8px;
height: 8px;
overflow: hidden;
z-index: +1;
}

.send_to_friend_notes {color: green;}
.send_to_friend_notes span {color: red;}

.left_top_ugol {
background-image: url('images/left_top_ugol.gif');
top: -2px;
left: -2px;
}

.right_top_ugol {
background-image: url('images/right_top_ugol.gif');
top: -2px;
right: -2px;
}

#sender {
display: block;
width: 84px;
height: 18px;
background-image: url('images/send.gif');
}