/* Start of CMSMS style sheet 'UrbanSunshine - Forms CSS' */
/* Form Display 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;
}
legend {
	color:#FFF;
	background:#F60;
	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: 6em
}

/* 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}


.contactform input, .contactform select {
   border: 1px solid #5c3d23; /*brown*/
   margin: 0 0 10px 0;
   font-family: Helvetica, Arial, sans-serif;
   min-height: 14px;
   color: #5c3d23; /*brown*/
   font-size: 1em;
   padding: 3px;
   font-weight:bold;
   }
.contactform input.checkbox {
   border: none;
   }
.contactform textarea {
   border: 1px solid #5c3d23; /*brown*/
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 17px;
   color: #5c3d23; /*brown*/
   padding: 3px;
   font-weight:bold;
}
.contactform input:focus, .contactform select:focus, .contactform textarea:focus {
   background-color: #fff7d3; /*light gold*/
   border: 1px solid #fa6400; /*darker orange*/
   }

/****** Submit Button ******/
.submit {
   margin: 0.75em;
   }
.submit input {
   border: 1px solid #5c3d23; /*brown*/
   margin: 0 0 10px 0;
   font-family: Helvetica, Arial, sans-serif;
   color: #fff;
   background-color: #888c3a; /*green*/
   font-size: 14px;
   padding: 5px 10px;
   font-weight:bold;
   letter-spacing: 0.4px;
   }
.submit input:hover {
   background-color: #009aa8; /*blue*/
   cursor: pointer;
   }

/****** Captcha ******/
.captcha {
   margin:0.5em 0;
   width:200px;
   text-align:center;
   }
.captcha img {
   border: 1px solid #5c3d23; /*brown*/
   margin-bottom:0.5em;
   }
.captcha input {
   width:196px;
   margin-top:0.5em;
   }
/********************/

.contactform label {
   display: block;
   float: left;
   width: 150px;
   text-align: right;
   padding-top: 3px;
   margin-right: 7px;
   line-height: 16px;
}
.checkboxlabel1 {
  display: block;
  width: 545px;
  height: 30px;
}
.checkboxlabel1 input {
  float: left;
  width: 18px;
}
.checkboxlabel1 label{
   display: block;
   width: 500px;
   height: 30px;
   text-align: left;
   line-height: 16px;
   padding-left: 4px;
}

.checkboxlabel2 {
  display: block;
  width: 545px;
  height: 30px;
}
.checkboxlabel2 input {
  float: left;
  width: 18px;
}
.checkboxlabel2 label{
   display: block;
   width: 500px;
   height: 30px;
   text-align: left;
   line-height: 16px;
   padding-left: 4px;
}

.checkboxlabelnewsletter {
  display: block;
  width: 545px;
  height: 30px;
}
.checkboxlabelnewsletter input {
  float: left;
  width: 18px;
}
.checkboxlabelnewsletter label {
   display: block;
   width: 500px;
   height: 30px;
   text-align: left;
   line-height: 16px;
   padding-left: 4px;
}

.contactform label.longer {
   display: block;
   float: left;
   width: 150px;
   text-align: right;
   padding-top: 3px;
   margin-right: 7px;
   line-height: 16px;
}
/*.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}*/

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.error_message {
  font-weight: bold;
  color: #ff0000;
}


.star{
   color: #009aa8; /*blue*/
   font-weight:bold;
   }

/*************** Email Signup Form ***************/

.emailform input {
   border: 1px solid #5c3d23; /*brown*/
   margin: 0 0 5px 0;
   font-family: Helvetica, Arial, sans-serif;
   min-height: 14px;
   color: #5c3d23; /*brown*/
   font-size: 1em;
   padding: 3px;
   font-weight:bold;
   width: 120px;
   }
.emailform input:focus{
   background-color: #fff7d3; /*light gold*/
   border: 1px solid #fa6400; /*darker orange*/
   }

.emailform input.fbsubmit {
   border: 1px solid #5c3d23; /*brown*/
   font-family: Helvetica, Arial, sans-serif;
   color: #fff;
   background-color: #888c3a; /*green*/
   padding: 2px 7px;
   font-weight:bold;
   letter-spacing: 0.4px;
   width:70px;
   }
.emailform input.fbsubmit:hover {
   background-color: #009aa8; /*blue*/
   cursor: pointer;
   }

/* End of 'UrbanSunshine - Forms CSS' */

