@charset "utf-8";
/* CSS Document */

body {
	font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #343434;
	/*background: #D9ECFF;*/
	background: #FFFFFF url(../images/sfondo.jpg) no-repeat fixed center;
	margin: 0;
	padding: 0;
}

a:link {color:#000000}      /* unvisited link */
a:visited {color:#000000}  /* visited link */
a:hover {color:#0080FF}  /* mouse over link */
a:active {color:#000000}  /* selected link */

#header_box {
	text-align:center; 
	width:900px; 
	border-left: 12px solid #0080FF; 
	border-right: 12px solid #0080FF; 
	margin: 0px auto; 
	position:relative;
}


#wrapper {
	width: 850px;
	margin: 0px auto;
	background: #FFFFFF; /*url(../images/header.jpg) no-repeat;*/
	padding: 10px 25px 25px 25px;
	border-left: 12px solid #0080FF; 
	border-right: 12px solid #0080FF; 
	border-bottom: 12px solid #0080FF; 
	position:relative;
}
h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	text-indent:-99999px;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0px 0 0px 0;
	background: #005aff url(../images/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height:33px;
	text-transform:capitalize;
	width:900px;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	background: #003597 url(../images/nav_bar_o.jpg) repeat-x;
}
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#box_content {
/*height:500px;*/
}

#content {
background: transparent url(../images/logo_sfondo.jpg) top center no-repeat;
}
h2 {
	margin: 0;
	padding: 0.5em 0;
	color:#0080FF;
	font-family:Helvetica, Arial, Sans-serif;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#000000;
	line-height:1.4em;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}

#foot {
	padding: 15px;
	color: black;
	text-align: center;
	margin: 30px 0 0 0;
	border-top:1px solid #000000;
}


.form
{
	border: 1px solid #368ef2;
	font-family: Arial, sans-serif;
	color: #000000;
	background-color: #DFEFFF;
}

label{
	float:left;
	margin:5px;
	width:150px;
	display:block;
	
}


