/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin: 0 0 0.5em 1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin: 1em 0;
	border:1px solid #84cfe8;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background:#84cfe8;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 14em
}

.fbsubmit, .fbsubmit_prev, .fbsubmit_next { height: 20px; }

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captchapict {
	margin:0.5em 0;
	width:100px;
	text-align:center;
	float: left;
}
.captchapict img {border:1px solid #84cfe8; margin-bottom:0.5em}
.captchapict input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

.contactform input, .contactform select {border: 1px solid #84cfe8;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 300px;
	height: 16px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #fff;
	border: 1px solid #84cfe8;
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

label#sujet { width: 70px; height: 16px; }
input#sujet { width: 440px; 	height: 16px; }
input#localite { width: 233px; height: 16px; }
input#npa { height: 16px; }
input#cntnt01fbrp_captcha_phrase { height: 16px;}
input#email_1 { display: block; }
select#fbrp__43, select#pays { height: 20px; }

label#nom, label#prenom, label#societe, label#adresse, label#npa, label#pays, label#telephone, label#email
{
width: 180px
}

input#nom, input#prenom, input#societe, input#adresse, input#telephone, input#email_1
{
width: 300px;
height: 16px;
}