.eemail_caption 
{
	float: left;
	width: 250px;
	/*color: #FFFFFF;*/
	padding-right: 10px;
	display: none;
}

.eemail_textbox 
{
float: left;
width: auto;
	
}
.eemail_button 
{
	padding-bottom:10px;
	/*padding-left:10px;*/
}
.eemail_textbox_class 
{
	width:200px;
}
.eemail_textbox_button 
{
	width:100px;
}
.eemail_textbox_class
{
	float: left;
	/*width: 234px;*/
	padding: 5px;
	color: #ababab;
	font-size: 15px;
	/*border: 0px;*/
	margin-right: 10px;
	margin-top: 3px;
}
.eemail_textbox_button
{
	float: left;
	width: 86px;
	/*height: 28px;*/
	font-size: 15px;
	color: #FFFFFF;
	font-family: impact;
	text-align: center;
	/*line-height: 28px;*/
	border: 0px;
	margin-top: 2px;
	cursor: pointer;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.49);
	background-image:url(../../../themes/ken_fordham/images/sub_btn_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.eemail_textbox_button:hover
{
color: #FFFFFF;
	text-decoration: none;
	background-position: left bottom;

}