.blueGradient {
	width: 100%;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-image: url(grad01.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
}

.topgradient {
	width: 100%;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-image: url(grad03.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	height:108px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.box {
	padding: 1em;
	font-size: 16px;
	text-align: center;
	color: #666;
	margin-left: auto;
	margin-right: auto;
}

.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(corner10.png) no-repeat;
}
.TL {
	top: 6px;
	left: 7px;
	background-position: 0 0;
}
.TR {
	top: 6px;
	right: 7px;
	background-position: 100% 0;
}
.BL {
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}
.BR {
	bottom: 0;
	right: 0;
	background-position: 100% 100%;
}

