#share {
	float: right;
	color: #000;
	background: url('../images/share-bg.png') no-repeat;
	width: 200px; /* 220 - 2 * 10 */
	height: 280px; /* 300 - 2 * 10 */
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}
#share-home {
	float: right;
	color: #000;
	background: url('../images/share-bg-home.png') no-repeat;
	width: 440px; /* 460 - 2 * 10 */
	height: 280px; /* 300 - 2 * 10 */
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	position: relative;
}
#share input.text, #share-home input.text {
	margin-bottom: 10px;
	font-size: 10px;
	padding: 8px 12px 7px 12px;
	color: #666;
	font-weight: bold;
}
#share p, #share-home p {
	padding: 0px 5px;
	color: #333;
	width: 180px;
}
#share .input-email, #share-home .input-email {
	background: url('../images/input-email.png') no-repeat;
}
#share .input-name, #share-home .input-name {
	background: url('../images/input-name.png') no-repeat;
	width: 89px;
}
#share .input-postcode, #share-home .input-postcode {
	background: url('../images/input-postcode.png') no-repeat;
	width: 57px;
	padding-left: 5px !important;
	padding-right: 6px !important;
}
#share input.submit, #share-home input.submit {
	margin-top: 18px;
}
#share-privacy {
  position: absolute;
  top: 24px;
  right: 245px;
}
#share-privacy a {
  font-weight: normal;
}
#share-privacy a:hover {
  text-decoration: underline;
}
p#share-more-info {
  position: absolute;
  top: 190px;
  left: 230px;
  width: 200px;
  font-size: 12px;
  line-height: 18px;
}
