* {
  	margin: 0;
  	padding: 0;
}

h1 { color: #FFF; font-size: 24px; }
h2 { color: #CCC; font-size: 20px; margin-bottom: 10px; }
h3 { margin-top: 5px; font-size: 16px; color: #F90; }
h4 { margin-top: 5px; font-size: 12px; }
p { font-size: 14px; }
p.instructions { margin: 20px 0 10px 0; color: #FFF; }

input
{
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
}
textarea { padding: 5px; }

ul {
	list-style: none;
	margin-top: 30px;
	display: block;
}

input { margin: 5px 0 30px 10px; }
input.btn
{
	padding: 5px;
	font-weight: bold;
}

h2.error {	color: #F00; border: 0px; }

#code { width: 100px; text-align: center; }

/* BODY */
body {
  	font: 76% trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*line-height: 110%;*/
  	color: #999;
  	text-align: center;
	background: #000 url(../images/mt_body_bg.jpg) bottom left repeat-x fixed;
}

#header {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	height: 110px !important;
	background: url(../images/logo_primavisione.gif) top center no-repeat;
}

#container {
	width: 900px;
	margin: 30px auto;
	text-align: center;
}

#footer
{
	width: 900px;
	margin: 0 auto;
	height: 30px;
	color: #CCC;
	font-size: 0.8em;
}

#footer p
{
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 0 15px;
}