#FirstStepForm, #SecondStepForm, #ThirdStepForm {
	float:left;
	color:#FFF;
	margin:10px 0;
	width:290px;
	}

table#FormuleCredits {width:280px;}
	
table#FormuleCredits th{font-size:1.3em;}
	
table#FormuleCredits td{padding:5px 0;}
	
table#FormuleCredits label{float:left;padding:5px 6px 2px;}
	
table#FormuleCredits label input{float:left;}
		
table#FormuleCredits td.HightLight {
	background:#FFF;
	color:#E41B5B;
	font-weight:bold;
	font-size:1.2em;
	}

#SecondStepForm label{
	clear:both;
	display:block;
	margin-bottom:10px;
	position:relative;
	width:260px;
	line-height:1.6em;
	}

#SecondStepForm label input{
	position:absolute;
	right:0;
	top:0;
	width:160px;
	}

#ThirdStepForm label{
	clear:both;
	display:block;
	margin-bottom:10px;
	position:relative;
	width:260px;
	line-height:1.6em;
	}
#ThirdStepForm label input{
	position:absolute;
	right:0;
	top:0;
	width:160px;
	}
	
#ThirdStepForm label input#Crypto{width:30px;}

	
p#SecondPaiement {margin-top:20px;}

#StepList {overflow:hidden;margin-top:30px;}

#StepList li{
	background-color:#E41B5B;
	opacity:.3;
	color:#FFF;
	float:left;
	width:153px;
	margin-right:1px;
	text-align:center;
	padding:.7em 0;
	font-weight:bold;
	font-size:1.2em;
	}
	
#StepList li span{font-weight:normal;font-size:.8em;}

#StepList li.current{opacity:1;}
	

	

