body {
color: #000000;
font-family: 'Open Sans', Arial, Verdana;
font-weight: 400;
font-size: 14px;
line-height: 22px;
}

h2 {
font-weight: 600;
font-variant: normal;
white-space: normal;
color: #5a930f;
margin-bottom: 15px;
font-family: 'Open Sans',Arial,Verdana, serif;
}

#footer {
    color: rgba(255, 255, 255, 1);
}
#footer a, #copyrights a {
    transition: all 0.25s ease-out 0s;
    color: rgba(255, 255, 255, 1);
}
#header-links h4 {
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: right;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    outline: medium none;
    font-size: 13px;
    color: #888;
    margin: 0px;
    max-width: 100%;
    min-width: 20%;
    display: block;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 2px;
}
.sidebar h4.widget-title {
    color: rgba(228, 27, 27, 1);
    font-family: "Open Sans",Arial;
    font-size: 18px;
    margin-bottom: 20px;
}
textarea, select {
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    outline: medium none;
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
    margin: 0px;
    max-width: 100%;
    min-width: 100%;
    display: block;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 2px;
}

.submit_button {
     color: white; 
     font-size: 0px;
     width: 97px; 
     height: 32px; 
     border: none;
     margin: 0;
     padding: 0;
     background: #FFFFFF url(http://onebridgecapital.com/wp-content/uploads/2014/10/Untitled-12.png) 0 0 no-repeat;
}
textarea, select {
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    outline: medium none;
    font-size: 13px;
    color: #000;
    margin: 0px;
    max-width: 100%;
    min-width: 20%;
    display: block;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 2px;
}