#sharedWishList_link {
	/* float: right; */
	text-decoration: none;
	/* border: 1px solid gray; */
	color: black;
	padding: 1px;
}

#sharedWishList_link img {
	border: none;
	margin-top: -3px;
}

#sharedWishList_box {
	border: 1px solid black;
	position: absolute;
	z-index: 999;
	background-color: white;
}

#sharedWishList_content {
	height: 500px;
}

.loading {
	background-color : White;
	background-position : center;
	background-repeat : no-repeat;
}

#sharedWishList_loading {
	background-color : White;
	background-position : center;
	background-repeat : no-repeat;
	height: 550px;
	padding: 10px;
}

html>body #sharedWishList_loading {
	height: 540px;
}

#sharedWishList_close {
	clear: both;
	background-color: white;
	text-align: right; 
	height: 20px;
}
#sharedWishList_close a {
	margin-right: 20px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#sharedWishList_rightColumn form {
	text-align: left;
	margin: 0;
	padding: 0 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#sharedWishList_rightColumn label {
	display: block;
}

#sharedWishList_rightColumn label .smallText {
	font-size: 11px;
}

#sharedWishList_fromName, #sharedWishList_fromEmail
{
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #BCBCBC;
	width: 245px;
	padding: 4px 0 4px 3px;
	margin: 0 0 3px 0;
}

.sharedWishList_toEmail, .sharedWishList_toName
{
	width: 250px;
	font-family:Arial, Helvetica, sans-serif; 
}

#sharedWishList_selfCopy
{
	width: auto; 
}

#sharedWishList_rightColumn label#sharedWishList_selfCopy_label
{
	display:inline;
}
#sharedWishList_msg, message {
	width: 250px;
	height: 80px; 
}

#sharedWishList_sent {
	text-align: center;
}

#sharedWishList_sent h1 {
	font-size: 36px;
	margin: 0;
	padding: 180px 0 0;
}

#sharedWishList_sent div {
	font-size: 16px;
}

#sharedWishList_moreRecipient {
	text-align:right;
	width: 250px;
}

#sharedWishList_moreRecipient a {
	font-size: 11px;
	color: black;
}

#sharedWishList_Recipients {
	margin-top: 10px;
	height: 156px;
	width: 270px;
	overflow: auto;
}

html>body #sharedWishList_Recipients {
	margin-top: 10px;
	height: 148px;
	width: 272px;
	overflow: auto;
}

#sharedWishList_items {
	border: 1px solid Gray;
	height: 400px;
	overflow: auto;
	padding: 5px;
}

html>body #sharedWishList_items {
	border: 1px solid Gray;
	height: 413px;
	overflow: auto;
	padding: 5px;
}

html>body #sharedWishList_items {
	border: 1px solid Gray;
	height: 415px;
	overflow: auto;
	padding: 5px;
}