/* Global Reset Stylesheet

Author: SQUARED2 I/S
Author URI: www.squared2.dk

Last edited: 20th January 2010 by Andreas Stokholm
------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
abbr,acronym {border:0;}

body {
	margin: 0;
	padding: 0;
	background: #191919;
	font-family: "Calibri", "Trebuchet MS", "Verdana", Arial, Tahoma;
	text-align: left;
	font-size: 12px;
	color: #191919;
	width: 100%;
	height: 100%;
}

div#map {
	z-index: -1;	
	float: left;
	position: absolute;
}

div#search {
	position: fixed;
	width: 300px;
	background: #FFF;
	bottom:0;
	right: 0;
	z-index: 100;
	border: 3px solid #191919;
	text-align: center;
}

div#form {
	position: absolute;
	width: 200px;
	top: 30px;
	right: 8px;
	background: #FFF;
	z-index: 1;
	border: 3px solid #191919;
	text-align: center;
}

div#adds {
	float: left;
	position: fixed;
	bottom: 0;
	width: 468px;
        height: 60px;
	background: #FFF;
	z-index: 1;
	margin: 0 auto;
}

div#elaborate {
	position: absolute;
	width: 200px;
	top: 240px;
	right: 8px;
	background: #FFF;
	z-index: 1;
	border: 3px solid #191919;
	text-align: left;
}

div#twitter {
	position: absolute;
	width: 200px;
	top: 343px;
	right: 8px;
	background: #FFF;
	z-index: 1;
	border: 3px solid #191919;
	text-align: left;
}

div#error {
	float: left;
	margin: 10% auto;
	border: 3px solid #A80000;
}

input.domain {
	height: 30px;
	width: 193px;
	text-align: center;
	font-size: 20px;
}

.left {
	text-align: left;
}