#popup{
	width: 579px;
	background: url(../img/popup_content_bg.png) no-repeat top center;
	
}
#popup .content{
	padding: 128px 20px 20px 20px;
	background: url(../img/popup_bg.png) repeat-y 0 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #5e727a !important;
}
#popup .content h1{
	font-size: 18px;
}
#popup .content .photo{
	float: left;
	padding-right:10px;
}
#popup .content .photo img{
	padding-bottom: 4px
}
#popup .close{
	position: absolute;
	top:25px;
	left: 500px;
	width: 60px;
	height: 12px;
}
