.form {
	width: 640px;
	margin: 0 auto;
	}
.col {
	width: 320px;
	float: left;
	}
.form input,
.form select,
.form textarea {
	background: #eee;
	border: 1px solid #ccc;
	padding: 3px;
	width: 200px;
	margin: 0 0 10px 5px;
	font-size: 13px;
	font-family: arial;
	color: #000;
	}
.form label{
	font-size: 12px;
	color: #2181da;
	padding-top: 2px;
	float: left;
	width: 85px;
	clear: both;
	display: block;
	text-align: right;
	margin-right: 5px;
	}
.form textarea {
	width: 520px;
	line-height: 130% !important;
	}
input.hidden { display: none; }
.form .disabled { color: #555 !important; cursor: default; }
.form .required { background: #fbfbfb; border: 1px dashed #54b5ff; }
.form .highlight { background: #fff; }

.form input.cp { width: 50px; float: left; margin-right: 4px; }
.form input.ville { width: 133px; }
.form select.civilite { float: left; width: 56px; padding: 2px 5px 3px; margin-right: 4px; }
.form input.prenom { width: 135px; }

.form .docs {
	float: left;
	margin: 0 0 10px 95px;	
	}
.form .docs input.checkbox {
	width: auto;
	margin: 1px 5px 0 0;
	vertical-align: bottom;
	background: none;
	border: none;
	}
.form .docs span.layus {
	font-style: italic;
	color: #555;
	vertical-align: top;
	font-size: 12px;
	}

.warning_wrap {	
	margin: 20px 0;
	color: #666;
	font-size: 12px;	
	line-height: 180%;
	}
.warning_msg {
	display: none;
	text-align: center;
	padding: 3px;	
	}
.warning_msg em { font-size: 11px; }