
 .search 
{
	margin: 61px 0 0 0;
	float: right;
}
 .login
{
	float: right;
	margin: 61px 0px 1px 1px;
	width: 89px;
	height: 33px;
	background-color: #CAE5E3;
	text-align: center;
}
 .login a
{
	font-size: 11px;
	line-height: 33px;
	text-decoration: underline;
	color: #666666;
}
 .login a:hover
{
	text-decoration: none;
}
 #access 
{
	position: absolute;
	top: 60px;
	right: 0px;
	
	padding: 4px;
	text-align: right;
	color: black;
}

#access a
{
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: black;
}
#access a:hover
{
	text-decoration: underline;
}