@CHARSET "UTF-8";

body { font-size: 10px }

.stepy-header { list-style: none; padding: 0; background:#c69c6d; min-height:50px; margin:0px; border-top:1px solid #917555;border-bottom:1px solid #917555; }
  .stepy-header li { list-style:none; border-right:1px solid #917555; border-left:1px solid #917555; margin:0px; cursor: pointer; float: left;  }
    .stepy-header li.stepy-error { background: url('../demo/img/error.png') no-repeat right top }
    .stepy-header li div { color: #000; padding:15px 88px 15px 91px; font-family: 'Open Sans Condensed', sans-serif; font-size:26px;}
    .stepy-header li.stepy-active div {  color: #b38955; background:#252525; cursor: auto }
    .stepy-header li span { color: #CCC; font: 1.4em verdana }
    .stepy-header li.stepy-active span { color: #BBB }

.stepy-step { clear: left; }
  .stepy-step legend { color: #4080BF; font: bold 1.8em arial; letter-spacing: .7px; padding: 0 2px 3px }
  .stepy-step label { color: #000; display: block;font-family: 'Open Sans', sans-serif;  font-size:12px; font-weight:bold; }
    .stepy-step label span { font-weight:normal; }

  .stepy-step input,
  .stepy-step textarea,
  .stepy-step select { border-radius: 5px; border:1px solid #b6ab9f; color: #000;  padding: 10px; width: 98% ;font-family: 'Open Sans', sans-serif;  font-size:12px;}
.stepy-step input[type="radio"]{
	width:auto !important;

}
  .stepy-step select { height: 34px; padding-top: 5px;width: 25%;}

  .stepy-step textarea { height: 100px }

  .stepy-navigator { height: 33px; text-align:center; margin-top: 20px }
    .button-back { margin:0 10px}

    .button-next,
    .stepy-navigator input[type="submit"] { }

    .button-back,
    .button-next,
    .stepy-navigator input[type="submit"] { border-radius: 5px; border: 1px solid #3a3a3a; background:#000; padding:10px; color: #fff; cursor: pointer; font-weight:bold; font-size:12px; font-family: 'Open Sans', sans-serif; }

    .stepy-navigator input[type="submit"] { border: 1px solid #3a3a3a; color: #fff; cursor: pointer; font-weight:bold; font-size:12px; font-family: 'Open Sans', sans-serif;}

    .button-back:hover,
    .button-next:hover,
    .stepy-navigator input[type="submit"]:hover { color: #fff }
