.popup_container 
{
	position:absolute !important;
	top:100px;
	left:100px;
	/*width:700px;
	height:500px;
	display:none;*/
	background-color:#FFFFFF;
	border:solid 4px #2A2A2A;
	padding:7px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:62.5%;
}
.popup_header
{
	position:relative !important;
	top:0px;
	left:0px;
    width:auto;
    height:40px;
}
.popup_header_left 
{
	position:relative !important;
	float:left !important;
	width:9px;
	height:40px;
	background: url(/images/xpopup/top-left.gif) no-repeat 0px 0px;
}
.popup_header_right
{
	position:relative !important;
	float:right !important;
	width:9px;
	height:40px;
	background: url(/images/xpopup/top-right.gif) no-repeat 0px 0px;
}
.popup_header_center
{
	position:relative !important;
	top:0px;
	left:0px;
	height:40px;
	margin-left:9px;
	margin-right:9px;
	background: url(/images/xpopup/top-middle.gif) repeat-x 0px 0px;

}
.popup_header_title
{
	position:relative !important;
	padding:12px 0 3px 25px;  	
	text-align:left;
	z-index:1 !important;
	cursor:default;
    text-transform:uppercase;
    color:#ffffff;
    font-size:11px;
    font-family: Tahoma, sans-serif;
    font-weight:bold;
	background: url(/images/xpopup/ico-default.gif) no-repeat 0px 10px;
}
.popup_header_closeButton
{
	position:relative !important;
	float:right !important;
	z-index:2 !important;
	cursor:pointer;
	top:9px;
	left:0px;
	width:21px;
	height:21px;
	background: url(/images/xpopup/close.gif) no-repeat 0px 0px;
}
.popup_content_container
{
	position:relative !important;
	top:5px;
	left:0px;
	width:100%;
	height:auto;
	background-color:#fff;
}
.popup_content_container_top 
{
	position:relative !important;
    width:auto;
    height:5px;
    background:url(/images/xpopup/boite-topmiddle.gif) repeat-x 0px 0px;  
}
.popup_content_container_top_left
{
	position:relative !important;
	float:left !important;
	width:5px;
	height:5px;
	background: url(/images/xpopup/boite-topleft.gif) no-repeat 0px 0px;
}
.popup_content_container_top_right
{
	position:relative !important;
	float:right !important;
	width:5px;
	height:5px;
	background: url(/images/xpopup/boite-topright.gif) no-repeat 0px 0px;
}
	
.popup_content_container_middle
{
	position:relative !important;
}
.popup_content_container_middle_content
{
	position:relative !important;
    width:auto;
    height:auto;
    font-size:11px;
	background-color:rgb(242,242,242);
	border:0px solid black;
}
.popup_content_container_middle_left
{
	position:relative !important;
	float:left !important;
	width:5px !important;
    height:inherit;
	background: url(/images/xpopup/boite-middleleft.gif) repeat-y 0px 0px;
	border:0px solid black;
}
.popup_content_container_middle_right
{
	position:relative !important;
	float:right !important;
	width:5px !important;
    height:inherit;
	background: url(/images/xpopup/boite-middleright.gif) repeat-y 0px 0px;
	border:0px solid black;
}

.popup_content_container_bottom 
{
	position:relative !important;
    width:auto;
    height:5px;
	background: url(/images/xpopup/boite-bottommiddle.gif) repeat-x 0px 0px;
}
.popup_content_container_bottom_left
{
	position:relative !important;
	float:left !important;
	width:5px;
	height:5px;
	background: url(/images/xpopup/boite-bottomleft.gif) no-repeat 0px 0px;
}
.popup_content_container_bottom_right
{
	position:relative !important;
	float:right !important;
	width:5px;
	height:5px;
	background: url(/images/xpopup/boite-bottomright.gif) no-repeat 0px 0px;
}