.code
    {font-family: Arial;
    font-style: italic;
    color: blue;
    font-size: 20px;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
    font-weight: bolder;
    float: right;
    width: 70px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    vertical-align: middle;
    background-color: #D8B7E3;
     }
     span.checkCode {
        text-decoration:none;
        font-size:12px;
        color:#288bc4;
        padding-left:10px;
    }

    span:hover {
        /* text-decoration:underline; */
        cursor:pointer;
    }
   