body {
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

input:focus, a:focus{
    outline:0;
}

.input[type=button] {
    width: 92px;
    height: 26px;
    border: 0;
}

#format-options {
    margin: 10px;
}

#chide {
    font-size: 10px;
    color: #555;
}

label {
    margin: 3px;
}

input[type=text] {
    color: #444;
    font-weight: 400;
    font-size: 18px;
    border:1px solid #4d90fe;
    margin:0 auto;
    display:inline;
    width:500px;
    height:40px;
    padding:0 5px 0 5px;
    border-top:1px solid #c0c0c0;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
}

input[type=text]:hover {
    margin:0 auto;
    padding:0 5px 0 5px;
    display:inline;
    border:1px solid #a8a8a8;
    border-top:1px solid #a0a0a0;
    border-right:1px solid #b9b9b9;
    border-bottom:1px solid #b9b9b9;
    border-left:1px solid #b9b9b9;
}

input[type=text]:focus{
    border:1px solid #4285f4;
}

#submit-button {
    display:inline;
    font-size:12px;
    height:40px;
    line-height:40px;
    width:100px;
}
