.form-style-5{
    max-width: 800px;
    background: #f4f7f8;
    smargin: 10px auto;
    padding: 30px 20px 20px 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 12px;
    margin-bottom: 10px;
    spadding-top:30px;
    
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
    
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
border-color: #6ac451 !important;
-webkit-box-shadow: 2px 2px 5px 2px rgba(51, 190, 242, 0.1);
box-shadow: 2px 2px 5px 2px rgba(98,211,253,0.30);
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #f38a03;
    color: #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 label {
    display: block;
    margin-bottom: 20px;
    
}
.form-style-5 label > span {
    float: left;
    width: 140px;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
}
.form-style-5 input[type="text"], .form-style-5 input[type="date"], .form-style-5 input[type="datetime"], .form-style-5 input[type="number"], .form-style-5 input[type="search"], .form-style-5 input[type="time"], .form-style-5 input[type="url"], .form-style-5 input[type="email"], .form-style-5 select, .form-style-5 textarea {
    color: #747474;
    border: 1px #acacac solid;
    border-radius: 0px;
    box-shadow: none;
    width: 170px;
    padding: 8px 0 8px 12px;
    font-size: 14px;
}
.form-style-5 input[type="submit"], .form-style-5 input[type="button"] {
    background: #f38a03;
    border: 1px solid #777;
    padding: 8px 20px;
    color: #fff;
    box-shadow: inset -1px -1px 3px #ce451b;
    -moz-box-shadow: inset -1px -1px 3px #ce451b;
    -webkit-box-shadow: inset -1px -1px 3px #ce451b;
    border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}
.form-style-5 input[type="submit"]:hover, .form-style-5 input[type="button"]:hover {
    background: #b92f04;
}
.form-style-5-heading {
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #174e2c;
    margin-bottom: 0px!important;
    font-size: 12px;
    padding-bottom: 10px;
}
.form-style-5 input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.form-style-5 span.required {
    color: red;
}