#eupanel {
	font-family: Arial, sans-serif;
    background-color: #fff;
	position: absolute;
    width: 402px;
    border: solid 1px #a7a7a7;
    padding: 0;
    margin: 0;
	z-index: 10000;
	top: -666px;
	left: 70%;
}
#title {
	font-size: 12.5pt;
	font-weight: bold;
    color: #e11616;
    background-color: #fff;
    margin: 0 0 1em;
    padding: 1px;
    text-align: center;
}
#footer {
	text-align: right;
	margin: 0;
	padding: 0;
}
#footer span {
	float: left;
	position: relative;
	top: -.5em;
	left: .5em;
}
#footer * {
	color: #7f7f7f;
	font-size: 8pt;
}
#logo {
	position: relative;
	left: -.5em;
	top: 1em;
}
.text {
	font-size: 9.5pt;
    color: #000;
    margin: .5em;
}
.button {
	font-size: 12.5pt;
	color: #808080;
}
.button a {
	text-decoration: none;
	color: #e11616;
}
.button a:hover {
	text-decoration: underline;
}

