/* video stuff */
.html5vid {
	width:100%;
}
.browsers {
	text-align:center;
}
.browsers p {
	width:680px;
	margin:15px auto;
	text-align:center;
	line-height:1.4em;
}
.browsers img {
	padding:0;
	margin:5px 5px;
}

/* popup window */
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:fixed;
	top:0;
	left:0;
  z-index:9998;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  background-color: #f1e7c8;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:3px solid #ffe293;
	-webkit-box-shadow:2px 2px 5px 0px #000000;
	-moz-box-shadow:2px 2px 5px 0px #000000; 
	box-shadow:2px 2px 5px 0px #000000;
	position:fixed;
  width:400px;
  min-height:160px;
  display:none;
  z-index:9999;
  padding:10px 10px;
}

#boxes #docsforms {
	width:80%;
}
#boxes #elections {
	width:80%;
}
#boxes #finance {
	width:80%;
}
#boxes #orgpage {
	width:80%;
}
#boxes #profile {
	width:80%;
}
#boxes #profilesetup {
	width:80%;
}
#boxes #docsforms p {
	margin-bottom:15px;
}
#boxes #docsforms p.bigger {
	font-size:1.3em;
	color:#8e1717 !important;
	line-height:1.1em;
}

/* Customize window */
/* #boxes .boxcontent {
	background-color:#ffffff;
	width:370px;
	min-height:130px;
	overflow:auto;
	padding:15px;
} */
#boxes  a.close {
	display:block;
	position:absolute;
	top:-30px;
	right:-30px;
	background:url(images/close.png) no-repeat;
	background-size:70px 70px;
	width:70px;
	height:70px;
}