* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-collapse: collapse; 
	border-spacing: 0;
  font-family: "Calibri";
}

html{
	overflow:auto;
}

#epsLogo {
	height:180px;
	display:block;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#eidLogo {
	height:180px;
	display:block;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

h1{
	display:none;
}

h3{
	color: #BB0000;
	margin-bottom:10px;
}

.inner{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#content div.actions input{
	text-transform: uppercase;
	background-color:#FFFFFF;
	color: #000000;
	height:100%;
	border-radius: 5px;
	border:2px solid #3c2381;
	font-weight: bold;
	width: 60px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 5px;
}

#content div.actions input:hover{
	background-color:#DDDDDD;
	cursor: hand; 
	cursor: pointer;
}

#content div.actions input:active{
	background-color:#D9D9D9;
}
