#menu a {
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none
}

#menu ul {
	padding: 0 0 0 10px
}

#menu li {
	list-style: square;
	color:#FFFFFF	
	}

#menu input {
	font-size:11px;
	border:1px solid #ffffff;
	margin: 5px 0 5px 0;
	width: 130px;
	background: #FAAC59;
	color: #000000
}

#menu select {
	font-size:9px;
	border:1px solid #761447;	
	background: #9A1F62;
	color:#FFFFFF
}
#menu .button {
	font-size:10px;
	border:1px solid #761447;	
	background: #FEDBA5;
	color:#000000;
	width: 25px;
	cursor:pointer;
	font-weight:bold
}

h1 {font-size: 18px;
	font-weight: bold
}

#log input {
	background:	none;
	font-size:	10px;
	border-bottom: #ffffff 1px dotted; border-top: none; border-right: none; border-left: none;
	color:#FFFFFF;
	padding: 1px
}

#log input.belepes {
	background:	none;
	font-size: 9px;
	border: none;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#log input.belepes_on {
	background:	none;
	font-size: 9px;
	border: none;
	color:#F9A61A;
	text-decoration: none;
	font-weight: bold;
}

#log a {
	color:#FFFFFF;
	text-decoration: none;
}

#log a:hover {
	color:#F9A61A;
}


