/* display box that pops up in right hand corner */
	
	/* hidding image based poppup and sticking with pure html
	#displaybox {
	background: transparent url(../images/popup/popup-box.png) top left no-repeat;
	display: none;
	font-family: arial, sans-serif;
	font-size: 140%;
	height: 250px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 342px;
	z-index: 500;
	}
	*/
	
	#displaybox {
	background: white;
	border: 2px solid #cc0000;
	display: none;
	float: left;
	font-family: arial, sans-serif;
	font-size: 140%;
	padding-bottom: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 342px;
	z-index: 500;
	
	border-radius: 7px;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	}
	
	#displaybox h3 {
	background: url(../images/popup/popup-dots.gif) bottom left no-repeat;
	color: #A13238;
	font-size: 1.1em;
	font-weight: lighter;
	margin: 8px;
	padding-bottom: 7px;
	width: 320px;
	}
	
	#displaybox h4 {
	color: #A13238;
	font-size: .85em;
	font-weight: bold;
	line-height: 140%;
	margin: 8px;
	width: 320px;
	}
	
	#displaybox h5 {
	background: url(../images/popup/popup-dots.gif) top left no-repeat;
	bottom: -2px;
	color: #A13238;
	font-size: .9em;
	font-weight: lighter;
	left: 4px;
	margin: 8px;
	padding-top: 7px;
	position: absolute;
	width: 320px;
	}
	
		#displaybox h5 a {
		color: #333;
		text-decoration: none;
		}
	
	#displaybox p {
	color: #333;
	font-size: .9em;
	font-weight: lighter;
	line-height: 140%;
	margin: 8px;
	width: 320px;
	}
	
		#displaybox_close {
		background: transparent url(../images/popup/popup-cross.png) top left no-repeat;
		display: block;
		height: 19px;
		float: right;
		position: absolute;
		right: 5px;
		text-indent: -5000px;
		top: 5px;
		width: 19px;
		}
		
		#displaybox_img {
		border: 1px solid #333;
		float: left;
		margin: 5px;
		width: 170px;
		}
