/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #F60;
	padding:0.5em
}
fieldset label {
	width:auto;
        display: block;
        margin-bottom: 3px;
}

textarea {
}

/* 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 */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; 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}

/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #F60;
	padding:0.5em
}
fieldset label {
	width:auto;
}
input, textarea {
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
}
textarea {

}

/* 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 */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; 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 #f60;}
.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}*/
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /*min-width: 560px;
  max-width: 620px;
  width: 590px;*/
}

form fieldset {
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 15px 0 0 0;
  /*width: 100%;*/
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
  line-height: 1.1em;
}
.contactform fieldset {
	border: 0 none;
}
.contactform fieldset legend {
	display: none;
}
form div div{
  display: block;
  zoom: 1;
  margin: 10px 0 0 0;
  padding: 1px 3px;
  /*overflow: hidden;*/
}
form div label {
  /*display: block;*/
  float: left;
  width: 150px;
  padding: 0;
  margin: 0 0 3px 0;
  text-align: left;
}
form div div.labelRadio {
  overflow: hidden;
}
form div div.labelRadio label {
   float: none;
  width: 200px;
  zoom: 1;
  padding: 0;
  text-align: left;
}
form div div.labelRadio div label {
  float: none;
  display: inline;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset div.labelRadio div label {
  margin: 0 0 5px 0;
  width: 170px;
}
div.labelRadio input {border: 0 none;}
form div div.labelRadio div {
  float: left;
  width: 30%
}
.submit {padding: 0 10px;}
.fbsubmit {background: #CC0000 url(images/envoyer-btn.png) no-repeat top; color: #000; border: 0 none;width: 125px; height: 33px; cursor: pointer;font-size: 0; color: #BD0101;padding: 33px 0 0;
}
.fb_invalid {border: 1px solid #cc0000}
.fbsubmit:hover {background-position: bottom}
.error_message {background: #cc0000; color: #fff; padding: 10px; width: 250px;margin: 15px 0}
.note {font-size: smaller; font-style: italic;}
/* End of 'FormBuilder Default Style' */

