body {
 background-color: white;
}

.popupContent {
	width: 507px;
	height: auto;
	clear: both;
	float: left;
	background-color: white;
	
}

.popup_logo{
	width: 507px;
	height: 53px;
	clear: both;
	float: left;
	padding: 20px; 
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.emailContent{
	width:524px;
	height: 450px;
	clear: both;
	float: left;
	padding: 20px 10px 20px 10px;
	border-color: #041133;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	font-weight: bold;
	overflow: auto;
}
