div.menu {
	/*width: 150px;
	height: 100%;*/
	background-color: #ffeeee; 
	margin-left: 20px;
	margin-top: 30px;
	padding: 20px;
	width: 150px;
	box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
div.szk4 {
	padding: 30px;
	width: 630px;
	height: auto;
        min-height: 400px;
	background-color: #ffdddd; 
	box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
div.bar {
	background-color: #dddddd; 
        }
div.menu_t{
	background-color: #ffeeee; 
}
h3.menu{
     text-align:center;
     font-size:14pt;
     margin:0px;
}
textarea{
	background-color: #ffeeee; 
	padding: 20px;
        border:0px;
	box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}