
#letter {
	background:url(images/block-bg-th.png) no-repeat;
	position:relative;
	width:250px;
	height:220px;
	margin:0 0 15px 0;
	padding:0;
}
#letter h2 {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	background:none;
	-ms-filter:none;
	filter:none;
}
#letter p {
	color:#FFFFFF;
	font-family:RSU;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5);
	margin:0;
	padding:0 15px 0 15px;
	position:absolute;
	top:45px;
}
#letter #txEmail {
	background:url(images/mail-box.png) no-repeat;
	width:220px;
	height:33px;
	border:none;
	position:absolute;
	top:105px;
	left:5px;
	padding:0 10px 0 10px;
	display:block;
	font-family:RSU;
	font-size:16px;
	color:#222222;
}
#letter #txUrl{
	display:none;
}
#letter .send-button {
	background:url(images/send-button.png) no-repeat;
	width:98px;
	height:31px;
	border:none;
	position:absolute;
	top:150px;
	left:15px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
#letter  label {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
#letter .fb {
	position:absolute;
	bottom:10px;
	right:15px;
	margin:0;
	padding:0;
}
#letter .tweet {
	position:absolute;
	bottom:10px;
	right:65px;
	margin:0;
	padding:0;
}
#letter img{
	border:none;
}
