.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 {
    border: none;
    border: 1px solid #333333;
    font-size: 12px;
    background: #F0F0F0;
}

.entry_form input {
    border: none;
    border: 1px solid #333333;
    font-size: 12px;
    background: #F0F0F0;
}

.entry_form textarea {
    border: none;
    border: 1px solid #333333;
    font-size: 12px;
    background: #F0F0F0;
}

.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: 9px;
}
