.GMTitle {
	display: block;
	text-align: center;
}
.GMTitle img {
	border: none;
}
.captify {
	margin: 5px;
}
em {
	display:block;
	text-align:center;
}
#TPWrap {
	margin:0 0 5px 0;
	padding:10px 0;
	overflow:hidden;
}
#TPWrap div {
	box-shadow: 5px 5px 10px #1f1f1f;
	-moz-box-shadow: 5px 5px 10px #1f1f1f;
	-webkit-box-shadow: 5px 5px 10px  #1f1f1f;
}
#TPWrap h1 {
	text-align:center;
	padding:5px;
	color:#fff;
	text-shadow: 1px 1px 0px #333333;
	filter: dropshadow(color=#333333, offx=1, offy=1);
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	background: #0169BD; /* Old browsers */
	background: -moz-linear-gradient(top, #4096ee 0%, #0169BD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4096ee), color-stop(100%, #0169BD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4096ee 0%, #0169BD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4096ee 0%, #0169BD 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4096ee 0%, #0169BD 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4096ee 0%, #60abf8 44%, #0169BD 100%); /* W3C */
}
