#backgroundPopup {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

.popup {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
background:#FBF7F4;
border:2px solid #cecece;
z-index:2;
padding: 0px;
font-size:13px;
}

.popupClose {
font-size:14px;
line-height:14px;
right:2px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor: pointer;
}

#popupFrame {
margin-top: 25px; 
overflow-x: hidden;
overflow-y: auto;
border: 0px;
}

.popupLink {
cursor: pointer;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.annaharperlettings.com/images/link_icons.gif) no-repeat scroll 0 50%;
line-height:18px;
padding-left:14px;
color:#7B7778;
text-decoration:none;
}

body {
	margin-top: 0px;
	
	font-family: Arial, sans-serif;
}
h1, h2 {
	color: #f7999a;
	line-height: 120%;
	border-bottom:0px solid #ccc;
	margin-bottom: 1em;
}

h3, #searchForm legend {
	color: #F7999A;
	line-height: 120%;
	margin-bottom: 0.25em;
}

h3 a:link, h3 a:visited {
	color: #F7999A;
	text-decoration: none;
	line-height: 120%;
	margin-bottom: 0.25em;
}

h3 a:hover {
	color: #ccc;
	text-decoration: none;
	line-height: 120%;
	margin-bottom: 0.25em;
}

h4 {
	color: #666666;
	line-height: 120%;
	padding: 0.25em 0;
	border-top: none;
}
