/**** OPTIN FORMS ****/

/* FORM 1 */

#pulsehover_optin_form1 {
  width: 270px; 
  background: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/bg_form1.png') #f4f4f4;  
  color: #635e5e;
  display: inline-block;
  padding: 30px 20px;
  text-align:center;
  font-family: sans-serif;
}

#pulsehover_optin_form1 .form_header {
  width: 255px; 
  margin: 0 auto;
  padding-bottom: 20px;
  font-weight: bold;  
  -webkit-box-shadow: 0 6px 6px -6px #635e5e;
  -moz-box-shadow: 0 6px 6px -6px #635e5e;
  box-shadow: 0 6px 6px -6px #635e5e; 
}

#pulsehover_optin_form1 .input_fields {
  padding-top: 20px;
  /*width: 255px; */
  margin: 0 auto;
}

#pulsehover_optin_form1 .input_field {
  height: 43px;
  width: 267px;
  text-align: center;
  background: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/input_background.png');
  padding-top: 12px;  
}

#pulsehover_optin_form1 input[type=text] {
  height: 20px;
  width: 240px;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  border: 0;
}

#pulsehover_optin_form1 input[type=button] {
  cursor: pointer;
  margin-top: 20px;  
  padding: 0 10px;
  height: 30px; 
  font-weight: bold;
  font-size: 14px;
  color: white;
  background-color: #acdb4c !important;
  /*border: none;*/
  -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
  border: 1px none rgba(0, 0, 0, 0.2);

  background-image: -moz-linear-gradient(center top , #acdb4c, #a4cd4c);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35);    
  box-shadow: 1px -1px 0 0 rgba(0, 0, 0, 0.25) inset;
}

/* FORM 2 */

#pulsehover_optin_form2 {
  width: 330px;   
  background: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/bg_form2.png') top repeat-x #f6f6f6;  
  color: #635e5e;
  display: inline-block;
  padding: 30px 20px;
  text-align:center;
  font-family: sans-serif;
}

#pulsehover_optin_form2 .form_header {
  width: 250px; 
  margin: 0 auto;
  padding-bottom: 16px; 
  font-size: 20px; 
}

#pulsehover_optin_form2 .input_fields {
  padding-top: 20px;
  width: 250px; 
  margin: 0 auto;  
}

#pulsehover_optin_form2 input {
  border-radius: 0;
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

#pulsehover_optin_form2 input[type=text] {
  height: 30px;
  width: 220px;
  font-size: 14px;
  font-style: italic;
  color: #222;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: white;
  background-image: -moz-linear-gradient(center top , #ebebeb, #f5f5f5);
  background-repeat: repeat-x;
}

#pulsehover_optin_form2 input[type=button] {
  cursor: pointer;
  margin-top: 20px;  
  padding: 0;  
  height: 36px;
  width: 250px;
  font-size: 16px;
  color: white;
  border: none;
  background-color: #dc5560;
  background-image: -moz-linear-gradient(center top , #b80640, #eb0e41);
  background-repeat: repeat-x;
}

/* FORM 3 */

#pulsehover_optin_form3 {
  width: 450px;   
  background: white;
  color: #635e5e;
  display: inline-block;
  padding: 30px 20px;
  text-align:center;
  font-family: sans-serif;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  border: 1px none rgba(0, 0, 0, 0.2);
  /*position: relative;*/
}

#pulsehover_optin_form3 .form_header {
  width: 400px; 
  margin: 0 auto;
  padding-bottom: 16px; 
  font-size: 20px; 
  font-weight: bold;
  color: #5fb1ea;
}

#pulsehover_optin_form3 .input_fields {
  padding-top: 20px;
  width: 400px; 
  margin: 0 auto;  
  clear: both;  
}

#pulsehover_optin_form3 input {
  border-radius: 0;
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

#pulsehover_optin_form3 input[type=text] {
  height: 25px;
  width: 160px;
  font-size: 14px;
  font-style: italic;
  color: #999;
  border: 1px solid #aaa;
   -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  text-align: left;  
  padding-left: 10px;
}

