/* FeedBurner-form Styles*/
.fb-container{/* Container widget*/}

.fbf-text{/* intro texto */}

.fbf-widget{/*form */}

.fb-counter-img img{/* counter img*/
  display:block;
  margin:5px auto 0 auto
}

.subscription_email{/* e-mail field */
  -webkit-box-shadow:inset 0;
  box-shadow:inset 0;
  font:normal 12px arial;
  padding:5px 3px;
  text-align:center;
  width:79%
}

.subscription_btn{/*btn  */
  -webkit-border-radius:3px;
  background:#fbfbfb;
  border:2px solid #fbfbfb;
  border-radius:3px;
  color:#000;
  cursor:pointer;
  filter: progid:DXImageTransform.Microsoft.gradient( startcolorstr='#ffb76b', endcolorstr='#ff7f04',gradienttype=0 );
  font:bold 12px arial;
  padding:5px 3px;
  width:15%
}

.subscription_btn:hover{
  background:#626262;
  border:2px solid #626262;
  color:#fff
}

.subscription_btn:active{
  background:#fbfbfb;
  color:#313131
}

p.fb-credits a,.fb-credits{
  color:#84C6DF;
  font:normal 10px arial;
  text-align:center;
  margin:0 auto;
  text-decoration:none
}

img.feed-image{/* the image   */
  float:left;
  margin:0 5px 5px 0
}