/* Send to a friend module */

#sendToFriendDiv {
	display: none;
}

.sendFriend {
	padding-bottom: 5px;
	width: 440px;
	overflow: hidden;
}

.sendFriend .formTop {
	background: url(../img/sendFriendBGTop.gif) top left no-repeat;
	background-color: #e8eaf8;
	margin: 5px 0px;
	width: 440px;
}

.sendFriend .formBottom {
	background: url(../img/sendFriendBGBottom.gif) bottom left no-repeat;
	padding: 5px 0px;
	width: 440px;
}

.sendFriend h3 {
	background: url(../img/sendFriendHeaderBG.gif) top left no-repeat;
	width: 432px;
	height: 41px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 4px 0px 4px;
	padding: 7px 10px 0px 40px;
}

.sendFriend .formL {
	float: left;
	width: 210px;
	margin: 0px 5px 3px 5px;
	padding: 0px;
}

.sendFriend .formR {
	float: left;
	width: 210px;
	padding: 0px;
	margin: 18px 2px 2px 2px;
}

.sendFriend ol {
	margin: 0px;
}

.sendFriend ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #c3770b;
	font-size: 24px;
}


.sendFriend label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 7px;
}

.sendFriend input,
.sendFriend textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7f9db9;
	font-size: 11px;
	margin: 2px 5px 2px 9px;
	padding: 2px 5px;
	width: 180px;
}

.sendFriend textarea {
	height: 120px;
}

.sendFriend input.email {
	width: 135px;
	/*margin: 2px 2px 2px 5px;*/
}

.sendFriend .inputBGTop {
	background: url(../img/inputBGTop.gif) top left no-repeat;
	width: 210px;
	background-color: #bfc2d5;
	margin-bottom:20px;
}

.sendFriend .inputBGBottom {
	background: url(../img/inputBGBottom.gif) bottom left no-repeat;
	width: 210px;
	padding: 0px 0px 4px 0px;
}

.sendFriend .inputBGBottom2 {
	background: url(../img/inputBGBottom.gif) bottom left no-repeat;
	width: 210px;
	padding: 4px 0px 4px 0px;
	margin-top: 4px;
}

.sendFriend a {
	font-weight: bold;
	float: right;
	background: url(../img/arrowGold.gif) 0 4px no-repeat;
	padding-left: 6px;
	padding-right: 15px;
	margin-bottom: 30px;
	padding-top: 3px;
	font-size: 11px;
}

.sendFriend a span.plus {
	background: url(../img/plus.gif) center right no-repeat;
	width: 12px;
	height: 11px;
	padding-right: 15px;
}

.sendFriend input.button {
	border: none;
	float: right;
	padding: 5px 0px;
	margin: 0px;
	width: 152px;
}

.sendFriend p {
	padding-top: 3px;
	padding-left: 7px;
}





