@font-face {
  font-family: 'Minion';
  src: url('../fonts/MinionPro.otf') format('OpenType');
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans.woff2');
  src: url('../fonts/OpenSans.woff');
  src: url('../fonts/OpenSans.ttf');
}
@font-face {
  font-family: 'Open Sans Semi';
  src: url('../fonts/OpenSans-Semibold.ttf');
}
.RegisterGetArticle {
    height: 300px;
    padding: 80px 300px 0 300px;
    background:url(../images/email.jpg) no-repeat 0 0;
}
.RegisterGetArticle .title {
    color: #fff;
    font: 28px Minion;
    text-transform: uppercase;
    display: inline-block;
}
.RegisterGetArticle .title span.line {
    background: #F7941D;
    height: 4px;
    width: 60px;
    display: block;
    margin: 5px 0 30px 0;
}
.RegisterGetArticle table.tblRegis {
    color:#fff;
    margin-left: -3px;
}
.RegisterGetArticle table.tblRegis span.lbEmail {
    font: 14px Open Sans;
}
.RegisterGetArticle table.tblRegis input {
    width: 320px;
    border: 1px solid #eee;
    height: 30px;
    padding: 0 10px;
    margin: 0 10px;
    font: 14px Open Sans;
}
.RegisterGetArticle table.tblRegis input.btnDangKy {
    width: 100px;
    height: 30px;
    padding: 0;
    font: 14px Open Sans;
    color:#f39200;
    background: none;
    margin: 0;
    border: none;
    text-decoration: underline;
}
.RegisterGetArticle .notice {
    font: 14px Open Sans;
    color: #fff;
}