/* @override http://ultramotor.com.local/stylesheets/modules/popover.css */

/*
  pop-over stuff
*/

#page-blanker {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  z-index:1001;
  -moz-opacity: 0.7;
  opacity:.70;
  filter: alpha(opacity=70);
}

#pop-over {
  position:absolute;
  z-index:1002;
  background-color:#FFFFFF;
  color:#000;
  border: 1px solid black;
}

#pop-over-title{
	background: url(../../images/popover/title.gif) top left repeat-x;
	height: 32px;
}

#pop-over-close {
  position:absolute;
  right:5px;
  top:7px;
}
.pop-over-message {
  text-align:left;
  color:#000;
  font-weight:bold;
  padding:10px;
  margin-bottom:5px;
  font-size:70%;
}

.pop-over-message a.find_out_more {
  margin-right:15px;
}

.pop-over-message p {
  margin-bottom:30px;
}

/* general styles used in the pop-overs */

.pop-over h3 {
  color:#000;
  margin-top:0;
  font-weight:bold;
  margin-bottom:15px;
}