BODY
{
	margin:0px;
	padding:8px;
	background:#ccc;
	color:#222;
	font:15px "Tahoma";
}

form {margin:0px;}
label {cursor:pointer;}
img {border:0px;}
p {margin-top:0;}
h3 {font-size:16px; margin-top:6px; margin-bottom:10px;}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
	border: 0;
	padding: 0;
}
div.clear
{
	clear:both;
	overflow:hidden;
}

a:link, a:visited
{
	color:#003fa8;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#bb0000;
	text-decoration:none;
	font-weight:bold;
}

div#error
{
	background: #cc0001;
	background-position:left;
	background-repeat:no-repeat;
	padding:12px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	margin-top:12px;
	margin-bottom:12px;
	height: auto;
}
ul
{
	padding-left:15px;
}
input[type="text"]
{
	padding:5px;
	font-size:20px;
	border:1px solid #888;
	background:#fff;
}
input#word
{
	width:160px;
	text-transform:uppercase;
}

input[type="submit"]
{
	border:1px solid #003fa8;
	background:#003fa8;
	color:#fff;
	padding:4px 20px;
	cursor:pointer;
	font-size:16px;
}
div.result
{
	border:1px solid #888;
	background:#eee;
	padding:10px;
	font-size:16px;
	margin-top:10px;
	line-height:20px;
}
div.map
{
	margin-top:10px;
}
img.map
{
	max-width:100%;
	height:auto;
}
img.woj
{
	max-width:95%;
	height:auto;
	position:absolute;
}

div.author
{
	margin-top:20px;
	font-size:12px;
}
