#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ccc;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

div#forwardstatus {
	color: #FFCC00;
	border:3px solid #FFCC00;
	margin-bottom:10px;
	padding: 6px 16px;
	display:none;
}
div#forwardstatus h3 {
	font-size: 16px;
}

#storybox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	/*line-height: 0;*/
	color: white;
}

#storyboxFormContainer{
	position: relative;
	background-color: black;
	width: 650px;
	margin: 0 auto;
	padding: 20px;
	border: 6px solid white;
	text-align: left;
}

#storyboxFormContainer h1 {
	text-align:left;
	margin-bottom: 20px;
	background-image: none;
	color: #FFCC00;
}

#storyboxFormContainer h2 {
	text-align:left;
	margin-bottom: 20px;
	background-image: none;
}

#storyboxFormContainer h4 {
	margin-bottom: 0px;
}

#storyboxFormContainer p {
	margin-bottom: 10px;
}

#storyboxFormContainer input, #storyboxFormContainer textarea {
	font-family:Arial, Helvetica, sans-serif;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#bottomNav #bottomNavClose{ display: block; clear: left; width: 100%; text-align: right;  padding-bottom: 0.7em;	}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	