#emf-container .emf-head-widget {
    border-bottom: none;
}

#emf-form-title {
    padding-bottom: 1em;
}

#emf-form input[type="text"], #emf-form select, #emf-form textarea {
    margin: 5px 0 0;
    padding: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.emf-input-w30 {
    width: 55px;
}

.emf-input-w40 {
    width: 60px;
}

.emf-div-field .emf-sep {
    line-height: 60px;
}

.emf-field-new_name div span {
	float: right;
	padding-right: 0 !important;
}

.emf-field-new_name div span:first-child {
	float: left;
}

#emf-container li .emf-div-field label.emf-bottom-label {
    text-align: center;
}

.emf-div-field .one_column {
    padding: 5px 0;
}

#emf-li-post-button input {
    cursor: pointer;
}

.emf-input-w20 {
width: 45px;
}

#recaptcha_placeholder div:first-child {
max-width: 100%;
}
#recaptcha_placeholder iframe {
max-width: 100% !important;
}
