h2 img {
    width:25px;
    height:25px;
    padding-right:5px;
    border:0;
}
input.regular-text {
    width: 25em;
    font-size: 14px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    padding: 5px 5px 5px 5px;
}
input.code {
    padding-top: 6px;
}

#pitch .pitch-content {
    padding-top:50px;
    padding-right:50px;
    padding-left:250px;
}
#pitch .pitch-title {
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 125%;
    color:#333;
}

#pitch .pitch-title b {
    font-weight: 200;
    color:#aa0828;
}

#pitch .pitch-content {
    line-height:150%;
    color:#333;
}

td {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.form-table {
    font-size: 14px;
    border-collapse: collapse;
    margin-top: .5em;
    width: 100%;
    clear: both;
}

.form-table td {
    font-size: 14px;
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}

.form-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}

.btn-mred:hover {
    background: #9d0f2c;
}

.btn:hover {
    text-decoration: none;
}

.btn-mred {
    background: #aa0828;
    color: #fff;
}
.btn-size3 {
    padding: 10px 25px 11px;
    font-size: 14px;
}
.btn {
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: 400;
}