div#lufo
{
	width: 1000px;
	height: 183px;
	background: url(/images/layout/homepage-banner.png) no-repeat #CCC;
	margin: 0 0 20px -30px;
	position: relative;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

div#modal
{
	width: 570px;
	height: 120px;
	background: #FFF;
	position: absolute;
	left: 200px;
	top: 19px;
	padding: 15px;
	border: 1px solid #999;
}
div#modal p
{
	margin: 5px 0 0 0;
}
div#modal form div.form
{
	height: 29px;
	width: 570px;
	position: relative;
}
div#modal form div.form input[type="text"], div#modal form div.form select
{
	width: 453px;
	height: 23px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 95px;
	padding: 2px 10px;
	border: 1px solid #999;
	margin: 0px;
}
div#modal form div.form input[type="text"].error
{
	background: #FCC;
}
div#modal form div.form select
{
	padding-right: 2px;
	width: 475px;
	height: 29px;
}
div#modal form div.form input[type="submit"]
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 475px;
	right: 0px;
	padding: 2px 10px;
	background: #CCC;
	border: 1px solid #999;
	border-left: 0px;
	margin: 0px;
}

div#modal #result ul
{
	position: absolute;
	left: 300px;
}
div#modal #result ul:first-child
{
	left: 10px;
}
div#history
{
	margin-top: 30px;
}
div#history > div
{
	position:relative;
	height: 200px;
	margin-top: 5px;
}
div#history > div div.history
{
	width: 300px;
	height: 200px;
	border: 1px solid #CCC;
	position: absolute;
	box-shadow: 0px 0px 20px #999;
}
div#history > div div#history-1.history { top: 0px; left: 0px; }
div#history > div div#history-2.history { top: 0px; left: 319px; }
div#history > div div#history-3.history { top: 0px; left: 638px; }
div#history > div div.history p { margin: 5px 10px; font-weight: bold; }
div#history > div div.history p span { display: block; font-weight: normal; font-size: 0.8em; }

div#history > div div.history > div.map { background: url(/images/history-loading.png) #CCC; width: 100%; height: 150px; border-bottom: 1px solid #CCC; }
div#history > div div.history > div.map img {
    background: white;
}
p#text
{
	margin-top: 30px;
}