.popUp{
	height:auto;
	width:auto;
	background:#FFFFFF;
	display:none;
	position:fixed;
	z-index:3;
	}
.popUp .contentBox{
	width:100%;
	}
.close{
	position:relative;
	display:box;
	float:right;
	margin:0 15px 15px 0;
	bottom:26px;
	}
#feedback{
	height:387px;
	width:425px;
	border:1px #000000 solid;
	}
#updates{
	height:300px;
	width:250px;
	border:1px #000000 solid;
	}
#background{
	display:none;  
	position:fixed;  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:2; 
	}
p{
	margin-bottom:15px;
	}
fieldset{
	margin:15px 0 15px 15px;
	}
textarea{
	width:95%;
	}