@charset "utf-8";
/* CSS Document */

.error::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px #ccc;
    color: #000;
    font-size: 12px;
    height: auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    z-index: 999;
}

.error input.sTextbox,.error.errorBox, .error#agree{
	border:1px solid #D71B1F;
}

.error.error_required::before {
    content: "請填寫此欄位";
}
.error.error_number::before {
    content: "請填寫數字";
}
.error.error_8digits::before {
    content: "請填寫最少8位數字";
}
.error.error_email::before {
    content: "請填寫正確電郵地址";
}
.error.error_select::before {
    content: "請選擇最少一項";
}

#laserRemovalBox{
	background: transparent none repeat scroll 0 0;
    border-radius: 20px;
    display: table;
    height: 120px;
    left: 70px;
    position: absolute;
    top: 1082px;
    width: 400px;
    z-index: 2;
}

