@charset "ISO-8859-1";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
div {
	position:absolute;
}
img a, img {
	border: 0;
}
a {
	color: #727271;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	margin: 20px 0 20px 0;
	font-size:16px;
	font-weight: 100;	
}
fieldset {
	margin: 20px 0 20px 20px;
	border:0;
}
input {
	width: 200px;
}
input.autoWidth {
	width:auto;
}
#box {
	left:50%;
	top:50%;
	margin: -290px 0 0 -250px;
	padding: 0px;
	height: 500px;
	width: 500px;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#innerBox {
	top:0px;
	left:0px;
	width:500px;
	height:500px;
}
#innerBox div {
	margin:0;
	padding:0;
	height:50px;
	width:50px;
	color:#FFF
}
#innerBox div img {
	border: 1px solid #efefee;
}
#borderTop {
	top: -18px;
	color: #e2e2e1;
	margin: 0 0 0 2px;
}
#borderTop div, #borderBottom div {
	width:395px;
	top:-1px;
	left:100px;
	text-align: right;
	font-size: 13px;
}
#borderBottom {
	color: #e2e2e1;
	top: 502px;
	margin: 0 0 0 2px;
	font-size: 13px;
}
#borderBottom a, #borderBottom a:hover  {
	color: #FFF;
	text-decoration: none;	
}
#mailWeb {
	top:-45px;
	padding: 0 0 5px 0;
	margin:0;
}
#linkWeb {
	top:522px;
	padding-top: 5px;
}
#more {
	top:472px;
	padding: 5px 0 0 0;
	left: 350px;
	width:150px;
	z-index:1;
	text-align: right;
}
