.es_caption {
	padding-bottom: 1em;
	padding-right: 0.5em;
}
.es_msg {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F00;
}
.es_textbox {
	padding-bottom: 10px;
}
.es_button {float: left;width: 30%;}
.es_textbox_class {
	width: 200px;
}
.es_textbox_button {
	width: 130px;
}
.es_lablebox {
	padding-bottom: 3px;
}
input#es_txt_button {
    font-size: 16px;
    font-family: 'FuturaBTHeavy';
    color: #000;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 0;
    margin-top: 0;
    border: 0;
    width: 100%;
    outline: none;
    text-transform: uppercase;
}
input#es_txt_button:hover{background-color: #fca421;}
.es_textbox {
    float: left;
    width: 70%;
}