/* CSS Document */
.pople{width:300px; margin:auto;position:absolute; }
.poplecn{border:1px solid #fff; float:left; border:1px solid #ddd; width:100%;background:#FFFFFF; padding-top:0px; padding-bottom:30px;}
.conpople{ float:left; width:100%; border-bottom:1px solid #ddd;  padding:20px 0px; margin-bottom:20px;  text-align:center; line-height:30px; font-size:18px;}
.btn{ float:left; width:100%;}
.left-btn{ float:left; width:50%}
.left-btn a{ float:left; margin-left:10%; width:80%; text-align:center; text-decoration:none; height:40px; line-height:40px; -moz-border-radius:15px;       /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
  border-radius:15px; color:#fff; background:#34d6ec}
.right-btn{ float:left; width:50%}
.right-btn a{float:left; width:80%;line-height:40px;text-decoration:none; text-align:center;margin-left:10%; height:40px; -moz-border-radius:15px;       /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
  border-radius:15px; color:#34d6ec;  border:1px solid #34d6ec}