.access { 
}

.headarea .access {
	float: right;
	/*border: 1px solid #CCCCCC;
	padding: 6px;*/
	width: 198px;
}
.headarea .access h1{
	margin: 0 0 6px 0;
	padding: 0;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #CCCCCC;
	color: #CCCCCC;
	font-size: 14px;
}
.headarea .access .content h2 {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 20px;
}
.headarea .access .content p {
	margin: 6px 0 0 0;
	padding: 0;
}
div.headarea > div.access > div.content.logged > div.signout{
	margin-top: 1em;
}



.headarea .access input{
	font-size: 9px;
}

div.access > div.signout > div.actions {
	margin-top: 1em;
	text-align: center;
}
div.access > div.signout > div.actions > a {
	display: inline-block;
	padding: 4px 10px 4px 10px;
	margin: 1em;
	border: 1px solid #9A9A9A;
	background-color: #DDDDDD;
	color: #404040;
	text-decoration: none;
}
div.access > div.signout > div.actions > a:hover {
	background-color: #9A9A9A;
	color: white;
}
div.access > div.content.logged > div.actions {
	margin-top: 1em;
}

