		#emailTable {
			position: absolute;
			top: 0; left: 0;
			width: 100%; height: 100%;
		}
		#emailTable tr {
			height: 100%;
			vertical-align: middle;
		}
		#emailTable td {
			width: 100%;
			text-align: center;
		}
		#emailBack {
			position: absolute;
			top: 0; left: 0;
			width: 100%; height: 100%;
			background-color: white;
			background-image: url('img/linkbg.jpg');
			opacity: 0.5;
			#filter: alpha(opacity=50);
		}
		#emailBox {
			position: relative;
			border: 1px solid black;
			background-color: white;
			text-align: center;
			#width: 190px;
			#height: 64px;
			width: 188px;
			height: 62px;
			color: #336633;
			padding: 6px;
			font: 9px Arial;
			font-weight: bold;
			margin: 0 auto;
		}
		#emailBox input.text {
			height: 13px;
			width: 182px;
			#margin: 2px 0;
			margin: 8px 0;
			font: 9px Arial;
			font-weight: bold;
			text-align: center;
			padding-top: 3px;
			background-image: url('../img/inputgrad.png');
			border: 1px solid #e3e3e3;
		}
		#emailBox input.button {
			height: 18px;
			font: 9px Arial bold;
		}
