/* CSS Document */

DIV.outer {
	position:absolute;
	left:50%;
	top:50%;
	width:180px;
	height:190px;
	margin-left:-90px;
	margin-top:-95px;
	text-align:center;
	background-color:#fff;
}

DIV.email {
	position:absolute;
	left:100%;
	top:100%;
	height:20px;
	width:100px;
	margin-top:-20px;
	margin-left:-100px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: normal;

}