.fishplate_window_overlay {
	background-color: #ccc;
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.fishplate_window_container {
	z-index: 101;
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
}

.fishplate_window_close_button {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 5px 5px 0 0;
  cursor: pointer;
  background: url(/images/icons/close.gif);
  right: 0;
  top: 0;
}

.fishplate_window_curve {
	background-color: #444;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

.fishplate_window_content {
	background-color: #444;
	color: #fff;
  padding: 10px;
}

.fishplate_window_content h1,
.fishplate_window_content h2,
.fishplate_window_content a {
  color: #fff;
  margin-top: 0;
}

.fishplate_window_content dl {
  margin-top: 5px;
}


body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* setup font sizes for IE */
body, td, tr, input, select, textarea {
  font-family: Verdana, sans-serif;
  font-size: x-small;
}

/* overwrite for mozilla */
* > body, * > td, * > tr, * > input, * > select, * > textarea {
  font-size: small;
}

p {margin-top: 0;}
h1 {font-size: 180%;margin-top: 15px;margin-bottom: 3px;}
h2 {font-size: 150%;}


#bar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #0046C6;
  color: white;
  opacity: 0.85;
  padding: 5px;
  text-align: center;
}

#bar b {
  float: left;
}

#bar b a {
  text-decoration: none;
}

#bar i {
  float: right;
}

#bar a, #bar a:visited, #bar a:hover {
  color: white;
}

div.floating { 
  z-index: 2;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.faq dt {
  font-weight: bold;
  margin-top: 15px;
}

.faq dd {
  margin-left: 0;
}

.register dt {
  padding-top: 5px;
  float: left;
  clear: both;
  margin-top: 3px;
  font-weight: bold;
  padding-right: 20px;
}
.register dd {
  padding-top: 5px;
}


.fishplate_window_curve, .fishplate_window_content {
  background: #0046C6;
  opacity: 0.85;
}

.fishplate_window_container {
  width: 600px;
}

#bar a {
  margin-right: 10px;
}
#bar b a {
  margin-right: 0;
}

#queue {
  position: absolute;
  bottom: 7px;
  left: 70px;
  color: #333;
  font-size: 90%;
}

#register_errors {
  padding: 5px;
  background: #C00;
  font-weight: bold;
  color: white;
}