/*
   esu-styles.css
   easy-sign-up
   Created by Rew Rixom on February 7, 2013
		ID's have underscores "_"
		Classes have dashes "-"
*/
/* New with version 3 */
/*Easy sign up short code form div */
div.esu-form-div{ display: table; padding:30px; border: 1px solid #EB6A0A; background-color:#FFF;width: 187px;margin-left: 19px;
}
div.esu-form-div ul{ list-style: none; margin:0;}
div.esu-form-div ul li { margin: auto; padding:4px;display:block;}
div.esu-form-div input[type=image]{ border: none;background: transparent;box-shadow:none; }
div.esu-form-div input[type=image],div.esu-form-div input[type=submit]{ cursor: pointer;  }
#esu_err {
  list-style: none; padding: 10px;
  line-height: normal;  z-index: 100000;  margin: 0px;
  background-color:#443090 !important; 
  opacity:0.9;
}
#esu_err ul { margin: auto; display: table; list-style: none; }
#esu_err ul li { padding-bottom: 2px; }
div.esu-form-div label.esu-default, .esu-hide{position:absolute!important;top:-9999px!important;left:-9999px!important} br.esu-left{clear:left;}

#easysignup-widget-6 > h2{
color: #EB6A0A;
font-family: century gothic;
font-weight: bold;
font-size:16px;
text-align:center;
}

#easysignup-widget-6 {
margin-bottom: 30px;
}

