
div.form{
	overflow:hidden;
	width:95%;
	margin:0px auto;

	margin-top:20px;

	padding:10px;
	color:#cc0000;
}
div.form label{
	float:left;
	clear:left;
	margin-left:10px;
	margin-right:4px;
	margin-top:5px;
	width:200px;
	text-align:right;
}
div.form input[type=text], div.form input[type=password], div.form input[type=submit],div.form select{
	float:left;
}
div.form{
width:95%;
}
div.form input[type=text]{
	width:188px;
	height:18px;
	border:1px solid #939598;
	background-color:#fff;
	color:#999b9e;
	font-size:12px;

	margin-top:5px;


}

div.form input[type=password]{
	width:188px;
	height:18px;
	border:1px solid #939598;
	background-color:#fff;
	color:#999b9e;
	font-size:12px;

	margin-top:5px;
}
div.form select{
	width:188px;
	height:18px;
	border:1px solid #939598;
	background-color:#fff;
	color:#999b9e;
	font-size:12px;

	margin-top:5px;
}
div.form input[type=submit]{
	height:20px;
	border:none;
	background-color:#349f37;
	color:#fff;
	font-size:10px;
	margin-top:5px;
	margin-right:1px;
	
}

div.form label.fck{
width:100%;
text-align:center;
clear:both;
}

div.form h1{
	font-size:16px;
	margin:5px;
	text-decoration:underline;
}

div.form span.error{
	float:left;
	margin-left:5px;
	font-size:10px;
	line-height:23px;
}
div.admin_options{
	clear:right;
	overflow:hidden;
	padding:5px;
	background-color:#c4c3c5;
	border:1px solid #d4d299;

	font-size:12px;
	width:95%;

}
div.admin_options span{
	float:left;
	overflow:hidden;
}

div.admin_options ul{
	float:left;
	overflow:hidden;
}
div.admin_options ul li{
	float:left;
	list-style:none;
}
div.admin_options ul li a{
	margin-left:4px;
	float:left;
	text-decoration:none;
	color:#cc0000;
}
div.admin_options ul li a:hover{
	text-decoration:underline;
	color:#000;
}
div.modul_search{
	margin-top:5px;
	clear:right;
	overflow:hidden;
	padding:5px;
	background-color:#c4c3c5;
	border:1px solid #d4d299;
	font-size:12px;
		width:95%;

}
div.modul_search label{
	float:left;
	margin-top:5px;
	margin-left:10px;
	margin-right:4px;
}
div.modul_search input[type=text], div.modul_search input[type=submit]{
	float:left;
}

div.modul_search input[type=text]{
	width:188px;
	height:18px;
	border:1px solid #939598;
	background-color:#fff;
	color:#999b9e;
	font-size:12px;

	margin-top:5px;


}
div.modul_search input[type=submit]{
	height:20px;
	border:none;
	background-color:#349f37;
	color:#fff;
	font-size:10px;
	margin-top:5px;
	margin-right:1px;
	
}


div.modul_search h1{
	font-size:16px;
	margin:5px;
	text-decoration:underline;
}
p.valaszto{

clear:both;
}

div.lista{
	margin-top:5px;
	clear:right;
	overflow:hidden;
	padding:5px;
	background-color:#f1f1f2;
	border:1px solid #d4d5d6;
	font-size:12px;

	width:95%;
}

div.lista ul.head{
	overflow:hidden;
	background-color:#c4c3c5;
	border:1px solid #c0c099;
	padding:4px;
}
div.lista ul.head li{
	float:left;
	list-style:none;
	font-size:16px;
	color:#cc0000;
	width:30%;
}

div.lista ul.sor_sotet{
	overflow:hidden;
	background-color:#c4c3c5;
	border-bottom:1px solid #dedc99;
	padding:4px;
}
div.lista ul.sor_sotet li{
	float:left;
	list-style:none;
	font-size:12px;
	color:#cc0000;
	width:30%;
}
div.lista ul.sor_vilagos{
	overflow:hidden;
	background-color:#fff;
	border-bottom:1px solid #dedc99;
	padding:4px;
}
div.lista ul.sor_vilagos li{
	float:left;
	list-style:none;
	font-size:12px;
	color:#cc0000;
	width:30%;
}
div.lista ul.sor_sotet:hover, div.lista ul.sor_vilagos:hover{
	background-color:#ccc;
}
div.list_admin_options{
	float:right;
}
div.list_admin_options a{
	font-size:12px;
	color:#cc0000;
	text-decoration:none;
}
div.list_admin_options a:hover{
	text-decoration:underline;
}
