/*------------------------------------------------------- FORM ELMTS*/
.champs
{
	width: 380px;
	height: 20px;
	margin-bottom:3px;
}
.champs label, .radiobtn
{
	background-color:transparent;
	font-size:14px;
	color:#333;
}	
.champs label
{	
	float:left;
	width:125px;
	text-align: right;
	margin-right: 20px;
}
.radiobtn
{
	text-align: left;
	margin-left: 2px;
	margin-right: 5px;
	margin-top: 10px;
}
#LastName, #FirstName, #Email, #pass, #passConfirm, #Address, #City, #Country, #ZipCode,#PhoneNumber,#user,#type, #Profession, #jour, #mois, #annee
{	
	font-size:14px;
	width:205px;
	height: 20px;
	background-color:white;
	border-style: solid;
	border-width:1px;
	border-color:#CCCCCC;
}
.parrainage
{
	width:600px;
	text-align: center;
}
#jour
{
	width:50px;
	margin-right:-1px;
}
#mois
{
	width:50px;
	margin-right:-1px;
}
#annee
{
	width:100px;
	margin-right:0px;
}
.case, .case2
{
	background-color:transparent;
	width:20px;
	height:20px;
	border:0px;
	padding: 0px;
}
#form_news
{
	float: left;
	display: block inline;
	width: 600px;
	height: 80px;
	background-image:url('../images/news_bg.png');
	background-position-y: 0px;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-left: 10px;
}
#incentivetxt
{
	display: block;
	font-size:12px;
	color: #333333;
	width: 340px;
	margin-left: 10px;
}

#form_news label, #ico1, .vspacer
{
	float: left;
}
#form_news label
{
	font-size:15px;
	padding-top: 10px;
	margin-left: 10px;
	width: 454px;
}
.EmailFilleul
{
	margin:0px;
	width:200px;
	color: black;
	background-color:white;
	border-style: solid;
	border-width:1px;
	border-color:#CCCCCC;
}
#ico1
{
	margin-left: 10px;
	margin-top: 10px;
}
.vspacer
{
	width: 2px;
	height: 60px;
	margin-top: 10px;
	margin-left: -10px;
	background-image:url('../images/vertical_spacer.png');
}
/*BOUTON*/
#form_news .radiobtn
{
	float: left;
	margin-left: 20px;
}
#form_news .radiobtn label
{

}
#btn_form
{
	float: right;
	width: 154px;
	height: 84px;
	background-image:url('../images/btn_valide-home.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: -2px;
	margin-right: 10px;
}
#btn_form2
{
	float: right;
	width: 154px;
	height: 34px;
	background-image:url('../images/btn_valide-form2.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 25px;
}
#btn_form:hover,#btn_form:active
{
	background-position:0px -84px;
	cursor: crosshair;
}
.btn_validform
{
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.btn_validform input
{
	background-color: transparent;
}
