/* ----------------------- Warning Header ----------------------- */
ul#wheader {
width: 960px;
height: 171px;
padding: 0;
margin: 0 auto;
background: url(app/resource/screen/img/header_back.gif) repeat-x;
list-style: none;
}
ul#wheader li {
float: left;
padding: 0;
margin: 0;
}
ul#wheader li span {
display: none;
}
ul#wheader li#warning-sign {
width: 180px;
height: 171px;
background: url(app/resource/screen/img/warning_sign.gif) no-repeat 0 13px;
}
ul#wheader li#warning-text {
width: 215px;
height: 171px;
background: url(app/resource/screen/img/warning_text.jpg) no-repeat 0 7px;
}
#warning-text p {
margin: 38px 20px 10px 28px;
font: .9em/1.3 Georgia, serif;
color: #a00;
}
ul#wheader li#flag-clear {
width: 330px;
height: 171px;
background: url(app/resource/screen/img/flag_clear.jpg) no-repeat 0 13px;
}
ul#wheader li#postbox-clear {
width: 65px;
height: 171px;
background: url(app/resource/screen/img/postbox_clear.jpg) no-repeat;
}
/* ----------------------- Leave or Enter ----------------------- */
ul#leave-or-enter {
display: block;
width: 556px;
height: 115px;
padding: 0;
margin: 45px auto 0 auto;
list-style: none;
}
ul#leave-or-enter li {
float: left;
padding: 0;
margin: 0;
}
ul#leave-or-enter li span {
display: none;
}
ul#leave-or-enter li#leave-bar {
display: block;
width: 249px;
height: 115px;
margin: 0 58px 0 0;
background: url(app/resource/screen/img/leave-bar.jpg) no-repeat;
}
ul#leave-or-enter li#enter-bar {
display: block;
width: 249px;
height: 115px;
background: url(app/resource/screen/img/enter-bar.jpg) no-repeat;
}
a#leave-link, a#enter-link {
display: block;
width: 107px;
height: 63px;
margin: 0 auto;
}
a#leave-link:link, a#leave-link:visited {
background: url(app/resource/screen/img/leave-link.jpg) no-repeat;
}
a#leave-link:hover, a#leave-link:active {
background: url(app/resource/screen/img/leave-link.jpg) no-repeat right;
}
a#enter-link:link, a#enter-link:visited {
background: url(app/resource/screen/img/enter-link.jpg) no-repeat;
}
a#enter-link:hover, a#enter-link:active {
background: url(app/resource/screen/img/enter-link.jpg) no-repeat right;
}
