#RB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;
}

#RB_loading {
  position: relative;
  top: 200px;
  z-index: 101;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  background: #666 url(../images/redbox_spinner.gif) no-repeat center center;
  border: 2px solid black;
}

#RB_window {
  z-index: 102;
  background-color: #FFFFFF;
  display: block;
  text-align: left;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: absolute;  
  
}

.mentat-welcome-splash {
	background-color: LightBlue;
	padding-left: 20px;
	width: 650px;
	height: 405px;
	text-align: center;
	padding-bottom:50px;	
}

/** These are for the redbox div's related to sending a final email when the user deletes a task */
.mentat-lightbox {
	background-color: LightBlue;
	padding-left: 25px;
	width: 500px;
	height: 475px;
	text-align: center;
	padding-right: 25px;
	padding-bottom:50px;
}

.mentat-lightbox a {
	font-size: 11px;
	margin: 10px;
}

.mentat-lightbox input {
	margin: 5px;
}

.mentat-lightbox p {
	margin: 0px;
	padding-top: 10px;
}
