body{
	background:url(../images/homepagebkgd.gif);
	font-family: Arial, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	width:100%;
}
a{
	text-decoration:none;
	color:#000066;
}
a:hover{
	text-decoration:underline;
}
h1{
	margin-top:0px;
	padding-top:0px;
	font-size:20px;
}
#header{
	background:#000;
	width:980px;
	margin:0px auto;
}
#cards{
	
}
.recipientsHolder{
	width:950px;
	overflow:auto;
	height:230px;
	overflow-y:hidden;
	margin-left:15px;
}
.recipients{
	width:5150px;
	background:url(../images/bg/whitebg.png);
	
	
	
	height:230px;
	
}

.recipientGroup{

	
	
	
}
.formRight{
	width:400px;
	display:inline;
}
.recipient{
	display:inline;
	float:left;
	height:200px;
	width:155px;
	font-style:verdana,arial, sans-serif;
	font-size:9px;
	text-align:center;
	margin-right:10px;
	margin-right:5px;
	
}
.recipientName{
	font-weight:bold;
}
#page{
	margin:0px auto;
	width:1000px;
	background:url(../images/bg/bg.jpg);
	min-height:900px;
	padding-top:20px;
}
#logo{

	padding-left:50px;
}
#head{
	margin-top:-20px;
}
#welcome{
	height:271px;
	clear:both;
}
#welcome div{
	float:left;
	display:inline;
}
#welcomeLeft{
	padding-left:50px;
	width:425px;
}
#welcomeRight{
	padding-right:50px;
	width:425px;
}
#thanks{
	margin-left:100px;
	font-size:16px;
	font-weight:bold;
	margin-top:50px;
}
#shareButton{
	background:url(../images/graphics/share.png) no-repeat;
	width:348px;
	height:35px;
	margin:0px auto;
	padding-top:22px;
}
#shareWrap{
	margin-top:-35px;
	margin-left:75px;
}
.stbuttontext{
	visibility:hidden;
}
.stbutton{
	margin-top:45px; margin-left:300px;
}
.letter{
	
	margin-bottom:15px;
	padding-left:10px;
	padding-right:10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
