﻿    span.step {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

   
    padding: 2px;

    background: red;
    border: 2px solid yellow;
    color: yellow;
    text-align: center;
    font-weight:bolder;
    font: 18px Arial, sans-serif;
    }

   .textstyle-1 input[type="text"] {
    padding: 1px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    -webkit-border-radius: 5px;
     max-width:9200px;
    width:100%;
    color: black;
   }
  .textstyle-1 input[type="text"]:focus,
  .textstyle-1 input[type="text"].focus {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #0094ff;
   }

.textstyle-5 input[type="text"] {
  padding: 1px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
  color: black;
}
.textstyle-5 input[type="text"]:focus,
.textstyle-5 input[type="text"].focus {
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}