#popup_container {
				background:url(http://ajandek.elitebodyshop.hu/images/alert_bg.png) no-repeat;
	border: 0px solid black;
	color: #757575;
	font-size: 13px;
	font-family:Arial;
	width:385px;
	height: 200px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(http://ajandek.elitebodyshop.hu/images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 0;
	margin: 0;
}

#popup_content.alert {

}

#popup_content.confirm {
	background-image: url(http://ajandek.elitebodyshop.hu/images/important.gif);
}

#popup_content.prompt {
	background-image: url(http://ajandek.elitebodyshop.hu/images/help.gif);
}

#popup_message {
	font-size: 14px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 0px;
}

#popup_panel {
	text-align: left;
	margin: 10px 0px 0px 10px;
	padding-left:70px;
}

#popup_prompt {
	margin: .5em 0em;
}
			#popup_container.style_1 {
				background:url(http://ajandek.elitebodyshop.hu/images/alert_bg.png) no-repeat;
	border: 0px solid black;
	color: #757575;
	font-size: 13px;
	font-family:Arial;
	width:385px;
	height: 200px;

			}

			#popup_container.style_1 #popup_title {
				display:none;
				color: #FFF;
				font-weight: normal;
				text-align: left;
				background: #76A5CC;
				border: solid 1px #005294;
				padding-left: 1em;
			}

			#popup_container.style_1 #popup_content {
				background: none;
			}

			#popup_container.style_1 #popup_message {
				padding-left: 0em;
			}

			#popup_container.style_1 INPUT[type='image'] {
				background: url('http://ajandek.elitebodyshop.hu/images/ok_on.png');
			}
