@charset "UTF-8";
/* CSS Document */
#sign-up {
position: relative;
width: 100%;
background-color: #fff;
min-height: 49px;
border-bottom: 1px solid #dfd5bd;
}
.bttn-close {
position: absolute;
left: -31px;
top: -5px;
cursor: pointer;
width: 28px;
height: 28px;
opacity: 0.5
}
#sign-up:after {
display: block;
content: "";
position: absolute;
bottom: -5px;
left: 0;
height: 2px;
width: 100%;
background: #fff;
border-bottom: 2px solid #dfd5bd;
}
.cont-sign {
width: 994px;
margin: 0 auto;
}
.cont-sign:first-child {
display: none;
}
.cont-sign:first-child h2 {
background: url(images/promo-win-reveal.jpg) no-repeat top left;
width: 602px;
height: 49px;
text-indent: -10000px;
font-size: 0;
line-height: 0;
float: left;
margin-left: 185px;
cursor: pointer;
}
.cont-sign button {
background: url(images/bttn-click-find.gif) no-repeat top left;
width: 201px;
height: 33px;
border: none;
text-indent: -10000px;
font-size: 0;
cursor: pointer;
margin-top: 8px;
float: right;
}
.cont-reveal {
display: none;
position: relative;
overflow: hidden;
}
.cont-reveal h1 {
margin: 0;
}
h1.hd-win {
background: url(images/hd-win-50.gif) no-repeat top left;
width: 415px;
height: 116px;
font-size: 0;
line-height: 0;
text-indent: -10000px;
float: left;
margin-left: 25px;
}
.logo {
float: right;
margin-top: 0;
}
.logo a {
display: block;
background: url(images/logo-elic.gif) no-repeat top left;
text-indent: -10000px;
font-size: 0;
line-height: 0;
width: 315px;
height: 116px;
margin-right: 25px;
}
.cont-reveal form {
position: relative;
top:-4px;
clear: both;
margin-left: 100px;
padding-top: 0;
}
.cont-reveal input[name="email"] {
height: 31px;
padding: 0;
margin: 0;
border: 1px solid #ccc;
width: 534px;
font-size: 19px;
padding-left: 10px;
font-family: "Garamond", "Times New Roman", Georgia, serif;
font-style: italic;
}
.cont-reveal input[type="submit"] {
text-indent: -10000px;
font-size: 0;
cursor: pointer;
background: url(images/bttn-sub.gif) no-repeat top left;
border: none;
width: 245px;
font-size: 16px;
height: 33px;
}
.cont-reveal img {
margin-left: 31px;
margin-top: 5px;
}
#wrapper {
padding-top: 35px;
}