#box {
	margin: 0pt auto;
	margin-bottom: 25px;
	width: 100px;
	height: 70px;
	background: #F2F2F2;
	border: 15px solid #663300;
	background-image: url('images/mirror_bg.jpg');
}
#cost{
	background-image: url('images/cost.jpg');
	width: 98px;
	height: 23px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: center;
	padding-left: 2px;
	padding-top: 8px;
}

#log{
	margin: 0pt auto;
	background: #FBFDEC;
	border: 1px solid #D9BEA6;
	padding: 3px;
	font-size: 10px;
	width: 504px;
	text-align: center;
}
 
#start {
	text-align: center;
	text-decoration: none;
	margin: .5em 0;
	font-size: 10px;
	padding: 3px;
	background: #FFFFCC;
	border: 1px solid #663300;
	color: #663300;
}
#start:hover{
	background: #663300;
	color: #FFFFCC;
}
