/* @override http://saison.mcnn.fr/newsletter2/form.css */

form#form1 { 
	width: 570px;
	margin: 20px auto;
	padding: 0;
	border: 4px solid #a3001b;
	background-color: #c02;
}

fieldset { 
	width: 500px;
	margin: 20px auto;
	text-align: center;
	background-color: white;
	border: 1px solid #c02;
	padding: 5px;
	font-size: 11px;
}

legend { 
	background-color: white;
	padding: 4px 10px;
	font-size: 12px;
	border: 1px solid #c02;
	color: #c02;
}

label { 
	font-weight: normal;
	font-style: normal;
}

legend label { 
	font-weight: bold;
}

input#Email { 
	width: 485px;
	text-align: center;
}

input#CodePostal { 
	text-align: center;
}

fieldset#fsManif label { 
	width: 95px;
	float: left;
	text-align: left;
}

fieldset#fsManif input { 
	float: left;
	margin-left: 10px;
}

fieldset#fsConnu select { 
}

fieldset#fsConnais input { 
	margin-left: 20px;
}

fieldset#fsCnil { 
	font-size: 9px;
}

fieldset#fsCnil input {
	border: 2px solid #a3001b;
	background-color: #c02;
	font-size: 14px;
	color: white;
	margin-top: 10px;
}

fieldset#fsCnil input:hover {
	border: 2px solid #c02;
	background-color: white;
	color: #c02;
}

div.KT_field_error {
	font-weight: bold;
	background-color: yellow;
	color: red;
	padding-top: 2px;
	padding-bottom: 2px;
}