#enews {
	position: relative;
	width: 281px;
	margin-top: 0px;
	padding-bottom: 5px;
	background: #f9fae3;
	text-align: left;
}

#enews p {
	margin: 0;
	padding: 4px 12px 4px 32px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#enews p.enewsHeader {
	margin: 0;
	padding: 4px 12px 4px 32px;
	background: #a19e5a;
	color: #f9fae3;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* form elements */
#enews form {
	position: relative;
	margin: 0;
	padding: 0px 12px 0 32px;
}

#enews input {
	/* display: block; */
	width: 166px;
	float: left;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #787521;
	background: #fff;
}

#enews p input {
	display: inline;
	float: none;
/*	margin: 0; */
/*	width: auto; */
}

#enews p label {
	display: inline;
	float: none;
	width: auto;
	font-size: 1em;
}

#enews label {
	/* display: block; */
	float: left;
	width: 66px;
	margin-bottom: 5px;
	text-align: left;
	color: #787521;
	font-size: 10px;
	font-family: Georgia,"Times New Roman",Times,serif;
	text-transform: uppercase;
}

#enews form br {
	clear: left;
}
	
#enews .short {
/*	margin-left: 34px; */
	width: 70px;
	font-size: 11px;
	background: #fff;
	text-transform: uppercase;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #787521;
	cursor: pointer;
}

