#vrpadlock {
    width: 30px;
    height: 40px;
    float: left;
}
#vrpadlock img {
    height: 70%;
    margin-top: 15%;
}
#vrmessage {
    width: 150px;
    float: right;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
    padding-right: 5px;
}
#VRSSLMessage {
    color: black;
    height: 40px;
    font-weight: bold;
    float: right;
    position: relative;
}
#vrmessage p {
    display: none;
    font-weight: normal;
}
#vrmessage:hover {
    background-color: white;
    width: 510px;
    height: 210px;
    text-align: left;
    padding: 10px 30px 30px 30px;
    border: 1px solid #042cba;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    float: right;
    position: relative;
}
#vrmessage:hover p {
    display: block;
}