/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

#mc_signup_form{}
#mc_signup_form table{}
#mc_signup_form input[type="text"]{width:171px; height:33px; padding:0px 10px; margin:0px 0px 5px 0px;}
#mc_signup_form input[type="image"]{width:220px; height:43px; padding:0px 0px; margin:0px;}


label { position: relative; clear: both; }
label.error { position: absolute; right: 0; }

/* following added to format Contact Form 7 fields 7/12/16 SMF */

.wpcf7 textarea  {
  height: 200px;
  width: 610px;
  font-size:14px;
}

/* .wpcf7-email  {
  height: 22px;
  width: 610px;
  font-size:14px;
} */

.wpcf7-text  {
  width: 614px;
  height: 30px;
  font-size:14px;
}

/* .wpcf7-submit  {
  width: 70px;
  height: 22px;
} */



