BODY	{
	background-color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
}

INPUT, TEXTAREA, SELECT, BUTTON	{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#666666;	
}







/* FORMULARZ */
TABLE.contact	{
	width:720px;
	/*border-collapse:collapse;*/
}
TABLE.contact td{
	padding:2px;
}
TABLE.contact .columnLeft	{
	width:100px;
}
TABLE.contact .columnRight	{
	width:500px;
}
TABLE INPUT, TEXTAREA, SELECT	{
	width:350px;
}

/* INFO - wyswietlanie komunikatow */

DIV.info	{
	width:600px;
	border:1px solid silver;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
}
DIV.info .header	{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;

}
DIV.info DIV.content	{
	font-size:11px;
	padding:10px;
	font-weight:bold;
	background-image: none;	
}

DIV.info	.header .error	{
	color:white;
	background-color: red;
	padding:5px;
}
DIV.info	.header .ok	{
	color:white;
	background-color: lime;
	padding:5px;	
}

