#backgroundPopup {
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:101;
	}  
#popupContact {  
	display: none;  
	position: fixed;  
	_position: absolute; /* hack for internet explorer 6*/
	z-index: 102;
	background: #fffaeb;
	border: 1px solid #333;
	width: 600px;
	padding: 10px;
	overflow: hidden;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}
	#popupContact .header {
		display: block;
		margin: -10px -10px 10px; padding: 15px 10px;
		background: url("../images/banner-education.jpg") no-repeat right;
		border-radius: 10px 10px 0 0;
			-moz-border-radius: 10px 10px 0 0;
			-webkit-border-radius: 10px 10px 0 0;
		}
		#popupContact .header h1 {
			color: #fff;
			font-size: 24px;
			}
		#popupContact .header .button {
			float: right;
			font-size: 12px;
			padding: 5px;
			}
	#popupContact .thumb {
		background: #333;
		width: 200px; height: 150px;
		float: right;
		margin: 0 0 10px 10px;
		}
	.project-rewards {
		display: block;
		width: 178px;
		float: right; clear: both;
		padding: 10px; margin: 0 0 10px 10px;
		background: #eee;
		text-align: center;
		border: 1px solid #ccc;
		border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		.project-rewards h2 {
			margin: -10px -10px 10px; padding: 10px;
			border-bottom: 1px solid #ccc;
			background: #ddd; color: #999;
			}
	#popupContact .button {
		float: left; margin: 0 10px 10px 0;
		}