#copy_body {
	position: relative;
}

#send_to_friend {
	top: 0;
	position: absolute;
	background-color: #fff;
	padding: 30px;
	z-index: 5000;
	border: 2px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#send_to_friend .link-close {
	float: right;	
	background: url("../images/send_to_friend/bg-link-close.png") no-repeat center center;
	width: 2em;
	margin: 0;
	padding: 0;
}

#send_to_friend .link-close a {
	display: block;
	height: 2em;
	text-indent: -900em;
}

#send_to_friend div.error {
	line-height: normal;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	border: 3px solid #f2c5b1;
	color: #ae2508;
	padding: 1em 13px 1em 55px;
	font-size: 1.25em;
	text-align: center;
	background: #fcd5c4 url("../images/send_to_friend/bg-status-error.png") no-repeat 3px center;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#send_to_friend div.accepted {
	line-height: normal;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	border: 3px solid #afe265;
	color: #296408;
	padding: 1em 13px 1em 55px;
	font-size: 1.25em;
	text-align: center;
	background: #c6ef92 url("../images/send_to_friend/bg-status-accepted.png") no-repeat 3px center;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#send_to_friend div.info {
	line-height: normal;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	border: 3px solid #7bb7df;
	color: #16415d;
	padding: 1em 13px 1em 55px;
	font-size: 1.25em;
	text-align: center;
	background: #94c9eb url("../images/send_to_friend/bg-status-info.gif") no-repeat 9px center;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#copy_body #send_to_friend h2 {
	border-bottom: none;
}

#copy_body #send_to_friend form {
	padding: 0px;
	background-color: transparent;
}

#copy_body #send_to_friend form ul {
}

#copy_body #send_to_friend form ul li {
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
	padding: 10px 10px;
	background-color: #e6e6e6;	
}

#copy_body #send_to_friend form ul li span {
	font-size: 11px;	
	font-style: italic;
}

#copy_body #send_to_friend form label {
	width: 100px;
}

#copy_body #send_to_friend form input[type="text"] {
	width: 130px;
}

#copy_body #send_to_friend form .captcha label {
	text-align: left;
	float: none;
	padding: 0;
	padding-bottom: 10px;
	width: auto;
}

#captcha {
	margin-top: 10px;
}

#copy_body #send_to_friend form .captcha img {
	vertical-align: middle;	
}

#copy_body #send_to_friend form .captcha input {
	vertical-align: middle;	
	width: 60px;
}

#copy_body #send_to_friend form .captcha span {
	font-style: normal;
}

 #send_to_friend button {
 	font-size: 13px;	
 }
