#fancybox {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background: url('../img/bg.jpg');
    color: #000;
    border: 1px solid black;
    padding: 12px;
    font-weight: bold;
}

#storyForm	{
	background: url('../img/inputbg.jpg') no-repeat;
	padding: 70px 60px 0px 70px;
	width: 576px;
	height: 546px;
	font-family: SketchRockwell, 'Arial Black', sans-serif;
	font-size: 14px;
}

form span	{
	width: 180px;
	float:left;
}

.intro	{
	width: 70px;
	float:left;
}

#storyForm input	{
	background: #84cd5b;
	border: 0px;	
	border-bottom: 3px solid #5CCCF4;
	width: 200px;
	background: #C2E7AD;
}
* html #fancybox {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.row1, .row2 {
	min-height: 25px;
	clear: left;
}

img {
	border: 0px;
}
