/* 	author: istockphp.com*/#backgroundPopup { 	z-index:1;	position: fixed;	display:none;	height:100%;	width:100%;	background:#000000;		top:0px;  	left:0px;}#toPopup {	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;    background: none repeat scroll 0 0 #FFFFFF;    border: 10px solid #ccc;    border-radius: 3px 3px 3px 3px;    color: #333333;    display: none;	font-size: 14px;    left: 50%;    margin-left: -270px;    position: fixed;    top: 22%;    width: 500px;    z-index: 2;}div.loader {background:url("../images/loading.gif") no-repeat scroll 0 0 transparent;height: 32px;width: 32px;	display: none;	z-index: 9999;	top: 40%;	left: 50%;	position: absolute;	margin-left: -10px;}div.close {    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;    bottom: 24px;    cursor: pointer;    float: right;    height: 30px;    left: -32px;    margin-top: 35px;    position: relative;    width: 30px;}div#popup_content {    margin: 4px 7px;}