/* Autor: (c) 2008 Jakub Wrobel (Flipmat)
 *************************************************************
 * 11-10-2008
 *************************************************************/ 
body{
	margin: 0px;
	background: #CCC;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 13px;
	color: #000;
}
td{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 13px;
	color: #000;
}
a{
	background: transparent;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	text-decoration: none;
	color: #03F;
}
a:hover{
	background: #FF9;
	text-decoration: none;
	color: #F00;
}
small{
	font-size: 11px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.red{
	background: #FFF;
	color: #F00;
}
.gray{
	color: #900;
}
.dark{
	color: #008000;
}
.linki{
	font-weight: bold;
}
.poletxt{
	height: 20px;
	width: 384px;
	border: 1px solid #000;
	font-size: 12px;
	font-family: Courier New,Courier,monospace;
	color: black;
	padding-left: 3px;
	background: #FFF;
} 
.comment{
	width: 782px;
	height: 160px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #555;
	border-left: 1px solid #000;
	border-right: 1px solid #555;
	font-size: 12px;
	color: black;
	padding-left: 3px;
	background: #FFF;
} 
.submit{
	width: 60px;
	height: 18px;
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #FFF;
	border: 1px solid #000;
}
