.entry_form {
    margin: 0px;
    padding: 0px;
}
.entry_form td {
	padding: 0 5px;
}

.entry_form legend {
    font-size: 1em;
    color: #002742;
    font-weight: bold;
}

.entry_form fieldset {
    border: none;
}

.entry_form label {
    font-size: 1em;
    font-weight: bold;
    color: #6a6868;
}


.entry_form select,
.entry_form textarea,
.entry_form input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.entry_form input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);

}
.entry_form .error {
    padding-left: 20px;
    font-size: 12px;
    color: #EB6D59;
    font-weight: bold;
    background: url('../images/exclamation.png') no-repeat;
    background-position: left;
}

.customFieldDescription_small {
    font-size: 12px;
}

.entry_form input[type=submit].ef-primary-button{
    width: auto;
    display: inline-block;
    border-color: #006600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #006600;
}
.entry_form input[type=submit]{
    width: auto;
    display: inline-block;
    border-color: #767676;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #767676;
}
