#popup_container {
	font-size: 12px;
	width: 293px; /* Dialog will be no smaller than this */
	height: 121px; /* Dialog will wrap after this width */
	color: #000;
	background-image: url(/components/com_virtuemart/themes/default/images/incart_notification.png);
	background-color:transparent;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	width:293px;
	text-align:center;
	margin: 0em;
	z-index:20;
	position:absolute;
	margin-top:40px;
}

#popup_content.jalert {
	margin-top:32px;
}

#popup_content.jconfirm {
	background-image: url(images/important.gif);
	margin-top:40px;
}

#popup_content.jprompt {
	background-image: url(images/help.gif);
}

#popup_message {
	font-weight:bold;
}

#popup_message.jcart {
	
}

#popup_panel {
	text-align: center;
	margin: 16px 0em 0em 0em;
}

#popup_prompt {
	margin: .5em 0em;
}
