﻿@charset "utf-8";
/* CSS Document */

 #popup{
  position: absolute;display:none; z-index:3000; background-color:#FFF;  height: 330px; width:300px;line-height:30px;text-align:center;
  
  border-radius:10px
}
#embedding{
  position: absolute;  bottom: 2px;height:35px; width:300px;line-height:20px;text-align:center;
}

a{
  text-decoration:none;
  font-size:14px;
  color:#FFF;
}
#embedding .agree{
    width: 50%;
    height: 35px;
    font-size: 18px;
    color: white;
    background-color: #ff3300;
    cursor: pointer;
}
#embedding .disagree{
    width: 40%;
    height: 33px;
    font-size: 18px;
    color:#333;
    background-color: #f4f4f4;
    cursor: pointer;
}
.top{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bolder;
}
.mtext{
    width: 98%;
    height: 200px;
    line-height: 20px;
    overflow:hidden;
    overflow-y:auto;
    text-align:left;
    padding-left:5px;
    padding-right:5px;
}
.bot{
    width: 98%;
    height: 50px;
    text-align: left;
    line-height: 20px;
    padding-top:10px;
    padding-left:5px;
    padding-right:10px;
}