 .wrapper {
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #fff;
     z-index: 999999;
     text-align: center;
 }

 .content {
    margin-top:40px;
 }

.center {
    text-align: center;
} 

.borderless {
    border-width: 0px;
}

.normal {
    font: normal bold 16px Arial; 
    color: #333; 
    text-align:center;
    line-height: 50px;
}

.small{
    font: normal 14px Arial; 
    color: #333; 
    text-align:center; 
    line-height: 50px;
}

a.grey {
    color:#333;
}