/* CSS Document :: Signup Page */



.signup{	
	margin:0;
	padding:5px 0 0 0;
	width:520px;
}

.signupBottomAff{	
	margin:0;
	padding:5px 0 5px 25px;
	width:auto;
	
	background:#f5f5f5;
	border:1px solid #Ccc
}
.signupBottom{	
	margin:0;
	padding:5px 0 15px 0;
	width:520px;
	
	background:#f5f5f5;
	border:1px solid #Ccc
}
.signupBottom label{
	clear:both;
	float:left;
	margin:6px 8px 0 0;
	width:160px;
	height:20px;
	color:#01315a;
	text-align:right
}
.signupBottom label span{
	float:left;
	width:230px;
	line-height:20px;
	margin-left:40px;
	color:#01315a;
}
.signupBottom input{
	width:245px;
	background:#fff;
	border:1px solid #1392bf;
	margin-top:5px;
	color:#0861ac;		
}
.signupBottom input.qualite{
	width:120px;
	background:#fff;
	border:1px solid #1392bf;
	margin-top:5px;
	color:#0861ac;		
}
.signupBottom select.qualite{
	width:120px;
	background:#fff;
	border:1px solid #1392bf;
	margin:5px 0px 0px 5px;
	color:#0861ac;		
}
.signupBottom textarea{
	width:245px;
	height:80px;
	background:#fff;
	border:1px solid #1392bf;
	margin-top:5px;
	color:#0861ac;		
}
.signupBottom select{
	width:247px;
	height:25px;
	background:#fff;
	border:1px solid #1392bf;
	margin-top:5px;
	color:#0861ac;		
}
.firstBox span.btns{
	float:left;
	margin:5px 0px 0px 285px;
}
.firstBox span input.submit{
	width:95px;
	margin:0px 0px 0px 0px;
}
.firstBox span input.reset{
	width:95px;
	margin:0px 0px 0px 10px;
}
p.heading {margin:2em 0 .5em 0;line-height:1.1em}