@charset "UTF-8";
/* Mum's Optin CSS */

#optin * {
  font-size:100%;
  font-size: 10px;
  color:#654B30;
  background: transparent none;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  /*  text-shadow: 0 1px 0 #FFFFFF;*/
  line-height:1.2em;
}
#optin {
  /*height:465px;*/
  padding:0;
  position:relative;
  width:180px;
  /*overflow: hidden;*/
  overflow: visible;
  display: block;
}
#optin h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight:bold;
  margin: 0 0 10px;
  text-align: center;
  color:#80BB3B;
  line-height:1.25em;
  padding:0 5px;
}
#optin div#wrapper {
  position: relative;
  display:block;
}
#optin table.signupframe {
  width:172px;
  *height: 140px;
  margin: 10px 0 5px 0;
  padding: 5px 3px 8px 1px;
  display: block;
  position: relative;
  border: 1px solid #AAAEBA;
  background-color:#f5f8f3;
}
#optin table.signupframe * {
  color: #5362A1;
}
#optin table.signupframe tbody {
  *display: block;
  *padding: 20px; 
}

#optin td {

}
#optin td.left {
  text-align: right;
  width: 63px;
}
#optin td.right {
  text-align: left;
  position: relative;
}
#optin input, #optin select {
  width: 90px;
  margin-left: 5px;
  background-color:#FFF;
  border: 1px inset #80BB3B;
  line-height: 1.5em;
}
#optin td.signup {
  /*padding-top: 10px;*/
}
#optin td.signup input {
  text-align: center;
  padding: 1px 4px;
 *padding: 1px 2px;
  margin-right: 5px;
 *margin-right: 14px;
  border: 2px outset #80BB3B;
  font-size: .95em;
  width: 90px;
  /*z-index:99;
  height: 20px;
  position: absolute;
  bottom: 3px;*/
}

#optin td.required {
  font-size: 8.5px;
  color:#777;
}
#optin .trust-link a, #optin .signupframe {
  /*color: #dfd9c1;*/
    color: #5362A1;
}
#optin p, #optin ul {
  margin: 2px 0 6px 9px;
  padding: 0;
}
#optin p.trust-link {
  display:block;
  text-align: center;
  margin:0 auto;
  width: 175px;
  position: relative;
    	display: none; /* remove links */
}
#optin p.trust-link a {
  display:block;
  text-decoration: none;
  text-align: center;
  font-size: 9px;
  padding:0;
  width: 175px;
  /*text-shadow: 0 1px 0 #FFFFFF;*/
   color:#777;
}
#optin .signupframe td span {
  font-size: 9px;
  color:#777;
}
#optin strong {
  font-weight: bold;
  font-size: 1.1em;
}
#optin ul {
  list-style: disc outside none;
  font-size:12px;
}
#optin li {
  margin:0 0 3px;
  padding: 0;
  list-style: disc outside none;
}
#optin img {
 	border: none; 
}
#optin .clear {
  clear:both;
}
.clearer {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px;
}
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float - DW CS3 */
.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
/* SEE: http://www.positioniseverything.net/easyclearing.html#  (ALSO SEE: http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/)*/
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - */
