﻿.w-popup{
    background-color:white;
    width:90%;
    max-width:800px;
    margin:auto;
    position:relative;
    padding:30px;
    font-size:13px;
    font-weight:normal;
    font-family:"Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
    color:#3F3F3F;
}
.w-popup h1{
    font-size:19px;
    font-weight:normal;
}
.w-popup h1 strong{
    font-weight:bold;
}
.w-popup h2{
    font-size:17px;
    font-weight:bold;
}
.w-popup h3{
    font-size:13px;
}
.w-popup .sep{
    width:100%;
    height:1px;
    margin-top:20px;
    margin-bottom:20px;
    border-bottom:1px dotted #DFDFDF;
}
.w-popup a{
    color:#3F3F3F;
    cursor:pointer;
}
.w-popup a:hover{
    text-decoration:underline;
}