@charset "utf-8";
/* CSS Document - FORUMLARZE */

.search_input
{
	margin-left:50px;
	border:1px;
	margin-top:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
}

.search_input:focus
{
	border-bottom:1px #9F3 solid;
}

.option /*rozwijane menu z regionem, kolorem itp*/
{
	border:1px #900 solid;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#900;
	color:#FFF;
}

.lightedit
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border:2px #CCC solid;
}

.lightedit:focus
	{
		border:2px #9F0 solid;
	}
