body{
	background: #ffffff ;
	margin:0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#000;
	text-align:center;
}
a{
	color:#004a1d;
	text-decoration: none;
}
a:visited{
	color:#004a1d;
	text-decoration: none;
}
a:hover{
	color:#004a1d;
	text-decoration: underline;
}
a img{
	float:right;
}
img.ecard{
	width:85%;
}
h3{
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom: 6px;
	color: #11562c;
	font-size: 18px;
}
div img{
	height: expression(this.height >= this.width ? 300 : "auto" );
	width: expression(this.width >= this.height ? 300 : "auto" );
	max-width:300px;
	max-height:300px;
}
.printIcon{
	height:16px;
	width:16px;
}
form{
	text-align:left;
	width: 85%;
	margin:auto;
	padding-top: 10px;
}
fieldset{
	border:none;
	margin:0;
	padding:5px 0px;
}
fieldset.sameRow{
	width:50%;
	float:left;
}
textarea#message{
	width: 100%;
	height:80px;
}
label{
	display:block;
	margin-bottom: -12px;
	font-size:11px;
}
table.small{
	display:block;
}
td label{
	margin-bottom: -15px;
}
* html td label{
	display:block;
	margin-bottom: -12px;
	font-size:11px;
}
fieldset img{
	float:left;
	margin:0 3px;
}
#submitButton {
	background:#B3D476 none repeat scroll 0 0;
	border:1px solid #E3E4E6;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	padding:1px 3px;
	text-transform:uppercase;
	width:60px;
}
.clear{
	clear:both;
}
input#submitButton{
	margin-top: 5px;
}
