
	#fptpop {
		position: absolute;
		visibility: hidden;
		width: 667px; /*600px;*/
		height:610px; /*500px;*/
		/*left: 20px;*/
		/*top: 300px;*/
		top:0;
		left:0;
		margin: 0;
		padding: 0;
		background-color: #fff;
		border: 1px solid #f3f3f3;
		z-index: 2000;
	}


	#fptpop
	{
 
	 position: absolute;
	  cursor: move;
	}


	#fptpop p
	{
		margin: 4px;
		height: 1px;
		line-height:1px;
	}

	
	#close {
		position: absolute;
		top: 14px;
		right: 5px;
		float: right;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		width: 50px;
		color: #fff;
		background: #ae1534;		
	}
	
	#close a:link, #close a:visited, #close a:hover, #close a:active  {
		color: #fff;
		text-decoration: none;
	}
	
	#close a:hover{
		text-decoration: underline;
	}
