@charset "utf-8";
/* CSS Document */

input,textarea { 
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px;
	font-family: Tahoma;
	font-size: 0.9em;
}

div.wiersz { width: 600px; margin: 3px; min-height: 30px; background-color: #fff; float: left; clear: both; }

div.wiersz div.lewo { 
width: 200px; 
float: left; 
min-height: 30px; background-color: #fff; margin-right: 3px; padding: 5px; text-align: right; }

div.wiersz div.prawo { width: 300px; float: left; min-height: 30px; background-color: #fff; padding: 5px; }

div#formularzKontaktowy{ width: 100%; display: table; margin: 0 auto; background-color: #fff;
}

.wyslij {	border: 1px solid #000; font-size: 1.0em; background-color: #00923f; color: #fff; width: 100px;
}

.wyslij:hover {	background-color: #fff; color: #00923f;

}
