.es_caption 
{
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
text-align: center;
}
.es_msg 
{
	padding-top:5px;
	padding-bottom:5px;
	color: eee;
text-align: center;
}
.es_textbox 
{
	padding-bottom:10px;
}
.es_button 
{
	margin-top: 10px;
	opacity: 1;
	padding: 12px 27px;
	display: inline-block;
	
	color: #000000; /* Dynamic */
	font-size: 15px; /* Dynamic */
	background-color: #fff; /* Dynamic */
	
	cursor: pointer;
	line-height: 21px;

-webkit-transform-style: preserve-3d;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	
}

.es_textbox_class 
{
	width:200px;
}
.es_textbox_button 
{
	width:130px;
}
.es_lablebox
{
	padding-bottom:3px;
}