﻿.prawa {
	width: 400px;
	text-align: right;
	vertical-align: text-top;
	padding: 20px;
	line-height: 20px;
	border-right-style: ridge;
}
.lewa {
	text-align: left;
	vertical-align: text-top;
	line-height: 20px;
	padding: 20px;
}
input {
	font-size: 15px;
	font-family: "Courier New", Courier, monospace;
	letter-spacing:1px;
	font-weight:bold;
	height: 20px;
	width: 150px;
	margin: 5px auto 0 0;
	background: #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
textarea {
	height: 100px;
	width: 200px;
	margin: 5px auto 0 0;
	background: #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
input:focus {
	background: #FFF;
	width: 250px;
}
textarea:focus {
	background: #FFF;
	width: 300px;
}
