ul.steps {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}
ul.steps li {
    display: inline;
    padding: 10px 0 10px 40px;
    margin-right: 30px;
}
ul.steps li.step1 {
    background: url(../img/icon_1.gif) no-repeat left center;
}
ul.steps li.step2 {
    background: url(../img/icon_2.gif) no-repeat left center;
}
ul.steps li.step3 {
    background: url(../img/icon_3.gif) no-repeat left center;
}
p.action {
    margin-bottom: 40px;
}
.btn {
    padding: 10px;
    background-color: #4b7cbb;
    color: #fff;
    font: normal 122% arial, helvetica, sans-serif;
    text-decoration: none;
}
