#ec-pr-dialog{
    background-color: white;
    height: 200px;
    width: 500px;
    border: 2px solid #2a9a1d;
    padding: 50px;
    margin-top: 12%;
    text-align: center;
    background-color:#f9f9f9;
    display: none;
}
#ec-pr-dialog-login{
    width: 200px;
    clear: right;
    float: left;
    font-weight: bold;
    text-decoration: underline;
    font-size: 124%;
}
#ec-pr-dialog-register{
    width: 158px;
    clear: right;
    float: left;
    font-weight: bold;
    text-decoration: underline;
    font-size: 124%;
}
#ec-pr-dlg-title{
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
}