html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: url('i/body_bg.png') repeat-y #fff top center;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
    behavior: url(csshover3.htc);
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
}

input[type=text] {
    border: 1px solid #999;
    width: 100%;
    height: 13px;
    font-family: Tahoma;
    font-size: 11px;
    padding: 2px;    
}

select {
    font-family: Tahoma;
    font-size: 11px;    
}

#container {
    background: url('i/cont_bg.png') no-repeat top center;
    height: auto !important;
    min-height: 100%;
    width: 100%;
    position: relative;
    margin: 0pt auto;
}

#header {
    width: 836px;
    margin: 0pt auto;    
    padding: 19px 27px 0px 27px;
    height: 94px;
	overflow: auto;   
}

#logo {
    width: 230px;
    float: left;
    margin-bottom: 4px;
}

#menu {
    margin-top: 60px;
    float: right;    
}

#menu a {
    color: #688B1F;
  
}

#menu span {
    margin: 8px;
}

#next_lot {
    color: #688B1F;
    font-weight: bold;
    float: right;
}

#next_lot a {
    display: block;
}


#main {
    width: 836px;
    margin: 0pt auto;    
    padding: 0px 27px 85px 27px;
	overflow: auto;
}

.left {
    float: left;
    clear: both;
}

.right {
    float: right;
}

.box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    margin-top: 10px;
    background-color: #fff;
}

.box .title {
    width: 232px;
    height: 26px;
    line-height: 26px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;    
    position: relative;
    font-weight: bold;
    font-size: 12px;
    margin-left: -14px;
    margin-top: -14px;
    z-index: 1;
    margin-bottom: 13px;
    text-align: left;
}

.box .title span {
    padding-left: 12px;
}
.box.join {
    border: 1px solid #E49200;
    background: url('i/box_yellow_bg.png') repeat-x;
    width: 193px;
    height: 176px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 18px 11px 18px;
    clear: both;
}

.box.join a {
    color: #fff;
    display: block;
}

.box.join a:hover {
    text-decoration: none;
}

.box.join span {
    font-size: 16px;
    line-height: 25px;
}

.box.orange {
    border: 1px solid #EA9C00;
    background-color: #F1A800;
    width: 204px;
    padding: 13px;
    color: #fff;
}

.box.orange .title {
    border: none;
    border-bottom: 1px solid #6C9221;
    background-color: #7AA525;
    color: #fff;
}

.box.orange a {
    color: #666;
    font-weight: bold;
}

.box.green {
    border: 1px solid #AFC149;
    padding: 13px;
    width: 204px;    
}

.box.green .title {
    border-bottom: 1px solid #6C9221;
    background-color: #7AA525;
    color: #fff;
}

.box.green a {
    color: #59781B;
    font-weight: bold;
}


.box.wide {
    float: left;
    width: 560px;
}

.box.wide .title {
    width: 587px;
}

.box.full {
    float: left;
    width: 814px;
}

.box.full .title {
    width: 841px;
}

.cal {
    font-weight: bold;
    height: 76px;
    margin-left: 10px;  
}

.cal_item {
    background: url('i/cal.png') no-repeat;
    width: 72px;
    height: 49px;
    color: #A65300;
    text-align: center;
    padding-top: 16px;
    float: left;
    margin-left: 10px;    
}

.cal_item a {
    color: #A65300;
    text-decoration: none;
    display: block;
}

.cal_item span {
    color: #ED7319;
    font-size: 25px;
    line-height: 32px;
}

.cal_item.active {
    background: url('i/cal_active.png') no-repeat;
    color: #fff;
}

.cal_item.active a {
    color: #fff;
}

.cal_item.active span {
    color: #7AA525;
}

.box.main {
    border: 1px solid #8CBA32;
    background-color: #fff;
    width: 563px;
    float: right;
    padding: 7px 10px 7px 17px;
}

.box.main .winner {
    width: 298px;
    height: 25px;
    border: 1px solid #CCC;
    color: #7AA525;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    float: right;
    margin-top: 18px;
}

.prize_small img {
    margin-right: 9px;
    text-align: center;
}

.prize_small .img {
	float:left;
	height:40px;
	text-align:center;
	width:90px;
}

.prize {
    font-family: Verdana;
    clear: both;
    overflow:auto;
    padding: 7px 0px;
    width: 560px;
}

.prize .img {
    width: 246px;
    height: 131px;
    border: 1px solid #CCCCCC;
    margin-right: 12px;
    text-align: center;    
    background-color: #fff;
}

.prize .question{
	margin: 20px 0 20px 20px;
	width: 222px;
}

.prize .question div{
	text-align:center;
	margin:15px;
}

.prize .question div a{
	outline:none;
}

.prize .winner {
    float: left;
    margin-right: 12px;
}

.prize .orangeMsg{
	padding-top:33px;
	color:#FF6600;
	font-weight:bold;
}

.prize #answerMsg{
	padding-top: 14px;
    width: 248px;
	text-align:justify;
}

.prize .question #winnerMsg{
	padding-top:33px;
}

.prize h1 {
    font-size: 16px;
    line-height: 17px;
    margin-top: 2px;
}

.prize .desc {
    float:left;
    width:300px;
    overflow: hidden;
}

.winner_belt {
  width: 187px;
  height: 94px;
  position: absolute;
  background: url('i/you_win.png') repeat-x center;
  margin:-7px 0 0 -18px;  
}

.hr {
    height: 1px;
    background: url('i/hr.png') repeat-x center;
    clear: both;
    height: 16px;
}

#captcha_bg {
    width: 200px;
    height: 70px;
    border: 1px solid #999;
}

.ticket {
  background: url('i/ticket_bg.png') no-repeat;
  width: 190px;
  height: 55px;
  font-family: Times New Roman;
  font-size: 26px;
  color: #000;
  text-align: center;
  padding-top: 25px;
  letter-spacing: 7px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 17px;
}

#footer {
    padding-top: 18px;
    position: absolute;
    bottom: 0;
    text-align: center;
    height:57px;
    width: 100%;    
    background: url('i/footer_bg.png') repeat-x top center;
}

#footer a {
    color: #fff;
    font-weight: bold;    
    text-decoration: none;
    margin-right: 25px;
}

#footer a:hover {
    text-decoration: underline;
}

#thickbox {
    position: absolute;
    background-color: #000;
    opacity:0.6;
    filter:alpha(opacity=60);
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    top: 0px;
    left: 0px;
}

#congratulation, #error, #wrong_answer {
    display: none;
    position:absolute;
    left:30%;
    width:457px;
    z-index:3;
    padding: 22px;
}

.box h1 {
    font-size: 20px; 
    color: #EB7016;
    font-weight: bold;
    line-height: 1;
}

#d_clip_button {
    margin: 0pt auto; 
    background: url('i/clipboard.png') no-repeat;
    width:217px;
    height:27px;
    padding: 5px 0px;
}

.col {
    display:block;
    float:left;
    margin-left:15px;
}
.col.f {
    margin-left:0;
}
.col.m {
    margin-left:5px;
}

.alt .sp {
    border-color:#DFDFDF;
    border-style:solid;
    border-width:1px 0;
    margin:8px 0;
    padding:8px 0;
}

.alt table td {
    line-height:18px;
    vertical-align:top;
}

.w309  {
    color:#7F7F7F;
}

.w309 {
    padding:15px 10px 20px 20px;
    width:279px;
}

span.low  {
    color:#7F7F7F;
    font-size:11px;
}
