@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.imgButton {
	border:0px;
	cursor:pointer;
}
.wrapper {
	margin: 0 auto;
	width:846px;
}
.main {
	width: 776px;
	padding: 10px 35px 0px 35px;
	float:left;
	clear:both;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
fieldset {
	border:1px solid #CCCCCC;
	padding:0px 10px 0px 10px;
	margin: 0px;
}
legend
{
	color:#000000;
	font-weight:bold;
}
/*HEADER STARTS HERE*/
.header {
	padding-bottom:5px;
	width:100%;
	float:left;
	clear:both;
}
.logo {
	float: left;
	width: 320px;
	height: 72px;
}
.header .buttons {
	float: right;
	width: 50%;
	height: 76px;
}
.header .buttons ul{
	margin: 0px;
	padding:0;
	float: right;
}
.header .buttons li {
	margin: 0px;
	float:left;
	list-style:none;
	font-weight:bold;
}
.header .buttons li a{
	text-decoration:none;
}
.myGifts{
	width:105px;
	height:51px;
	text-align:center;
	padding-top:10px;
}
.sendAGift{
	width:105px;
	height:51px;
	text-align:center;
	padding-top:10px;
}
.header .border1 {
	border-bottom:2px solid #0874BD;
	clear:both;
	float:left;
	margin-bottom:3px;
	width:100%;
}
.header .border2 {
	width:100%;
	height:4px;
	float:left;
	clear:both;
	background-color:#31348d;
}
/*HEADER ENDS HERE*/

/*CONTENT STARTS HERE*/
.content {
	width: 100%;
	float: left;
	clear: both;
	padding: 5px 0px;
	min-height:340px;
	/*background-color: #F5F5F5;*/
}
.leftPanel {
	width: 64%;
	float: left;
}
.rightPanel {
	width: 34%;
	float: left;
	padding:0px 0px 0px 15px;
}
.panelTop {
	padding: 0px 0px 5px 0px;
}
.icon {
	float:left;
	padding: 0px 10px 2px 0px;
	border:0px;
}
.panelText {
	font-size: 11px;
}
.panelText a {
	font-size: 11px;
	font-weight:bold;
	color: #31348D;
	text-decoration:none;
}
h2 {
	color:#31348D;
	font-size:12px;
	font-weight:bold;	
	padding: 5px;
	margin:10px 0;
}
.panelContent {
	padding: 0px 0px 0px 5px;
}
.giftsTable
{
	width:100%;
	float: left;
}
.giftsTable .row
{
	float:left;
	clear:both;
	width:100%;
	padding: 5px 0px;
}
.giftsTable .row .cell
{
	float:left;
	padding: 0px 5px;
	text-align: center;
	width:22%;
}
.cellCaption
{
	clear:both;
	padding: 2px 0px;
	text-align: center;
}
.cellCaption a
{
	font-size:11px;
	color: #31348D;
	text-decoration:none;
}
.cellCaption a:hover
{
	color: #999999;
	text-decoration:none;
}
.charityCaption
{
	width:60%; 
	float:left; 
	padding:20px 0px 0px 0px;
	height:80px;
}
.charityCaption a
{
	font-size:11px;
	color: #31348D;
	text-decoration:none;
}
.charityCaption a:hover
{
	color: #999999;
	text-decoration:none;
}
.charityTop
{
	font-style:italic;
	padding:5px 5px 0px 5px;
	margin: 10px 0px;
	font-size:11px;
	text-align:center;
}
.topRow
{
	float:left;
	padding: 10px 0px 0px 200px;	
}
h3
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.subRow
{
	padding:7px 0px 0px 0px;
}
.innerRow
{
	float:left;
	clear:both;
	width:100%;
	padding: 10px 0px;
}
.innerTo
{
	width:23%;
	float:left;
	text-align:right;
	padding:0px 0px 0px 0px;
}
.innerField
{
	width:60%;
	float:left;
	padding: 0px 0px 0px 20px;
}
.innerField .button
{
	float:left;
	padding: 0px 0px 0px 10px;
}
.toText
{
	background-color:#F3F3F3;
	border:1px solid #000000;
	height:26px;
	padding:10px 0px 0px 5px;
	margin:0px 5px 0px 0px;
	width:60%;
}
.sendGiftContainer
{
	border: 2px solid #CCCCCC;
	height:200px;
	width:70%;
}
.sendGiftContainerRow
{
	text-align:center;
	padding:45px 0px 5px 0px;
}
.rowCenter
{
	text-align:center;
}
.buyNow
{
	float:right;
	width:60%;
	padding:10px 133px 0px 0px;
	text-align:right;
}
.note
{
	float:left;
	text-align:left;
	width:72%;
	padding:10px 0px 0px 0px;
}
.search
{
	height:40px;
	padding:0px 7px;
	margin:0px;
	text-align:center;
}
textarea
{
	background-color:#F3F3F3;
	border:1px solid #000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	height:150px;
	line-height:18px;
	padding:5px;
	width:96%;
	word-spacing:2px;
}
.messageCounter
{
	float:left;
	padding:122px 0px 0px 10px;
}
.messageCounterField
{
	background-color:#F3F3F3;
	border:1px solid #000000;
	font-size:14px;
	height:30px;
	padding:8px 5px 0;
	text-align:center;
	width:20%;
}
/*My Gifts Starts here*/
.fullRow
{
	padding: 10px 0px 10px 30px;
	width:100%;
	float:left;
}
.blueHeading
{
	font-size:20px;
	font-weight:bold;
	color:#000099;
	text-decoration:underline;
}
.blueSubHeading
{
	font-size:16px;
	font-weight:bold;
	color:#000099;
	text-decoration:underline;
}
.blueSubHeading a
{
	font-size:16px;
	font-weight:bold;
	color:#000099;
	text-decoration:underline;
}
.greenSubHeading
{
	font-size:16px;
	font-weight:bold;
	color:#00FF00;
	padding:0px 0px 5px 0px;
}
.greyAnchor a
{
	font-weight:bold;
	color:#999999;
	text-decoration:underline;
}
/*My Gifts Ends*/
.error
{
	color:#FF0000;
	font-weight:bold;
	padding:5px 0px;
}
/*CONTENT ENDS HERE*/

/*FOOTER STARTS HERE*/
.footer
{
	float:left;
	clear:both;
	width: 100%;
	padding: 7px 0px 5px 0px;
	margin:10px 0px 0px 0px;
	height: 16px;	
	background-color:#D9F1F9;	
}
.footer .links
{
	float:left;
	padding: 0px 7px;
}
.footer a
{
	color:#000000;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.footer a:hover
{
	text-decoration:underline;
}
/*FOOTER ENDS HERE*/