body, html{
	margin: 0;
	padding: 0;
}

body{
	background: #ccc;
	height: 100%;
}

h1{
	margin: 0;
	width: 100%;
	padding: 10px 0;
	background: #3980BF;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px #000;
}

#tresc{
	width: 100%;
	min-height: 600px;
	background: #eee;
	padding: 50px 0 0 0;
}

table{
	margin: 0 auto;
	padding: 30px;
	background: #ddd;
	border-radius: 5px;
	box-shadow: 2px 2px #aaa;
}

table h2{
	text-align: center;
}

table td{
	padding: 5px 10px;
	font-size: 14pt;
	width: 220px;
}

table input, table select{
	font-size: 12pt;
	width: 200px;
}

table textarea{
	resize: none;
	width: 200px;
	height: 80px;
}

table input[type="submit"]{
	text-align: center;
	height: 40px;
	margin: 10px 140px;
}

.succ, .err{
	text-align: center;
	font-size: 14pt;
}

.succ{
	color: #0c0;
	text-shadow: 0.5px 0.5px #000;
}

.err{
	color: #e00;
	text-shadow: 0.5px 0.5px #000;
}