#popup {
	width: 30em;
	background-repeat: no-repeat;
}

#popupContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 31em;
	border: thin solid #CBD1ED;
}


#btnClose {
	height: 31px;
	width: 30px;
	float: right;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 30px;
}
.button {
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}

.button a:hover {
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	background-color: #F00;
}

h1 {
	font-family: Calibri;
	font-size: 1.4em;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	background-color: #000;
	padding-top: 10px;
	padding-left: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(30,54,130,1.00) 0%,rgba(111,129,197,1.00) 21.24%,rgba(41,42,90,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(30,54,130,1.00) 0%,rgba(111,129,197,1.00) 21.24%,rgba(41,42,90,1.00) 100%);
}
p {
	margin-left: 10px;
	margin-right: 10px;
}
