/* CSS Document */

input{
    outline-style: none ;
    text-align:center;
    border-radius: 3px;
    padding: 1px 1px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Microsoft soft";
    border:1 solid #00F;border-bottom:1 solid black;
    border-style:dotted solid double dashed;
    height: 35px;
    background-color: rgb(189, 255, 189);
    ¡¡¡¡background-image: none;
    color: #FF0000;
}
input:focus{
    border-color: #00afe9;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 8px rgba(99,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}