#header .search 
{
	margin: 61px 0 0 0;
	float: right;
}
#header .login
{
	position: absolute;
	bottom: 35px;
	right: 0px;
	margin: 61px 0px 0px 1px;
	width: 89px;
	height: 33px;
	background-color: #CAE5E3;
	text-align: center;
}
#header .login a
{
	font-size: 11px;
	line-height: 33px;
	text-decoration: underline;
	color: #666666;
}
#header .login a:hover
{
	text-decoration: none;
}
#header #access 
{
	position: absolute;
	bottom: 35px;
	right: 0px;
	background-color: #E4E4E4;
	padding: 4px;
	text-align: right;
	color: #498A8A;
}
#log_in_container
{
	font-family: Palatino, Times New Roman, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#access a
{
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color: #498A8A;
}
#access a:hover
{
	text-decoration: none;
}