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;
}

/* HTML5 display-role reset for older browsers */
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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

.gift ul:after {
  content: "";
  display: table;
}
.gift ul:after {
  clear: both;
}
.gift ul {
  *zoom: 1;
}


.wrapper-lottery {
  width: 990px;
  margin: 0 auto;
  height:540px;
}

.top {
  clear: both;
  padding-top: 0px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 12px;
  overflow: hidden;
}
.top .title {
  float: left;
  width: 320px;
}
.top .title img {
  display: block;
}
.top .marquee {
  width: 650px;
  height: 20px;
  float: right;
  margin-top: 25px;
  overflow: hidden;
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU",Century Gothic, Arial, Helvetica, sans-serif;
}
.top .marquee span {
  display: inline-block;
  padding-right: 50px;
  font-size: 13px;
  color: #81725f;
}

.login {
  float: left;
  color:white;
  width: 300px;
  height: 230px;
  padding: 10px 0 0 0;
  background: url(../images/login_bg2.png) 0 0 no-repeat;
  position: relative;
}

.login-text {
  width: 90%;
  margin:15px auto 0 auto;
  font-size:16px;
  line-height:25px;
  color: white;
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU",Century Gothic, Arial, Helvetica, sans-serif;
}

/*
.login-text input {
  width: 197px;
  height: 33px;
  margin-bottom: 3px;
  text-indent: 40px;
  border: none;
  outline: none;
}
*/
.login-text input.id {
  background: url(../images/login_id.png) 0 0 no-repeat;
  width: 197px;
  height: 33px;
  text-indent: 40px;
  border: none;
  outline: none;
  position:absolute;
  left:10px;
  top:50px;
}
.login-text input.pw {
  background: url(../images/login_id.png) 0 0 no-repeat;
  width: 197px;
  height: 33px;
  text-indent: 40px;
  border: none;
  outline: none;
  position:absolute;
  left:10px;
  top:70px;
}

.login-btn {
  position:absolute;
  right:6px;
  top:28px;
}
.login-btn input 
{
  border:none;
  display: block;
  width: 81px;
  height: 81px;
  background: url(../images/login_btn.png) 0 0 no-repeat;
}

.gift {
  float: right;
  width: 650px;

}
.gift ul {
  width: 650px;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}
.gift ul:last-child {
  border-bottom: none;
}
.gift li a {
  color: #de7617;
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU",Century Gothic, Arial, Helvetica, sans-serif;
}
.gift li {
  float: left;
  display: block;
  width: 300px;
  padding: 20px 10px;
  color: #de7617;
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU",Century Gothic, Arial, Helvetica, sans-serif;
}
.gift li.close {
  color: #a5a5a5;
}
.gift li.close .gift-txt p {
  color: #a5a5a5;
}
.gift li.close .gift-txt span.circle {
  background-color: #a5a5a5;
}
.gift li.close .gift-txt span.point {
  color: #a5a5a5;
}
.gift li.close:hover {
  background-color: transparent;
}
.gift li:first-child {
  margin-right: 10px;
}
.gift li:hover {
  background-color: #fffbcb;
}
.gift li .gift-txt {
  float: left;
  width: 150px;
}
.gift li .gift-txt span.circle {
  display: inline-block;
  width: 36px;
  height: 38px;
  padding: 8px 0 0 10px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2;
  color: white;
  background-color: #de7617;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.gift li .gift-txt span.point {
  font-size: 16px;
}
.gift li .gift-txt span.point span.number {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -3px;
  vertical-align: -2px;
}
.gift li .gift-txt p {
  font-size: 15px;
  line-height: 1.25;
}
.gift li .gift-pic {
  float: right;
  width: 140px;
}
.gift li .gift-pic img {
  border: 1px solid #dbdbdb;
}
