div#Dialog {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 480px;
	padding: 0px;
}
	div#Dialog[id]{
		position:fixed;
}

div.popup-container {
	width: 480px;
	height: 360px;
	position: relative;
	background: #ffffff;
	border:solid 2px #c3d524;
}

	div.popup-container .popup-closebtn
	{
		/*height:15px;*/
		padding:5px;
		text-align:left;
		font-size:17px;
	}
	
	div.poptitle {
		font-size:15px;
		font-weight:bold;
		padding-left:41px;
	}
	
	div.popup-closebtn .close
	{
		color:#666666;
		font-weight:bold;
		float:right;
		font-size:12px;
	}

div.popbody {
	position:relative;
}

div.popbody ol {
	font-size:15px;
	font-weight:bold;
	padding-left:62px;
	color:#C0CF15;
}

div.popbody ol li span {
	font-weight:normal;
	display:inline-block;
	margin-bottom:5px;
	color:#323232;
}

div.stamp {
	position:absolute;
	width:150px;
	height:110px;
	background:url(/layout/gfx/profonte-garancia-mini.png) no-repeat left top;
	left:285px;
	top:71px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 500px;
	z-index:5000;
}

div.popup-container1 {
	width: 655px;
	height: 407px;
	position: relative;
	background: transparent url(/layout/gfx/shiraz_popup.png) no-repeat top left;
}

    div.popup-container1 .popup-closebtn1
	{
		height:15px;
		padding:5px;
		text-align:left;
	}
	
	div.popup-closebtn1 .close1
	{
	    display: block;
	    width: 45px;
	    height: 45px;
	    position: absolute;
	    top: 112px;
	    right: 0px;
		font-weight:bold;
		float:right;
	}
	
	a.close2
	{
	    display: block;
	    width: 615px;
	    height: 444px;
	    position: absolute;
	    top: 0px;
	    left: 0px;
		font-weight:bold;
		float:right;
	}