html, body 
{
	font-family: "Lucida Grande", "Arial", "sans-serif";
	font-size: 10pt;
	width: 100%;
	height: 100%;
	margin: 0px;
	color: #333;
}

html 
{
	background: white;
}

div.body
{
	padding: 14px;
}

div.header
{
	font-size: 24px;
	font-weight: bold;
	margin: 7px 0 7px 0;
}

a
{
	text-decoration: underline;
}

select, input, button, textarea 
{
	font-family: "Lucida Grande", "Arial", "sans-serif";
}

#fileUpload
{
	width: 400px;
}

#sentence
{
	width: 500px;
}

#inputTip
{
	color: #aaa;
	font-size: 10px;
	width: 500px;
	text-align: right;
	margin-bottom: 5px;
}