/* Popup */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100000000;
	background-color:#000;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
}

* html #overlay {
	_position: absolute;
	_margin-top: expression( ignore = document.documentElement.scrollTop + 'px' );
}

.popin {
	position: fixed;
	left: 50%;
	top: 40px;
	width: 640px;
	margin-left: -340px; /* -50% */
	padding: 1px;
	overflow: hidden;
	z-index: 100000001;
	margin-top: 0;
}

* html .popin {
	_position: absolute;
	_margin-top: expression( ignore = document.documentElement.scrollTop + 'px' );
}

.popin .top {
	1background: url(../images/v2/box_pop_top.png) no-repeat;
	background:none;
	width: 660px;
	height: 7px;
	float: left;
	font-size: 1px;
	display:inline;
}

.popin .middle {
	1background: url(../images/v2/box_pop_middle.png) repeat-y;
	background:none;
	width: 660px;
	float: left;
	min-height: 14px;
	display:inline;
	position:relative;
}

* html .popin .middle {
	_height: 14px;
}

a.button-close {
	position: absolute;
	top: 10px;
	right: 30px;
	width:17px;
	height:17px;
	background: url(../images/modal/bt_fermer.png) top left no-repeat;
	display:block;
	z-index:10000000;
}


.popin .middle .content {
	color:#444444;
  float:left;
  font-size:14px;
  margin-left:12px;
  width:660px;
  display:inline;
	
}

* html .popin .middle .content {
	_margin-left: 6px;
}


.popin .middle .content h2 {
	color: #666666;
	margin-bottom: 12px;
	margin-top: 6px;
}

.popin .middle .content fieldset {
	width: 426px;
}

.popin .middle .content fieldset input.full {
	width: 420px;
}

.popin .middle .content .large-button {
	float: right;
}

.popin .middle .content .button-validate {
	margin-top: 10px;
}

.popin .middle .content .button-close-window {
	margin-top: 20px;
}


.popin .bottom {
	1background: url(../images/modal/box_pop_bottom.png) no-repeat;
	background:none;
	width: 620px;
	height: 22px;
	float: left;
	font-size: 1px;
	display:inline;
	
}

* html .popin .content {
	padding-bottom: 0;
}

*:first-child+html .popin .content {
	padding-bottom: 0;
}

.button-close {
}

/*.button-close:hover {
/bt_fermer.png) no-repeat 0 -17px;
}*/
