@CHARSET "UTF-8";

.popup {
	top									: 80px;
	position							: fixed;
	z-index								: 1000;
}

.popup .border-left {
	background-image					: url(../images/popup/pp_border-left.png);
	background-position					: left top;
	background-repeat					: no-repeat;
	position							: relative;
}
	
.popup .border-right {
	background-image					: url(../images/popup/pp_border-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	padding								: 0 20px 0 20px;
}

.science .border-top{
	height								: 5px;
	background-image					: url(../images/popup/pp_border-top-right.png);
	background-position					: right bottom;
	background-repeat					: no-repeat;
}

.science .border-top div{
	height								: 5px;
	margin-right						: 40px;
	background-image					: url(../images/popup/pp_border-top.png);
	background-position					: left bottom;
	background-repeat					: no-repeat;
	width								: 536px;
}


.science .border-bottom{
	height								: 30px;
	background-image					: url(../images/popup/pp_border-bottom-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	display: block;
}

.science .border-bottom div{
	margin-right						: 40px;
	height								: 30px;
	background-image					: url(../images/popup/pp_border-bottom.png);
	background-position					: left top;
	background-repeat					: no-repeat;
	width								: 536px;
}

.popup .header {
	background-color					: #FFCC00;
/*	min-height							: 20px; */
	height								: 20px;
	width								: 526px;
}

.popup .headerContent{
	float								: left;
	cursor								: default;
	margin-left							: 10px;
}

.popup .headerClose{
	color								: red;
	float								: right;
	cursor								: pointer;
	margin-right						: 5px;
/*	height								: 21px; */
}

.popup .btnHeaderClose{
	background-image					: url(../images/popup/close.png);
	background-repeat					: no-repeat;
	background-position					: top right;
/*	height								: 21px; */
	padding-right: 20px;
}

.popup .frame {
	margin								: 0 5px;
}

.popup .content {
	padding								: 3px;
	background-color					: #FFFFCC; 
	width								: 520px;
	height								: 450px; 
	overflow							: auto;
}

/*  ----------------------------  */ 
/*  Egyedi tartalmak 			  */
/*  ----------------------------  */ 

.ifTerhesseg{
	width: 500px;
	height: 430px;
	border: 0;
	padding: 0;
	margin: 0;
}

.ifSzoptatas{
	width: 500px;
	height: 430px;
	border: 0;
	padding: 0;
	margin: 0;
}

.ifBettaj{
	width: 520px;
	height: 445px;
	border: 0;
	padding: 0;
	margin: 0;
}

.ifAllergia{
	width: 520px;
	height: 445px;
	border: 0;
	padding: 0;
	margin: 0;
}

.ifKolcsonhatas{
	width: 520px;
	height: 445px;
	border: 0;
	padding: 0;
	margin: 0;
}

