#email_to_frend_form {
	background: #cbedf6;
	position: relative;
	float: left;
	display: inline;
	margin-bottom: 50px;
}
#email_to_frend_form  div.corner {
	width: 21px;
	height: 21px;
	position: absolute;
	background: url(images/corners.gif) no-repeat;
	z-index: 10;
}
#email_to_frend_form  div.left-top {
	left: 0;
	top: 0;
	background-position: left top;
}
#email_to_frend_form  div.right-top {
	right: 0;
	top: 0;
	background-position: right top;
}
#email_to_frend_form div.right-bottom {
	right: 0;
	bottom: 0;
	background-position: right bottom;
}
#email_to_frend_form  div.left-bottom {
	left: 0;
	bottom: 0;
	background-position: left bottom;
}

* html #email_to_frend_form  div.right-bottom,
* html #email_to_frend_form  div.left-bottom {
	bottom: expression((this.offsetParent.clientHeight % 2) ? '-1px' : '0px');
}
* html #email_to_frend_form  div.right-bottom,
* html #email_to_frend_form  div.right-top {
	margin-left: 100%;
	left: -21px;
}
#email_to_frend_form  .arrow {
	background: url(images/arrow.jpg);
	position: absolute;
	width: 23px;
	height: 21px;
	left: 120px;
	bottom: -21px;
}
* html #email_to_frend_form  .arrow  {
	bottom: expression((this.offsetParent.clientHeight % 2) ? '-22px' : '-21px');
}

#email_to_frend_form .shadow1 {
	background: url(images/shadow1.gif) repeat-x top left;
	zoom: 1;
	float: left;
}
#email_to_frend_form .shadow2 {
	background: url(images/shadow2.gif) repeat-y top left;
	position: relative;
	zoom: 1;
	float: left;
}
#email_to_frend_form .shadow3 {
	background: url(images/shadow3.gif) repeat-y top right;
	position: relative;
	zoom: 1;
	float: left;
}
#email_to_frend_form .shadow4 {
	position: relative;
	background: url(images/shadow4.gif) repeat-x bottom left;
	zoom: 1;
	float: left;
}

.email_form_header {
	z-index: 20;
	width: 130px;
	height: 30px;
	position: absolute;
	background: url(images/header.jpg) no-repeat;
	left: 7px;
	padding-top: 5px;
	top: 6px;
}
.email_form_header span {
	color: #016d91;
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px;
}
.email_form {
	padding: 40px 20px 20px 20px;
}
.email_form  textarea {
	width: 360px;
	height: 200px;
}
.okmessage {
	color: green;
}