@charset "utf-8";
/* CSS Document */

#home #sidebar {
float: left;
	background: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
/*#sidebar div.login {
	background:transparent url(../images/tiles/login.gif) no-repeat top left;
	margin:0 0 0 10px;
	padding:35px 0 30px 10px;
}
#sidebar div.login p {
	font-size: 1em;
}
#sidebar div.login div {
	clear: both;
}
#sidebar div.login .btnLogin {
	margin: 0;
	padding: 0;
}
#sidebar .tickbox {
	margin:0;
	padding:0;
}
#forgotpw {
	padding:8px 0 0;
}
#forgotpw a {
	color:#0053A0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}*/

<!--TELL A FRIEND POP-UP-->
#link-container {
 /*position: absolute;
 top: 700px;
 left: 710px;
 width: 207px;
 height: 150px;
 background: url(../images/tiles/tell-a-mate.gif);
 border: red 1px solid;*/
}/*
#link-container a {
	display: block;
	width: 200px;
	height: 150px;
	
}*/
#tell-friend-popup {
	position: absolute;
	left: 320px;
	top: 700px;
	width: 451px;
	height: 228px;
	background: url(../images/scrapbook/tell-a-friend-bg.gif) 0 0 no-repeat;
	display: none;
}
#popup-content {
	padding: 70px 50px 0 20px;
	position: relative;
}
#popup-content p {
	margin: 0 0 1em 0;
	padding-left: 10px;
	color: #666;
	font-size: 1.2em;
}
#popup-close {
	position: absolute;
	top: 5px;
	right: 50px;
	color: #666;
}
#tell-friend-consent {
	width: 366px;
	height: 62px;
	background: url(../images/scrapbook/tell-friend-consent-bg.gif) 0 0 no-repeat;
	margin-top: 20px;
}
#tell-friend-consent label {
	float: left;
	display: inline;
	margin-left: 15px;
	padding-top: 20px;
	color: #333;
}
#tell-friend-consent img {
	float: right;
	display: inline;
	margin-right: 20px;
	padding-top: 16px;
}

