/* Mise en forme des formulaires */

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 2px;
}

form.themes input, #submit, #reset {
	background:none;
	margin-left:4px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-weight:bold;
	cursor:pointer;
	width:auto;
}

.submit {
	text-align:center;
	padding-top:10px;
}

div.row, div.submit {
	clear: both;
	padding: 5px 0;
	text-align: right;
}
div.row label {
	width: 200px;
	text-align: right;
	float: left;
}
.full fieldset {
	border:1px solid #FFFFFF;
	padding:10px;
	margin: 10px 0px;
}
.full fieldset legend {
	font-weight: bold;
	padding: 0 10px;
}
.full input, .full textarea {
	width: 200px;
}
.full select {
	width: 208px;
}
.full label.checkbox {
	width: 390px;
	float: left;
}
.full input.checkbox {
	float: left;
	width: auto;
	margin-left: 10px;
}
textarea#demande, textarea#reponse {
	width: 95%;
	margin: 0 auto;
}
#code {
	width:auto;
	margin-right:10px;
	vertical-align:middle;
}

p#required {
	font-weight:bold;
}

fieldset.errors {
	padding:0px;
	border:1px dashed #533C29;
	padding:3px;
}
fieldset.errors legend {
	background-color:#FFFFFF;
	color:#B2A594;
	padding:2px;
}
fieldset.errors p {
	padding:1px;
	margin:0px;
}

form.accueil_newsletter {
	margin:0px;
	padding:0px;
	text-align:left;
	
}
form.accueil_newsletter input {
	margin:0px;
	padding:0px;
	vertical-align:top;
	margin-top:3px;
	width:130px;
}
button.ok {
	background:none;
	border:none;
	vertical-align:top;

}


table.emailform {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #FFFFFF;
}
table th, table td {
	font-size:12px;
	text-align:left;
	padding: 5px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
table th {
	width: 30%;
}