/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* Sample FormBuilder CSS base */

.error_message{
  padding: 12px;
  color: #C8B266;
}

.errore{
  color: #C8B266;
}


/* 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}



.contactform input {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 350px;
  height: 20px;
  font-family: Arial, Tahoma, Verdana;
  margin-bottom: 10px;

  }

.contactform input.checkbox {border: none;}

.contactform label {
	display: block;
    text-align: right;
	width: 200px;
    float: left;
    padding-right: 12px;
}

.contactform textarea {
	background-color: #fff;
	border: 1px solid #ccc;
    width: 350px;
    height: 200px;
    font-family: Arial, Tahoma, Verdana;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

/* Just a bit more room for the Submit button */
.submit {
  width: 550px;
  margin-top: 15px;
  clear: both;
  }

.submit input {
  width: 100px;
  float: right;
  margin-bottom: 20px;
  }
/* End of 'FormBuilder Default Style' */

