.es_caption {
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
}
.es_msg {
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
}
.es_textbox {
	padding-bottom:10px;
}
.es_button {
	padding-top:10px;
	padding-bottom:5px;
}
.es_textbox_class {
font-weight: normal;
border-color: transparent;
border-left: none;
border-right: none;
border-bottom-color: rgba(255, 255, 255, 0.2);
padding-left: 0;
width: 100%;
height: 44px;
background-color: transparent;
font-style:italic;
outline: none;
}
.es_textbox_button {
position: absolute;
    float: left;
    width: auto;
    border: 0;
    height: 38px;
    background: url(../images/sumbit.png) center 10px no-repeat;
    padding: 11px 20px;
    border-radius: 1px;
    margin-left: -44px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.es_lablebox {
	padding-bottom:3px;
}