table.mainPopup{
	width:500px;
   	height: 360px;
	margin-left:auto;
    margin-right:auto;
	border-collapse: collapse; 
}

table.containerPopup {
    width:100%;
    margin-left:auto;
    margin-right:auto;
	background:#FFFFFF;
	border: 1px solid gray;
}

table.containerPopup tr th{
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
}

table.containerPopup tbody{
	border-collapse:collapse;	
	
}

.logoPopup {
	width:250px;
	height: 60px;
	text-align:left;
}


.quotePopup {
	width:250px;
	height: 60px;
	text-align:right;
	font-size:12px;
	font-weight:400;
}

