
	
	#popup{
		width: 290px;
		height: 172px;
		position: absolute;
		top: 300px;
		left: 50%;	
		margin-left:-145px;

		border: 0px solid black;
		padding:0;

		background-image:url(../pics/popup.png);
		background-position:center center; 
		background-repeat: no-repeat;
		text-align: center;
		
	}
	#popup div {
		float: left;
		text-align: left;		
		font-size: 11px;
		margin: 40px;
		margin-bottom: 0px;
		border: 0px solid black;
		height: 70px;
		width: 230px;
		color: #111111;
	}
	
	#popup_okbutton{

		height: 32px;
		width: 70px;
		display: block;
		border: 0px solid black;
		float:right;
		margin-right: 25px;
	}
	
	a#popup_okbutton{
		text-decoration: none;
		font-weight: bold;
		color: white;
		font-size: 16px;
	}
	#popup_okbutton:hover{
		
	}	