﻿@charset "utf-8";
/* CSS Document */

.swpmodal-overlay {
    background: url(../../images/ZH-TW/room/lightboxbg.png);
}

.swpmodal-overlay,
.swpmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.swpmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    /*border-collapse: collapse;*/ /*此CSS打開會影響IE8裡同時有display:table及padding的CSS*/
}

*:first-child + html .swpmodal-container {
    height: 100%;
}

.swpmodal-container_i {
    height: 100%;
    margin: 50px auto;
    width: 440px;
}
.contact .swpmodal-container_i {
	margin: 0 auto;
}
.swpmodal-container_i2 {
    /*padding: 24px;*/
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.swpmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.swpmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}
