form {	margin: 0px;	padding: 0px;}form p {	/* Empêcher le dépassement des flottants */	overflow: hidden;	/* Idem pour IE6 */	width: 100%;	margin-top: 5px;	margin-bottom: 5px;}input {	display: inline;	font-size: 12px;	color: #661E58;	padding: 3px;	vertical-align: middle;}textarea { height: 100px; }.login input {	font-size: 24px;	width: 250px;}input[type="text"], textarea {	border:1px solid #7F667C;	background-color:#FFF;	width: 400px;}input[type="radio"], input[type="checkbox"] {	width: 15px;	vertical-align: middle;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	display: inline;	margin-right: 10px;	margin-left: 10px;	padding-left: 0px;}input[type="hidden"] {	display: none;	visibility: hidden;}
