#popup{
	height: 400px;
	width: 300px;
	display: none;
	position:absolute;
	zoom: 1; 
	z-index:200;
}

#styled_popup{
	background:url(../images/popup/popup_panel.gif) no-repeat;
	height: 514px;
	width: 440px;
	position:relative;
	padding:0;
	z-index: 101;
}

#popup h3{
	margin:0 0 12px 0 ;
}
#styled_popup_shadow {
	background-image: url(../images/popup/popup_shadow.png);
	background-repeat: no-repeat;
	position: relative;
	height: 524px;
	width: 454px;
	top: -510px;
	left: 0px;
	z-index: 100;
}


#styled_popup #close, #styled_popup #save{
	display:inline;
	margin:24px 8px 0 0;
}
#styled_popup #close img {
	background-image: url(../images/popup/buttons/cancel_recipe_low.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 70px;
}
#popup #styled_popup #close a:hover img {
	background-image: url(../images/popup/buttons/cancel_recipe_hi.jpg);
	background-repeat: no-repeat;
}

#styled_popup #save img {
	background-image:url(../images/popup/buttons/save_recipe_low.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 70px;
}
#popup #styled_popup #save a:hover img {
	background-image: url(../images/popup/buttons/save_recipe_hi.jpg);
	background-repeat: no-repeat;
}
#popup #styled_popup h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #eb7a1f;
	margin: 0 0 0 0;
	width: 370px;
}
#popup #styled_popup #scroll p {
	font-family: Arial, Helvetica, sans-serif;
	width: 370px;
}

#popup #popup_scroll {
	top: -20px;
	right: 150px;
	overflow: auto;
	height: 420px;
	width: 394px;
	margin: 49px 24px 24px 24px;	
}


#popup #close {
	position:relative;
	top:29px;
	left:345px;
}