#pulsehover_optin_form3 input[type=button] {
  cursor: pointer;
  margin-top: 15px;  
  padding: 0;
  padding-left: 40px;  
  padding-right: 10px;
  background-image: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/check_form3.png');
  background-repeat: no-repeat;
  background-color: #5fb1ea !important;  
  background-position: 10px 7px;  
  height: 36px;  
  font-size: 18px;
  color: white;
  float: right;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

#pulsehover_optin_form3 #letter {
  width: 98px;
  height: 98px;
  background-image: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/letter_form3.png'); 
  position: absolute;
  top: 40px;
  left: -49px;
}

/* FORM 4 */

#pulsehover_optin_form4 {
  width: 408px;   
  background: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/bg_form4.png') bottom repeat-x white;  
  color: #635e5e;
  display: inline-block;  
  text-align:center;
  font-family: sans-serif;
}

#pulsehover_optin_form4 #top_bar {
  width: 408px;
  height: 14px;
  background: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/top_bar_form4.png') top repeat-x white;  
}

#pulsehover_optin_form4 .form_header {
  width: 330px; 
  margin: 0 auto;
  padding: 16px 0; 
  font-size: 20px; 
  color: black;
}

#pulsehover_optin_form4 .input_fields {
  padding-top: 20px;
  width: 330px; 
  margin: 0 auto;  
}

#pulsehover_optin_form4 input {
  border-radius: 0;
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

#pulsehover_optin_form4 input[type=text] {
  height: 30px;
  width: 310px;
  font-size: 14px;
  font-style: italic;
  color: #222;
  text-align: left;  
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: #ebebeb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -moz-box-shadow:    inset 0 0 2px #aaa;
   -webkit-box-shadow: inset 0 0 2px #aaa;
   box-shadow:         inset 0 0 2px #aaa;
}

#pulsehover_optin_form4 input#name_field {
  background-image: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/name_form4.png');
  background-repeat: no-repeat; 
  background-position: 290px 6px;
}

#pulsehover_optin_form4 input#email_field {
  background-image: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/email_form4.png');
  background-repeat: no-repeat; 
  background-position: 290px 6px;
}

#pulsehover_optin_form4 input[type=button] {
  cursor: pointer;
  margin-top: 10px;  
  margin-bottom: 30px;
  padding: 0;  
  height: 43px;
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  padding-right: 50px;
  color: white;  
  background-color: #c31d1d;
  background-image: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/submit_arrow_form4.png');
  background-repeat: repeat-x;
  background-position: right;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;  
  float: left;
}

/* FORM 5 */

#pulsehover_optin_form5 {
  width: 330px;   
  background: url('http://halepringle.com/wp-ghp-content/plugins/pulsehover_pro.109/media/plugin/optin_forms/img/bg_form5.png') top repeat-x #f6f6f6;  
  color: #635e5e;
  display: inline-block;
  padding: 30px 20px;
  text-align:center;
  font-family: sans-serif;
}

#pulsehover_optin_form5 .form_header {
  width: 250px; 
  margin: 0 auto;
  padding-bottom: 16px; 
  font-size: 20px; 
}

#pulsehover_optin_form5 .input_fields {
  padding-top: 20px;
  width: 250px; 
  margin: 0 auto;  
}

#pulsehover_optin_form5 input {
  border-radius: 0;
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

#pulsehover_optin_form5 input[type=text] {
  height: 30px;
  width: 220px;
  font-size: 14px;
  font-style: italic;
  color: #222;
  text-align: left;  
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: white;
  background-image: -moz-linear-gradient(center top , #ebebeb, #f5f5f5);
  background-repeat: repeat-x;
}

#pulsehover_optin_form5 input[type=button] {
  cursor: pointer;
  margin-top: 20px;  
  padding: 0;  
  height: 36px;
  width: 250px;
  font-size: 16px;
  color: white;  
  background-color: #247aa1;
  background-image: -moz-linear-gradient(center top , #2981a9, #125776);
  background-repeat: repeat-x;
  border: none;
}