@charset "utf-8";
/* CSS Document */

#logbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#logbox .tablebg {
	background-color: #D7FFAE;
	border: 5px solid #690;
}
#logbox input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#logbox .tablehead {
	color: #FFF;
	background-color: #690;
}
		#loggedinbar {
				font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #D7FFAE;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #690;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #690;
	z-index:1000;
		}
		
		#loggedinbar select{
			font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
		}
		
		.post_admin {
	padding: 5px;
	float: right;
	background-color: #D7FFAE;
	border: 1px solid #690;
	margin-left: 10px;
		}
		
		.tagbox {
	float: left;
	width: 180px;
	overflow: hidden;
	position: static;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
