@CHARSET "ISO-8859-1";

td.infoFrame {
	 vertical-align: top;
	 padding-top: 6px;
	 padding-bottom: 6px;
	 padding-left: 12px;
	 padding-right: 12px;	
}

table#reply {
	width: 80%;
	height: 80%;
	border: 1px solid #000;
	border-collapse: collapse;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40%;
	margin-top: -27%;
}

table#reply td#replyContent {
	padding: 0px;
	background: #fff;
	text-align: center;
}