/* ------------ Modals ------------------- */
input.closeBox {
	cursor: pointer;
}
#modals{
	display: none;
}
#box-hide{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background: #fff;
	position: absolute;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);					
}
#fade{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	 background: #fff; 
	 opacity: 1;
	 position: absolute;
}
.loading{
	position: absolute;
	left:30%;
	top:19%;
	z-index: 10100;
}
.box{
	position: absolute;
	left:35%;
	top:19%;
	width: 371px; 
	height: 310px;
	z-index: 10100;
	color: #aa003c;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	background: url('http://static.kdpgroupe.com/pleinevie-lejeu.com/images/default/popin371x310bg.png') no-repeat;
	_background-image: url('http://static.kdpgroupe.com/pleinevie-lejeu.com/images/default/popin371x310bg.gif') !important;
}
.box .text{ 
	height:215px;
	text-align: center; 
	margin: 0 20px 0 20px; 
}
.box .text p{margin: 1px 0;}
.box  a.closeBox{
	background: #aa003c;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
}
/* box1 */
.box1 .text{	
	height: 113px;
	padding: 123px 0 0 0;
}
.box1 a.closeBox{
	padding: 12px 0 9px 0;
	text-align: center;
	width: 100px;
}
/* box2 */
.box2 .text{	
	height: 169px;
	padding: 70px 0 0 0;
}
.box2 a.closeBox{
	width: 100px;
	padding: 12px 0 9px 0;
	text-align: center;
}
.box2 .email_box{
	width: 183px;
	height: 18px;
	border: 1px solid #e9c6d2;
}
/* box3 */
.box3 .text{	
	height: 172px;
	padding: 67px 0 0 0;
}
.box3 a.closeBox{
	width: 180px;
	padding: 12px 0 9px 0;
	text-align: center;
}
/* box4 */
.box4 .text{	
	color: #eeccd8;
	padding: 15px 0 5px 0;
	*padding: 20px 0 5px 0;
}
.box4 .text p{
	margin: 7px 0;
	*margin: 9px 0;
}
.box4 .error{
	color: #aa003c;
}
.box4 a.closeBox{
	width: 100px;
	padding: 12px 0 9px 0;
	text-align: center;
}
/* box4 */
.box7 .text{
	padding: 55px 8px 0 8px;
	color: #eeccd8;
}
.box7 .text p {
	color: #aa003c;
	margin: 70px 0;
}

.box7 a.closeBox{
	width: 100px;
	padding: 12px 0 9px 0;
	text-align: center;
}
.box2 #passwortdform input.closeBox{
	width:100px;
	height:46px;
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	background: #AA003C;
	font-size: 20px;
	font-weight:bold;
	color: #fff;
	margin: 0 auto;
}
/* ------------------- /Modals ------------------ */