.popup * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	/*display: none;*/
}

.popup .popup_close {
	float: right;	
	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.popup {
	width: 300px;
	display: none;
	z-index: 9998;
}

.popup .queue {
	position: relative; 
	z-index: 9999;
	left: 200px;
	top: 6px;
}

.popup_title {
	height: 19px;
	background:url(/image/global/popup/bulle-coingauche-barrebleu.png) no-repeat top left;
}

.popup h4 {
	margin-left: 15px; 
	height: 19px;
	background:url(/image/global/popup/bulle-coindroite-barrebleu.png) no-repeat top right;
	border: 0;
	text-decoration: none;
	color: white;
}

.popup_content {
	background-color: white;
	background:url(/image/global/popup/bulle-coingauche-blanc.png) no-repeat bottom left;
}

.popup .popup_main_content {
	margin-left: 15px; 
	padding-right: 15px; 
	padding-bottom: 15px; 
	background:url(/image/global/popup/bulle-coindroite-blanc.png) no-repeat bottom right;
}

.popup input {
	border: 1px solid #A8B6BE;
	margin-left: 5px; 
}

.popup label {
	float: right; 
	color: #2F5368;
}

#login_error {
	color: red;
	margin-left: 5px;	
}

