html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  direction: rtl;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:-moz-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999;
}

html, body {
  min-height: 100%;
}

body {
  font: 18px/26px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #404040;
  
  background: transparent;
  /*
  background-image: -webkit-radial-gradient(center, circle cover, #dddddd, #a7a7a7 80%);
  background-image: -moz-radial-gradient(center, circle cover, #dddddd, #a7a7a7 80%);
  background-image: -o-radial-gradient(center, circle cover, #dddddd, #a7a7a7 80%);
  background-image: radial-gradient(center, circle cover, #dddddd, #a7a7a7 80%);*/
}

.subscribe {
  margin: 0 auto;
  padding: 20px;
  width: 500px;
  background: white;
  border-radius: 5px;
  /*
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  */
}

.subscribe-pitch {
  padding-left: 90px;
  background: url("../img/email.png")  left center no-repeat;
}
.subscribe-pitch > h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
}
.subscribe-pitch > p {
  line-height: 22px;
  color: #484848;
}

.subscribe-form {
  position: relative;
  margin: 20px -20px -20px;
  padding: 15px;
  padding-top: 20px;
  border-radius: 0 0 6px 6px;
  
  border-top: 1px solid #ccc;
  background: #fafafa;
  /*
  background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  background-image: -o-linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  background-image: linear-gradient(to bottom, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  */
  -webkit-box-shadow: inset 0 1px white;
  box-shadow: inset 0 1px white;
  
}

.subscribe-form-thankyou {
  position: relative;
  margin: 20px -20px -20px;
  padding: 15px;
  padding-top: 20px;
  border-radius: 0 0 6px 6px;
  
  border-top: 1px solid #ccc;
  background: #7C69BA;
  -webkit-box-shadow: inset 0 1px white;
  box-shadow: inset 0 1px white;
  
}

.subscribe-input {
  padding: 0 16px;
  width: 390px;
  height: 35px;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 15px;
  color: #444;
  background: #fefefe;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #999 #aaa #aaa;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8;
  text-align: left;
  margin-right: 110px

}
.subscribe-input:focus {
  outline: 0;
}
checkbox-item {
    direction: rtl;
    float: right;
    margin-left: 5px;
    margin-right: 35px;
    margin-top: 15px;
    text-align: right;
}

.form-checkbox {
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}

.subscribe-submit {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  padding-left: 15px;
  height: 35px;
  width: 95px;
  background: #60e160;
  border: 1px solid;
  border-color: #57449B; /*#4c9d50 #4c9d50 #4c9d50 #55af5a;*/
  border-radius: 5px;
  cursor: pointer;
  font: 18px arial;
  font-weight: bold;
  text-shadow: none;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #7C5FCC, #6B5BDC);
  background-image: -moz-linear-gradient(top, #7C5FCC, #6B5BDC);
  background-image: -o-linear-gradient(top, #7C5FCC, #6B5BDC);
  background-image: linear-gradient(to bottom, #7C5FCC, #6B5BDC);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
.subscribe-submit:active {
  background: #6B5BDC;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
/*
.subscribe-submit:before {
  content: '';
  display: block;
  margin-top: 1px;
  width: 25px;
  height: 19px;
  background: url("../img/tick.png");
}
*/

.lt-ie9 .subscribe-input {
  line-height: 33px;
}
