
@media screen and (min-width: 376px) and (max-width: 524px){
    #form1{
        margin: 15px 0 0 0;
    }
     }
     .code{
        /* background:url(code_bg.jpg); */
        font-family:Arial;
        font-style:italic;
        color:blue;
        font-size:30px;
        border:0;
        padding:2px 3px;
        letter-spacing:3px;
        font-weight:bolder;             
        float:left;            
        cursor:pointer;
        width:150px;
        height:27px;
        line-height:27px;
        text-align:center;
        vertical-align:middle;
    }
    a{
        text-decoration:none;
        font-size:12px;
        color:#288bc4;
    }
    a:hover{
       text-decoration:underline;
}