#btnPanelSafe {

	background-color: #99c;

	border: 1px #666 solid;

	width: auto;

	margin: 1em 37.5%;

	padding: 8px;

	text-align: center;

}



.safebutton {

	font-weight: bold;

	text-align: center;

	margin: 3px 1em;

}



.safebutton a {

	padding: 4px;

	text-decoration: none;

	width: 98%;

	display: block;

	color: #036;

	background-color: #ccf;

	border-top: 	2px #cff solid;

	border-left:  2px #cff solid;

	border-bottom: 2px #369 solid;

	border-right:  2px #369 solid;

}



.safebutton a:hover {

	background-color: #99c;

	border-top:  2px #369 solid;

	border-left: 2px #369 solid;

	border-bottom: 2px #cff solid;

	border-right:  2px #cff solid;

}











