/* CSS Document */

* {
margin:0;
padding:0;
} 

body{
	background-color: #f9f9f9;
	font-family: arial, Helvetica,sans-serif; 
}

/********HEADER*********/

#header {
	width: 824px;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/header-cons-near.png");
	
}
/********PAGE*********/
#apertura {
	margin-top: 25px;
	width: 824px;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/apertura.png") top no-repeat; 
}

#box {
	width: 824px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/box.png") repeat-y;
	background-repeat: repeat-y
}

#chiusura {
	width: 824px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/chiusura.png") bottom no-repeat; 
}
.button {
	width: 141px;
	height: 32px;
	background: url("../images/button.png");
	cursor: pointer;
	text-align: center;
}
.button p {margin-top: 6px; }

.button p:hover {color:#cd6b15; }

.error {
	color: red;
	font-size: 13px;
}