﻿.formstep{
    width:98%;
    height:100px;
    margin:0px auto;
    text-align:center;
    font-size:0;
}
.stepbox {
    width: 25%;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.stepbox_inner {
    width: 100%;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    position:relative;
}
.stroke {
    width: 100%;
    height: 3px;
    position:absolute;
    top:28.5px;
}
.stepbox_inner img {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    margin: 0px auto;
    padding: 15px;
    border-radius: 60px;
    position: relative;
    z-index: 2;
}

.stepname {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 0 2px #eee;
    padding: 18px 0 0 0;
}


.inactive_stroke_theme {
    color: #ccc;
}
.inactive_theme {
    background-color: #d4d4d4;
}

.active_stroke_theme {
    color: #4f9943;
}
.active_theme {
    background-color: #72aa69;
}
#sponsorBtn_stepbox p, #sponsorBtn_stepbox img {
    background-color: #72aa69;
}
#sponsorBtn_stepname {
    color: #4f9943;
}