body{
	margin:0;
	background-color:rgb(51,51,51);
	background-image:url('../images/background.jpg');
	background-repeat:repeat;
	text-align:center;
	color:yellow;
}
.form_error
{
  padding-left: 10px;
  color: #ff3333;
}
.center{
	width:800px;
	margin:auto;
	height:100%;
}
#content{
	width:800px;
	height:600px;
	background-image:url('../images/bg.png');
}
.left{
	text-align:left;
}
.uploadForm label{
	display:block;	
}
.button {
    border: 1px solid #006;
    background: #9cf;
}
.uploadForm{
	margin:auto;
	padding-top:20px;
	text-align:left;
	width:200px;
	border:none;
}
.taulu{
	margin-left:10px;
	margin-top:10px;
	width:780px;
	border:1px solid white;
}
.taulu th{
	color:white;
	
}
