.mytps {
  font-size: 1pt;
  color: white
}

.box {
	margin: 0 0 50px;
	border-top: solid 0px #666;
}
.normal img {
	border: solid 5px #666;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
}

.tpsfooter { background-image: url(pix/gradient.png); background-repeat: repeat-y; width: 100%; height: 80px; text-align: left;}
