#box_alert{
	display: none;
	position: fixed;	
	width:581px;
	height:296px;
	background:transparent url(../../images/commun/box_alert2.png) no-repeat;
	z-index: 10000000;
	left: 560px;
	top	: 150px;
}

#box_alert .titre{
	display:block;
	float:left;
	margin:40px 0px 0px 120px;
	width:415px;
	color:#ff1d78;
	font-size:24px;
}
#box_alert .sous_titre{
	display:block;
	float:left;
	margin-left:125px;
	width:415px;
	color:#444444;
	font-size:18px;
}
#box_alert .sous_titre span{
	color:#ff1d78;
	font-weight:bold;
}
#box_alert .form_alert{
	display:block;
	float:left;
	margin-left:75px;
	margin-top:25px;
	width:470px;
}
#box_alert .form_alert .left{
	display:block;
	float:left;
	width:355px;
}
#box_alert .form_alert .left .plscritere a{
	display:block;
	float:right;
	height:18px;
	margin-right:25px;
	text-align:right;
	width:330px;
	color:#444444;
	font-size:12px;
	text-decoration:underline;
}
#box_alert .form_alert .left .imput{
	height:18px;
	float:left;
	display:block;
	width: 162px;
	margin:10px 10px 5px 0px;
}
#box_alert .form_alert .left .imput .inputalert{
	overflow:hidden;
	font-size:11px;
	color:#000000;
	height:16px;
	float:left;
	display:block;
	width: 160px;
	border:1px solid #e1e1e1;
	padding:2px 0px 0px 2px;
}
#box_alert .form_alert .left .imput .selectalert{
	overflow:hidden;
	font-size:11px;
	color:#000000;
	height:18px;
	float:left;
	display:block;
	width: 162px;
	border:1px solid #e1e1e1;
}
#box_alert .form_alert .right a{
	display:block;
	float:left;
	width:105px;
	color:#ff1d78;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	margin:10px 10px 0px 0px;
}
#box_alert .form_alert .right span{
	font-size:18px;
	font-weight:normal;
}
#box_alert .close{
	display:block;
	float:right;
	margin-top:25px;
	margin-right:40px;
	width:60px;
}
#box_alert .close a{
	text-decoration:none;
	padding:0px 0px 0px 15px;
	background:transparent url(../../images/commun/close.jpg) no-repeat 0px 2px;
	font-size:12px;
	color:#444444;
}
