body
{
	margin: 0px;
	margin-top: 15px;
	background: #FFFFFF;
}

.header
{
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	color: #28b1cf;
}

.text
{
	font-size: 10px;
	color: #878787;
	font-family: Tahoma;
	padding-right: 10px;
}

.data
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

#overlay{background: url('images/overlay_bg.png') repeat; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 98; display: none;}
#popup{background: url('images/cans_popup_bg.png') no-repeat; width: 483px; height: 458px; position: absolute; top: 40%; margin-top: -229px; z-index: 99; left: 50%; margin-left: -240px; display: none; padding-top: 140px;}
.popup_text{font-family: Tahoma; color: #666666; width: 440px; text-align: justify; font-size: .9em; line-height: 1.4em; margin-left: 18px;}
.popup_text_big{font-size: 1.4em; color: #97c93c; font-family: Tahoma;}
#popup_text_link{font-size: .9em; color: #73cee2; font-family: Tahoma;}
#close_popup{display: block; width: 25px; height: 25px; position: absolute; right: 0px; top: 0px;}
