#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position: fixed;
  left:0;
  top:0;
  width:500px;
  display:none;
  z-index:9999;
  padding:20px;
  font-size: 1.2em;
  height:auto;
  padding:20px;
  background-color:#ffffff;
  border-top: 4px solid #B50938;
}

a.close {
	background: url('../images/closewindow.png') 0 0 no-repeat;
	float: right;
	padding-left: 24px;
	height: 30px;
	font-size: 1.2em;
	padding-top: 5px;
	
}

h3.authorname {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

img.authorheadshot {
	padding: 30px 20px 0px 0px;
	float: left;
}
	
