body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.tot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C81B2;
	border-right-color: #8C81B2;
	border-bottom-color: #8C81B2;
	border-left-color: #8C81B2;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	height: 190px;
}
.titulo {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 600px;
	margin-top: 0px;
	background-color: #8C80B1;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.explicacio {
	color: #333399;
	text-align: center;
	font-size: 12px;
	float: left;
	width: 600px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8C81B2;
	height: 80px;
}
form {
	color: #8C81B2;
	font-size: 12px;
	float: left;
	width: 500px;
	margin-left: 90px;
}
.txt {
	color: #8C81B2;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 3px;
}
form input {
	float: left;
	width: 100px;
	margin-right: 10px;
	color: #8C81B2;
	margin-bottom: 20px;
}
