.art_event-map-container,
.art_event-container-table,
.art_event-map-backdrop   {
	position: absolute;
	z-index:1000;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
}


.art_event-map-backdrop {
	z-index: 1;
	background-color: black;
}


.art_event-container-table {
	z-index: 2;
}

.art_event-map-window {
	margin: auto;
	position: relative;
	left: 0px;
	top:0px;
	background-color:white;
	width:920px;
	height:560px;
	-moz-border-radius: 5px;
}

.art_event-map {

	position: absolute;
	left : 20px;
	top : 45px;
	width :580px;
	height : 500px;
}

.art_event-map-directions {
	position: absolute;
	left: 625px;
	top: 145px;
	width:270px;
	height:390px;
	overflow:auto;
}
.art_event-map-eventInfo{
	position: absolute;
	left: 20px;
	top: 10px;
	font-size : 14px;
	font-weight : bold;
}
.art_event-map-search {
	position: absolute;
	left: 625px;
	top: 45px;
	width:280px;
	height:95px;
}

.art_event-map-btnSearch {
	cursor: pointer;
	text-decoration: underline;
}

.art_event-map-container, .art_event-map-container a {
	color:black;
}

.art_event-map-btnClose {
	position: absolute; 
	left: 830px;
	top: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.art_event-map-btnPrint {
	position: absolute; 
	left: 830px;
	top: 20px;
	cursor: pointer;
	text-decoration: underline;
}

.art_event-map-search input {
	width: 100%;
	border: 1px solid black;
	padding: 3px;
}

.art_event-map-search input.firstTime{
	color: rgb(180,180,180);
}

.art_event-map-search input.error{
	border: 1px solid rgb(255,0,0);
	color: rgb(155,0,0);
	background-color: rgb(255,200,200);
}
