.wp-list-table .validation_rules li{ font-size:13px; line-height:18px; padding-bottom:10px;}

ul.jvcfz_list{ list-style-type:square;margin-left: 2em;}

table.jvcf7_form td{ border:none !important; padding:5px;}

.wpcf7-form label.error{color:red; font-size:12px; float:none; padding-left:5px;position:relative;margin-bottom:-20px;}



/* Theme 1 */

/*.theme_1.wpcf7-form input.error, .theme_1.wpcf7-form select.error, .theme_1.wpcf7-form textarea.error ,.theme_1.wpcf7-form input.wpcf7-not-valid{border-bottom:2px solid #900;outline: none;}*/



/*DON't show error msg */

.noErrorMsg.wpcf7-form label.error{ display:none !important; height:0px !important; width:0px !important; overflow:hidden !important;}







.jvcf7_btn {

  background: #3498db;

  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);

  background-image: -moz-linear-gradient(top, #3498db, #2980b9);

  background-image: -ms-linear-gradient(top, #3498db, #2980b9);

  background-image: -o-linear-gradient(top, #3498db, #2980b9);

  background-image: linear-gradient(to bottom, #3498db, #2980b9);

  -webkit-border-radius: 5;

  -moz-border-radius: 5;

  border-radius: 5px;

  font-family: Arial;

  color: #ffffff;

  font-size: 16px;

  padding: 10px 15px 10px 15px;

  text-decoration: none;

  display:inline-block;

  width:170px;

  

}

.wpcf7-validation-errors {display:none !important;}

.jvcf7_btn:hover {

  background: #3cb0fd;

  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);

  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);

  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);

  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);

  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);

  text-decoration: none;

  color: #ffffff;

}