form#latina-subscribe-form {
  width: 73.4%;
  color: #121212;
  padding: 7px;
  font-style: normal;
  margin-bottom: 0;
  border: medium none;
  box-shadow: none;
  -webkit-border-radius: 0;
  white-space: nowrap;
}

#latina_subscribe_error {
	padding-right:0;
}

#latina-subscribe-form .alert, #latina-subscribe-form .alert-error {
  font-size: 14px;
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
}

#latina-subscribe-form input.form-text {
  border-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 25px;
  height: 25px;
  float: left;
}

form#latina-subscribe-form .btn {
  box-shadow: none;
  border: none;
  text-shadow: none;
  height: 25px;
  padding: 3px 10px;
  background: #cc0000;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0 5px;
	
	top:-17px;
	width:90px !important;
}


form#latina-subscribe-form h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed",sans-serif;
  white-space: nowrap;
}
.input-append {
  padding: 0;
  margin-top: 35px;
  background: #DDDDDD;
}

body.not-front form#latina-subscribe-form input.form-text {
	width:87% !important;
}