.modalPopup {
    background-color: #FFF;
    padding: 3px;
    width: 500px;
    border: 1px solid #F90;
    height: 200px
    }
/* Used to show or hide the promoter login box in the homw master page */
.displaynone {
    display: none
    }
.displayblock {
    display: block
    }