/*Append to Website CSS when verified by Michaelangelo I.*/
#epagename {
	position:absolute;
	top:67px;
	left:25px;
	z-index:2;
	width:185px;
	/*border:thin solid red;*/
}


.eutils #row2 {
	padding-top:3px;

}

.eutils {
	position:absolute;
	top:20px;
	right:0px;
	line-height:1em;
}

.eutils .search {
	float:right;
}
.eutils .search input {
	background:#fff url('../images/text-field-bg.gif') top left no-repeat;
	border:none;
	padding:3px;
	float:left;
}
.eutils .search .btn {
	background:none;
	padding:0;
	display:block;
	height:34px;
	width:75px;
	border:none;
	float:right;
	margin:-5px 0 0 0;
}


.eutils img {
	/*width:10px;
	height:10px;*/
}
.eutils a {
	color: #333;
	text-decoration:none;
}
.eutils a:visited {
	color:#343434;
	text-decoration:none;
}
.eutils a:hover, a:focus {
	background-color: transparent;
	text-decoration: underline;
	text-underline-position: under;
}
