body{ margin:0; font:normal 12px Arial, Helvetica, sans-serif, "Open Sans";}
    .main{ width:100%;}
    .lvd_note, .lvd_notesb{ background-color:#fef7e9; color:green; border-left:3px solid #e49d52; padding:20px; margin:15px 0 10px 0; text-shadow:0 2px 0 #fff; width:938px;}
    .lvd_notesb{ margin:10px 0 20px 0;}
    .lvd_embd{ background-color:#fdfdfd;padding:15px 30px 15px 20px; margin:30px 0 10px 0; overflow:hidden;height:280px;}
    .lvd_embdlft{ width:33%; float:left; font-weight:bold; text-align:center; color:#666; line-height:20px; padding-top:4px; font-size:13px; text-shadow:0 2px 0 #fff;}
    .lvd_embdlft span{  }
    .lvd_embdlft a{ text-decoration:underline; color:#51A50F;}
    .lvd_embdlft a:hover{ text-decoration:none;}
    .lvd_embdmid{width:45px; float:right; text-shadow:0 2px 0 #fff;  font-size:35px;}
    .lvd_embdrht{ width:60%; float:right; height:60px; margin-top:12px;}
    .lvd_embdrht textarea{ color:#999; border:1px dashed #bbb; word-wrap:break-word; background-color:#fff; width:100%; font-family:inherit; padding:5px; font-size:12px;resize:none;}
    .lvd_embdrht textarea:focus{ box-shadow:0 0 3px #dedede; border-color:#999;}
    .lvd_tit{ font-size:17px; border-bottom:1px solid #ddd; padding-bottom:10px; color:#333;}
    .lvd_tit span{ vertical-align:middle; }
    .lvd_sbdata{ margin-top:50px; }
    .lvd_hd th, .lvd_hd td { padding:8px; width:20%; text-align:left}
    .lvd_hd th { background-color:#f2f2f2;}
    .tdbg{ background-color:#fcfcfc ;}
    .tdbg1{background-color:#fdfdfd ;}
    .lvds_btn{background-color:#003a88; color:#fff; padding:4px 18px; border-radius:10px; border:1px solid #084fae}

    .lvd_sbdata ul{ margin:0; padding:0;}
.lvd_sbdata li{ list-style-type:circle; margin-left:30px; line-height:20px; color:#000; }
.lvd_sbdata li span{color:#555; font-weight
:bold;}
.lvds_btnmn{ margin-top:30px;}
.lvds_btnmn a{background-color: #21759B;
    background-image: linear-gradient(to bottom, #2A95C5, #21759B);
    border-color: #21759B #21759B #1E6A8D;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-radius:3px;
    border:1px solid;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 23px;
    margin:0;
    padding:0 10px 1px;
    white-space:nowrap;
border-color:#21759B #21759B #1E6A8D;}
.lvds_btnmn a:hover{ background-color:#278AB7;
    background-image: linear-gradient(to bottom, #2E9FD2, #21759B);
    border-color: #1B607F;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);}
.button-Singup{
text-shadow:none !important;
border-radius:5px !important;
background: #83b633 none repeat scroll 0 0 !important;
color: #fff !important;
border-color:  #83b633 !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:checked + .slider:before {
    transform: translateX(26px);
  }

  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }