@CHARSET "ISO-8859-1";

#bumper_box {
	text-align: center;
	border: 1px solid #555;
	width: 500px;
	height: 160px;
	background-color: #FFF;
	color: #000;
	font-size: 16px;
	white-space: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 4px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 4px 10px;
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0 4px 10px;
	box-shadow: rgba(0, 0, 0, 1) 0 4px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

a#go-back,a#continue {
	width: 100px;
	display: inline-block;
	text-decoration: underline;
}

span#bumperTitle {
	text-transform: uppercase;
}