h3 span {
    line-height: 90%;
    font-weight: 300;
    font-size: 12px;
}
.field {
    float:left;

width: 100%;
    margin-bottom: 15px;
}
#form {
    margin-top: 15px;

}
#form label {
    font-weight: bold;
    float:left;
    padding-bottom: 0;
    margin:0;
    min-height: 23px;
    height: auto;

}
#form input {
    float:left;
    clear:left;
    margin: 0;
}
#form textarea {
    height:100px;
    width:300px;
    float:left;
    clear:left    
}
#cpca-img {
    width:100px;
    float:left;
    clear:left;
    margin-top:5px;
    margin-bottom:5px;
    
}
#form button {
    border: none;
}
