/* Start of CMSMS style sheet 'Canvas Forms' */
/***** newsletter form *****/
#nms label {
  display: block;
  color: #DADAA2;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
}

#nms .label {
  color: #DADAA2;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
}

#nms input[type="text"] {
  width: 150px;
  background: url(uploads/images/theme/inputText_bg.gif) repeat-x top left;
  border: 1px solid #36362A;
}

#nms input:focus[type="text"] {
  width: 150px;
  background: #fff;
  border: 1px solid #36362A;
}

#nms input[type="submit"] {
  margin-top: 10px;
  font-size: 11px;
}

#nms input[type="checkbox"] {
  margin-right: 5px;
}


/***** formbuilder form *****/

#forms .survey label{
  color: #DADAA2;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 10px;
}

#forms .survey input[type="text"] {
  background: url(uploads/images/theme/inputText_bg.gif) repeat-x top left;
  border: 1px solid #36362A;
}

#forms .survey input:focus[type="text"] {
  background: #fff;
  border: 1px solid #36362A;
}

#forms .survey input[type="radio"] {
  display: inline;
  margin-left: 20px;
}

#forms textarea {
  width: 350px;
  height: 80px;
  background: #fdfdfc url(uploads/images/theme/inputText_bg.gif) repeat-x top left;
  border: 1px solid #36362A;
}

#forms textarea:focus {
  background: #fff;
}

#forms input[type="submit"] {
  margin-top: 10px;
  font-size: 14px;
}


/***** Testimonials forms *****/

#testimonials form {
  margin-top: 20px;
}

#testimonials label{
  float: left;
  width: 100px;
  color: #DADAA2;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: right;
}

#testimonials input[type="text"] {
  float: left;
  width: 200px;
  margin-left: 5px;
  background: url(uploads/images/theme/inputText_bg.gif) repeat-x top left;
  border: 1px solid #36362A;
}

#testimonials input:focus[type="text"] {
  background: #fff;
  border: 1px solid #36362A;
}

#testimonials input[type="radio"] {
  display: inline;
  margin-left: 20px;
}

#testimonials textarea {
  width: 350px;
  height: 80px;
  margin-left: 5px;
  background: #fdfdfc url(uploads/images/theme/inputText_bg.gif) repeat-x top left;
  border: 1px solid #36362A;
  padding: 3px;
}

#testimonials textarea:focus {
  background: #fff;
}

#testimonials input.chars {
  width: 40px;
}

#testimonials .button {
  margin-top: 10px;
  margin-left: 105px;
  font-size: 14px;
}
/* End of 'Canvas Forms' */

