	/********************************************************************************************/
	/* POPUP */
	/********************************************************************************************/

	.popup {
		background-color: #F3F2F0;
		border:1px solid #4E4C4C;
		padding:1px;
		position:absolute;
		top: 0px;
		left: 0px;
		z-index:20;
	}
	
	.popup .head {
		background-color: #E0DED6;
		height:25px;
		font-weight:bold;
		color: #4E4C4C;
		padding-top:5px;
		cursor: move;	
	}
	
	.popup .head .popup_text {
		float:left;
		margin-left:10px;
	}
	
	.popup .head .menu {
		float:right;
		margin-right:10px;
		font-size:16px;
		text-decoration:none;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		cursor: pointer;
	}
	
	.popup .popup_content {
		margin:10px;
	}
	
	.popup .popup_content form {
		text-align: center;
	}