.link-arrow {
    display:block;
}

.link-arrow:before {
    content: "";
    display: block;
    background: url(../images/submit-btn.png) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 6px 0 0;
}

p.link-arrow {
    line-height: 30px;
}

.link-arrow a:link,
.link-arrow a:visited,
.link-arrow a:focus,
.link-arrow a:active {
    color:#337ab7;
    text-decoration: none;
}

.link-arrow a:hover {
    color:#000;
    text-decoration: none;
}