/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 4, 2015, 3:38:07 PM
    Author     : mirela
*/
.newsletter-box {
  color: #666;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}
.newsletter-box .newsletter-content {
  margin: 10px 0 20px;
  padding: 10px;
  background-color: #efefef;
}
.newsletter-box .newsletter-content .newsletter-description {
  font-size: 14px;
  color: #00729e;
  padding-bottom: 10px;
}
.newsletter-box fieldset {
  border: medium none;
  margin: 0;
  padding: 0;
}
.newsletter-box fieldset input {
  width: 70%;
  height: 28px;
  margin: 0;
  padding: 0 5px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  font-size: 13px;
  float: left;
}
.newsletter-box fieldset input:focus,
.newsletter-box fieldset input:hover,
.newsletter-box fieldset input:active {
  outline: none;
  background: #fff;
}
.newsletter-box fieldset a {
  font-size: 14px;
  float: right;
  width: 28%;
}
.newsletter-article {
  color: #666;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
}
.newsletter-article .newsletter-content {
  margin: 10px 0 20px;
}
.newsletter-article .newsletter-content .newsletter-description {
  font-size: 14px;
  padding-bottom: 10px;
}
.newsletter-article fieldset {
  border: medium none;
  margin: 0;
  padding: 0;
}
.newsletter-article fieldset input {
  width: 70%;
  height: 32px;
  margin: 0;
  padding: 0 5px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  font-size: 13px;
  float: left;
}
.newsletter-article fieldset input:focus,
.newsletter-article fieldset input:hover,
.newsletter-article fieldset input:active {
  outline: none;
  background: #fff;
}
.newsletter-article fieldset a {
  font-size: 14px;
  float: right;
  width: 28%;
  height: 32px;
  line-height: 1.90rem;
}
