.HopeAndHoneyBanner {
	background-color:#b2aea8;
	border-bottom:1px solid #8e8b86;
	text-align:center;
}
	.HopeAndHoneyBanner .container {
		margin:0px auto;
		width:960px;
		text-align:left;
		font-size:10px;
		padding: 3px 10px;
	}
		.HopeAndHoneyBanner .container .coupleLogin {
			float:right;
			font-family:Arial;
			font-size:11px;
			color:#fff;
			margin-right:20px;
			margin-top:2px;

		}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;

}
/*
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 18px;
	margin: -5px 0 0 0;
}*/

P {
	padding: 5px;
}
.giftregistryDetails H2 {
	visibility: visible !important;
}



/* POP UP LOGIN */

/*#popupLoginBg{
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10000;
}

	#popUpBg{
		background:#333;
		opacity:0.7;
		filter:alpha(opacity=70);
		width:100%;
		height:100%;
		display:none;
	}*/

	#popupLogin{
		background:#fff;
		position:absolute;
		top:0px;
		left:0px;
		zoom:1;
		z-index:10000;
		height:173px;
		width:318px;
		display:none;
		/*background: transparent url('/images/form_bg.png') 0px -173px repeat-x;*/
		background: transparent url('/images/form_bg.gif') top left no-repeat;
	}
	#popupLogin FORM{
		background:none;
	}
	#popupLogin .left {
		position:absolute;
		top:0px;
		left:0px;
		width:10px;
		height:173px;
		margin:0px;
		/*background: transparent url('/images/form_bg.png') 0px 0px no-repeat;*/
	}
	#popupLogin .right{
		position:absolute;
		top:0px;
		right:0px;
		margin:0px;
		width:10px;
		height:173px;
		/*background: transparent url('/images/form_bg.png') 0px -346px no-repeat;*/
		
	}
	#popupLogin .inner{
		position:relative;
		padding:17px 30px 11px;
		width:257px;
	}
	#popupLogin H3 {
		margin-top:5px;
		margin-bottom:15px;
		color:#f94079;
		font-size:1.4em;
		text-transform:uppercase;
		background: url('/images/login_bg.png') center left no-repeat;
		text-indent:-9999px;
		display:block;
	}
 
 	.inner A.closeLogin{
 		color:#f94079;
		float:right;
		font-size:11px;
 	}
 	.inner A.closeLogin{
 		color:#f94079;
	}
		
	 #popupLogin DIV { margin:3px 0px 4px; position: relative; clear:both;}
		#popupLogin LABEL {
			color:#4e494a;
			line-height:27px;
			float:left;
			vertical-align:middle;
			text-transform:uppercase;
			text-align:left;
			margin-right:14px;
			margin-left:0px;
			width:79px;
			_width:74px;
			font-size:12px;
			font-family:arial;
		}
		#popupLogin INPUT.text {
			display:inline;
			vertical-align:middle;
			width:154px;
			border:none;
			overflow: hidden;
			font-size:12px;
			height:16px;
			line-height:16px;
			padding:3px 5px 4px;
			background:url('/images/form_input_bg.png') center left no-repeat;
		}
		#popupLogin .submit { 
			/*position:absolute;
			top:101px; 
			left:20px; 
			_left:0px; */
			width:270px; 
			_width:260px; 
			text-align:right; 
			margin-top:13px;
		}
			#popupLogin .submit INPUT {
				background:url('/images/login_btn_bg.png') top left;
				border:0px;
				width:73px;
				height:32px;
				cursor:pointer;
				display: inline;
				font-size:11px;
				text-indent:-9999px;
				text-transform:uppercase;
				margin-right:11px;
			}
			#popupLogin .submit A {
				color:#4e494a;			
				text-decoration:underline;
				position: absolute;
				top: 6px;
				right: 88px;
				_right: 120px;
			}
			#popupLogin A.password {text-decoration:none;color:#666;}

 
 
 