#steps {
	list-style:none;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
    }

#steps li {
          font-family: Steelfish, Helvetica, Arial, sans-serif;
          font-size:30px;
          float:left;
          padding-left:10px;
          padding-top:10px;
          padding-right:10px;
          padding-bottom:0px;
          margin-top:5px;
          margin-left:5px;
          margin-right:20px;
          color:#b0b1b3;
          }

#steps li span {
	font-family: Arial, sans-serif;
	font-size:16px;
    margin-top: 10px;
    margin-bottom: 10px;
    display:block;
    color: #777777
    }

#steps li.current {
	color:#C73102;
    }


legend {
    font-family: Steelfish, Helvetica, Arial, sans-serif;
    text-align:left;
    background-color:#f4f2ee;
    color:#666;
    font-size:24px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    float:left;
    width:680px;
    padding:5px 0px 10px 10px;
    margin:10px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
    }

.prev, .next {
    background-color: #FF9900;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9900), to(#CC6600));
    background: -webkit-linear-gradient(top, #FF9900, #CC6600);
    background: -moz-linear-gradient(top, #FF9900, #CC6600);
    background: -ms-linear-gradient(top, #FF9900, #CC6600);
    background: -o-linear-gradient(top, #FF9900, #CC6600);
    background: linear-gradient(top, #FF9900, #CC6600);
    border: 1px solid #CC6600;
    border-bottom: 1px solid #CC6600;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #D68533;
    -webkit-box-shadow: 0 1px 0 0 #D68533 inset ;
    -moz-box-shadow: 0 1px 0 0 #D68533 inset;
    -ms-box-shadow: 0 1px 0 0 #D68533 inset;
    -o-box-shadow: 0 1px 0 0 #D68533 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    margin-top: 100px;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #396715;
}
.prev:hover, .next:hover {
    opacity:.85;
    cursor: pointer; 
}
.prev:active, .next:active {
    border: 1px solid #CC6600;
    box-shadow: 0 0 10px 5px #A35200 inset; 
    -webkit-box-shadow:0 0 10px 5px #A35200 inset ;
    -moz-box-shadow: 0 0 10px 5px #A35200 inset;
    -ms-box-shadow: 0 0 10px 5px #A35200 inset;
    -o-box-shadow: 0 0 10px 5px #A35200 inset; 
}






:-moz-placeholder {
    color: light grey;
}
 
::-webkit-input-placeholder {
    color: light grey;
}

*:focus {outline: none;}

.new_customer label {font-family:Georgia, Times, "Times New Roman", serif;}

/* .form_hint, .form_hint_area, .required_notification {font-size: 11px;} */
.form_hint, .form_hint_area, .error {font-size: 12px;}
.required_notification {font-size: 11px;}

.new_customer ul {
    width:750px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.new_customer li{
    padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;
}

.required_notification {
    color:#d45252; 
    margin:5px 30px 15px 0; 
    display:inline;
    float:right;
}
.new_customer label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.new_customer input {
    height:20px; 
    width:220px; 
    padding:5px 8px;
}

.new_customer select {
    height:30px; 
    width:260px; 
    padding:0px 8px;
    margin:6px 0px;
}


.new_customer input.radio {margin-left:175px;}
.new_customer textarea {padding:8px; width:250px;}
.new_customer button {margin-left:156px;}

.new_customer input, .new_customer textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}

.new_customer select { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}

.new_customer input:focus, .new_customer textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}

.new_customer select:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}



.new_customer input:focus, .new_customer textarea:focus { /* add this to the already existing style */
    padding-right:70px;
}

.new_customer input, .new_customer textarea { /* add this to the already existing style */
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}

.new_customer input, .new_customer textarea {
    padding-right:30px;
}

input:required, textarea:required {
    background: #fff url(https://www.woodwardpetsitting.com/images/form_images/asterisk_red.png) no-repeat 98% center;
}

::-webkit-validation-bubble-message {
    padding: 1em;
}

.new_customer input:focus:invalid, .new_customer textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(https://www.woodwardpetsitting.com/images/form_images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

.new_customer input:required:valid, .new_customer textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(https://www.woodwardpetsitting.com/images/form_images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    width: 180px;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}

.form_hint_area {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    width: 150px;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 89; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint_area::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
.error {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    width: 150px;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 90; /* hints stay above all other elements */
    /* position: absolute; allows proper formatting if hint is two lines */
}

.error::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    /* position: absolute; */
    top:1px;
    /* left:-6px; */
}


/*  Not able to choose the correct "selector"

.new_cust_form li label, li input, li span {
	float: left;
}

.clear_float {
	clear: both;
}
*/

.new_customer input:focus + .form_hint {display: inline;}
.new_customer input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
.new_customer input:required:valid + .form_hint::before {color:#28921f;} /* change form hint arrow color when valid */

.new_customer textarea:focus + .form_hint_area {display: inline;}
.new_customer textarea:required:valid + .form_hint_area {background: #28921f;} /* change form hint color when valid */
.new_customer textarea:required:valid + .form_hint_area::before {color:#28921f;} /* change form hint arrow color when valid */


.new_customer input:focus + .error {display: inline;}
.new_customer input:required:valid + .error {background: #28921f;} /* change form hint color when valid */
.new_customer input:required:valid + .error::before {color:#28921f;} /* change form hint arrow color when valid */


*{
    margin:0px;
    padding:0px;
}

#wrapper{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#f9f9f9;
    width:680px;
    overflow:hidden;
}


span.checked{
    background:transparent url(https://www.woodwardpetsitting.com/images/form_images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(https://www.woodwardpetsitting.com/images/form_images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}