.form_wrapper_country {
    background: #ef0000;
    height: 26px;
    padding: 0 0 0 18px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.form_wrapper_country input {
    position: relative;
    top: 4px;
}
.form_wrapper_country select {
    width: 164px;
}
*+html .form_wrapper_country select {
    width: 162px;
    position: relative;
    top: 2px;
}