label{
	width: 200px;
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
}

input.text{
	width: 150px;
	margin-bottom: 5px;	
}
textarea{
	width: 300px;
	height: 80px;
}

input.envoyer{
	float: right;
	margin-top: 17px;
	/*margin-top: 8px;
	margin-left: 231px;*/
}

.legals{
	font-size: 10px;
	color: #fff;
}