#info a#go, #info span#disabled {
	display: block;
	width: 10.5em;
	margin: 30px auto;
	padding: 30px 40px 30px 20px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #333;
}
#info a#go {
	border: 1px solid #8B8B7A;/*#8B7355;*/
	background: url(/page/images/arrow.png) right bottom no-repeat #CDCDB4; /*#CDAA7D;*/
}
#info span#disabled {
	width: 19em;
	padding: 20px;
	font-size: 17px;
	border: 1px solid #8B3A3A;
	background: #CD5555;
}
#info span#disabled a {
	color: #fff;
}

#info a#go:hover {
	background-color: #CDCDC3;
}

#foot {
	position: relative;
}

#badgespreview {
	width: 235px;
	height: 187px;
	position: absolute;
	bottom: 10px;
	left: 13px;
	display: block;
	background: url(/page/images/badgesbg.png) bottom left no-repeat;
}