.SendToAFriendForm {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	border: none;
	padding: 0;
	margin-left: 50px;
	padding: 10px;
	}

.SendToAFriendForm .box{
	width: 390px;
	border-top:1px solid #666666;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 3px;
	vertical-align:top;
	}
	
.SendToAFriendForm input:hover, .SendToAFriendForm  textarea:hover {		
	background-color: #FFF;
	cursor:text;
	}	

.SendToAFriendForm input.sendbutton {
	width: 140px;
	color: #FFF;
	border: none;
	padding: 3px;
	background-color:#d45d01;
	background-image:url("../images/buttonsend.jpg");
	}
	
.SendToAFriendForm input.sendbutton:hover {		
	color: #000;
	background-color:#d45d01;
	background-image: url("../images/buttonsend-hover.jpg");
	cursor:pointer;
	}	
