.box12 {
	position: relative;
	padding: 0px;
	height: 12px;
	color: white;
}

.box30 {
	position: relative;
	padding: 0px;
	height: 30px;
	color: white;
}

.box72 {
  position: relative;
  top: 10px;
	width: 416px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffe7b8;
	overflow: hidden;
}

.box8 {
	position: relative;
	padding: 0px;
	height: 8px;
}
.grey {
	background-color: #2f2e2e;
}
.white {
	background-color: white;
}

palegreen {
	background-color: #def9d9;
}

.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/rc10.png') no-repeat;
}

.corner-inverse {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/rc10-inv.png') no-repeat;
}

.corner-green {
	position: absolute;
	width: 7px;
	height: 7px;
	background: url('../images/rc14-orange.jpg') no-repeat;
}


.topleft {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.topright {
	top: 0;
	right: 0;
	background-position: 100% 0;
}
.bottomleft {
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}
.bottomright {
	bottom: 0;
	right: 0;
	background-position: 100% 100%;
}
