#tell-send-friends {
	padding: 9px 9px 9px 18px;
	text-align: left;
	background-color:#efeee4;
	float:left;
	margin-bottom:20px;
}
#tell-send-friends p {
	font: normal 18px Arial;
	color: #979797;
	margin: 12px 0;
	padding-left: 10px;
}
#tell-send-friends table td {
	vertical-align:middle;
	font: normal 12px Arial;
	color: #000;
}
#tell-send-friends td p {
	font: normal 12px Arial;
	color: #000;
}


#tell-send-friends p.extract {
	font: normal 18px Arial;
	color: #000;
	margin-top: 13px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right: 0px;
}
#tell-send-message {
	padding: 25px;
	width: 630px;
	font-weight: bold;
	border: 1px solid #898e8f;
	float:left;
}
#tell-send-message br {
	margin-bottom: 10px;
}
#tell-send-message .input_text {
	font: normal 12px Arial;
	padding-left: 2px;
}
.input_text {
	width: 155px;
	margin: 5px;
	padding: 2px;
}
.input_text_wide {
	width: 265px;
	margin: 5px;
	padding: 2px;
}
.input_textarea {
	width: 600px;
	height: 150px;
	font: normal 14px Arial;
	color: #979797;
	padding: 5px;
	margin-bottom: 15px;
	background-color:#FFFFFF;
}
#friend_contact {
	width: 100%;
	margin: 10px;
}
#tell-send-friends table #friend_contact td {
	font: normal 14px Arial;
	vertical-align: middle;
}
#tell-send-friends table #enter_message td {
	vertical-align: middle;
	color: #404040;
	font-weight: bold;
}
#enter_message{
	float:left;
	width:400px;
	height:75px;
}
#submit_button{
    float:right;
	margin:6px 15px 0px 0px;
}
.tell_friend_errors, .tell_friend_success{
	width:690px;
	padding:10px;
	background-color:#FF0000;
	color:#FFFFFF;
	margin-bottom:5px;
	float:left;
}
