#popup_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	display:none;
}
#popup_box {
    width:320px;
    padding:0;
	display:none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
}
#popup_box a{
   color:#fff;
   text-decoration:none;
}
#popup_box a:hover{
   text-decoration:underline;
}
#popup_box img {
	border:0;
}
#popup_box #popup_box_header {
	height:70px;
	background:transparent url('http://static2.francecars.fr/images/splash01.png') no-repeat center top;
}
#popup_box #popup_box_header #popup_box_close{
    float:right;
    top:0px;
    right:2px;
    cursor:pointer;
}
#popup_box #popup_box_container {
	padding:4px 10px;
	text-align:center;
	color:#fff;
	background:transparent url('http://static2.francecars.fr/images/splash02.png') repeat-y center top;
}
#popup_box #popup_box_footer {
	height:31px;
	background:transparent url('http://static2.francecars.fr/images/splash03.png') no-repeat center bottom;
}
#popup_box #popup_box_footer #popup_box_index{
    text-align:right;
	font-size:0.7em;
	float:right;
	margin-right:5px;
	bottom:0;
}

