﻿#freestyleContainer
{
    position: relative;
    height: 287px;
    width: 734px;
    padding: 0px 0px;
    margin: 0px 0px;
    background-color: #d9d9d9;
    z-index: 1;
    padding-left: 6px;
}

#freestyleTextArea
{
	width: 589px;
	height: 265px;
	position: relative; 
	margin-top: 7px;
	font-family: Georgia,sans-serif; 
	font-size: 18px;
}

.freestyleTextPoem
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 590px;
	height: 265px;
    font-family: Georgia, serif;
    font-size: 18px;
    margin: 0 0;
    z-index: 10;
    color: white;
    background-color: transparent;
    overflow: hidden;
}

#divWordHints
{
	position: absolute;
	top: 7px;
	left: 606px;
	width: 128px;
	font-family: Georgia,sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 140%;
}

