body{
	font-family: Helvetica, Arial, serif;
	background: #efefef;
	color: #3e3e3e;
	margin: 20px 0px;
}

#header{
	background: #d5d5d5;
	margin-bottom: 80px;
	text-align: center;
	height: 28px;
	background: url(images/beta.gif) center;
}
#header p{
	margin: 0px;
	padding: 10px;
}


.padding{
	margin-left: 20px;
	margin: 0px auto;
	width: 600px;
}
.distance{
	margin-bottom: 60px;
}

h2{

	font-family: "Myriad Pro", Helvetica, Arial, Serif;
	font-family: Helvetica, Arial, Serif;
	font-style: italic;
	font-size: 32px;
	margin-bottom: 10px;
}
.dl{
	font-size: 12px;
}
.dl a{
	color:gray;
}

.table{
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	background: white;
	width: 100%;
}
.table td{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	min-width: 160;
	padding: 8px;
	
}

table a{
	color: #2b75d9;
}

.b{
	background: #dfdfdf;
}

#footer{
	font-size: 12px;
	color: #afafaf;
	font-family: Verdana;
	text-align: center;
	margin-top: 80px;
	padding-bottom: 40px;
}
#footer a{
	color: #afafaf;
}



.form{

	width: 480px;
	margin: 0px auto;
	background: #f9f9f9;
	border: 1px solid #bababa;
	padding: 20px;
	margin-bottom: 40px;
	margin-top: 100px;
	font-size: 20px;
}
.form #email, .form #password{
	font-size: 20px;
	width: 360px;
	margin-bottom: 10px;
}

.error{
	color: red;
}




#map{

    position: fixed;
    background:blue;
  	margin: 0px auto;
    width: 600px;
    
    z-index: 100;

    visibility:hidden;
   
}


#close{
	display: block;
	background: url(images/closebox.png);
	background-position: top;
	width: 30px;
	height: 30px;
	text-indent: -20000;
	position: absolute;
	left:-15px;
	top: -15px;
	z-index: 10000;
}
#close:hover{
	background-position: bottom;
}

