#popupContact table td { }
#popupContact table tr { 
	height: 28px;
}
#backgroundPopup { 
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0; 
	background: #ffffff;
	z-index: 80;
}
#backgroundPopup2 { 
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0; 
	background: #ffffff;
	z-index: 80;
}

#popupContact { 
	display: none;
	/*position: fixed;*/
	height: 363px;
	width: 515px;
	background: url("/images/bgpop.png") no-repeat;
	padding: 20px;
	font-size: 13px;
	z-index: 100;
}

#popupWeight { 
	display: none;
	height: 485px;
	width: 631px;
	background: url("/images/rezultatufons.png") no-repeat;
	padding: 0px;
	font-size: 13px;
	z-index: 100;
}


#popupContact h1 { 
	text-align: left;
	color: #6fa5fd;
	font-weight: 700;
	font-size: 22px;
	border-bottom: 1px dotted #d3d3d3;
	border-bottom-color: #d3d3d3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#popupContactClose { 
	font-size: 14px;
	line-height: 14px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
}
