/* Sample FormBuilder CSS base */
.bloc .contenu form {
	padding: 30px
}

.contactform {
    margin-top: 30px
}

form, td, th, li {
	font-size: 100%
}

fieldset div {
	margin-bottom: 1em;
	margin-left: 3em
}

fieldset div div {
}

fieldset {
	margin-bottom: 1.5em;
	border: 1px solid #999;
	padding: 1em
}

fieldset label {
	width: auto;
}

legend {
	color: #FFF;
	background: #999;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding: 0.2em 0.5em;
	width: auto;
	border: 1px solid #999
}

textarea {
	margin: 0 5px 0 0;
    padding: 0.2em;
	color: #333;
	border: 1px solid #999;
	background: #fff url(http://guevenatten.fr/uploads/img/images/general/fond-boite.gif) repeat-x center top
}

.cms_submit.fbsubmit {
    padding: 0;
	margin: 0;
	width: 90px;
	height: 28px;
	border: none;
	background: url(http://guevenatten.fr/uploads/img/images/general/bouton-envoyer.gif) no-repeat center top;
	cursor: pointer
}

.radio {
    width: auto;
	border: none
}
.error, .error_message {
    margin: 0 0 20px 0;
	color: #f00
}

/* Apply this class to text/select input fields with shorter labelsto 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 */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #999;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button 
.submit {
	margin-top: 0.5em
}
*/
.contactform input {
	border: 1px solid #999;
    height: 30px;
    color: #333;
	background: #fff url(http://guevenatten.fr/uploads/img/images/general/fond-boite.gif) repeat-x center top
}
.contactform .checkbox {
	border: none
}
.contactform label {
	display: block;
	float: left;
	width: 200px
}
.contactform .label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px
}
.contactform textarea {
	border: 1px solid #999;
    height: 150px
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0
}
/* Stylesheet: 04 - FormBuilder Default Style Modified On 2014-03-19 12:38:57 */
