body {
	width: 100%;
	font: 100%;
	color: #303030;
	text-align: center;
	background-color: #fff;
	font-family: "Ubuntu", Arial;
}
* {
	margin:0;
	padding:0;
}
.textbox1 {
	background:#FFFFFF url(.\img\Next_ON.png) no-repeat 4px 4px;
	padding:2px 2px 2px 2px;
	border:1px solid #CCCCCC;
	width:230px;
	height:18px;
    border-radius: 6px;
}
.button {
    background-color: #006A36; /* Green */
    border: none;
    color: white;
   /* padding: 1px 1px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
   /* float: left;*/
}
.button:hover {
    background-color: #3e8e41;
    cursor: hand;
}
/* TYPOGRAFY */
#scarica 
{
 background-color:Green;
 border-style:solid;
 color:White;
 padding: 5px 5px 5px 5px;
 text-align:center;
}

h1 {
	color: #FFFFFF;
	font-size:16px;
	text-align:center;

}
h2 {
	color: #FFFFFF;
	font-size:12px;
}
h3 {
	color: #071931;
	font-size:18px;
	padding:10px;

}
h4 {
	color: #071931;
	font-size:16px;
	padding:10px;

}
p {
	color: #303030;
	font-size:16px;
	padding:10px;

	line-height:20px
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul.a {
	list-style-type:disc;
	text-indent:5px;
	margin:10px 30px;
}
ol.b {
	list-style-type:decimal;
	text-indent:0;
	margin:10px 35px;
}

blockquote {
	background: url('http://localhost/img/quote.png') no-repeat 0 6px;
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	padding: 10px 20px 10px 45px;
}
blockquote p {
	margin-bottom: 8px;
}
blockquote.alignleft {
	margin: 10px 0px 0 0;
	width: 120px;
}
blockquote.alignright {
	margin: 10px 0 0 0px;
	width: 120px;
}
blockquote cite {
	color: #666666;
	font-size: 12px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.highlight {
	background: none repeat scroll 0 0 #FFFF99;
}
.highlight-dark {
	background: none repeat scroll 0 0 #ccc;
}
/* CONTAINER */
#container {
	position: relative;
	background-color: #fff;
}
/* HEADER */
#header {
	/*background-image: url('./img/bg-header.jpg');*/
	background-image: url('./img/sfondo_header.png');
	height: 130px;
	background-repeat:no-repeat;
	text-align:center;
	background-color:#65A222;
}
#titolo {
	/*background-image: url('./img/bg-header.jpg');*/
	float:left;
	text-align:center;
}
#logo {
	float:left;
	padding-top:10px;
	padding-left:10px;
}
#logo_cold {
	float:left;
	padding-top:10px;
	padding-left:10px;
}
#top {
	vertical-align: middle;
}
#top a {
	text-decoration:none;
}
#header h1 {
	clear: both;
	text-indent:60px;
	font-family: 'Ubuntu', arial, serif;
	color:#FFFFFF;
	padding: 46px 10px 0 0;
	font-size:28px;
}
#top p {
	clear: both;
	text-indent:60px;
	padding:0;
	color:#071931;
}
/* HOME PAGE */
.link_list_item {
	float:left;
	width:100%;
	border-bottom: 1px dotted #071931;
}
.link_list_item a {
	float:left;
	width:100%;
	text-decoration:none;
	color:#071931;
}
.link_list_item a:hover {
	float:left;
	width:100%;
	color:#FFFFFF;
	background-color:#071931;
}
.link_list_item img {
	float:left;
	border: 6px solid #f4f4f4;

	margin:15px 15px 15px 10px;
}
.link_list_item img:hover {

}
.link_list_item span {
	font-size:100%;
	font-size:20px;
	display:block;
	margin-top:10px;
}
.link_list {
	width:100%;
}
.link_list a {
	background:url('http://localhost/img/arrow.png') no-repeat right center;
	display:block;
}
/* CONTENT */
#login {
	margin: 0 auto;
	text-align:center;
}
#content {
	margin: 0 auto;
}
#content img {
	margin: 7px;
	border: 6px solid #f4f4f4;

}
#content a {
	color:#071931;
	text-decoration:underline;
}
.link ul {
	margin-top: 0px;

}
.link li {
	font-size:100%;
	font-size: medium;
	text-align: left;
	border-bottom: 1px dotted #071931;
}
.link a {
	text-align:center;
	font-size:100%;
	font-size: medium;
	color: #071931;
	display:block;
	padding: 10px;
	background-color:#f4f4f4;
	text-decoration:none;

}
.link a:hover {
	font-size:100%;
	font-size: medium;
	display:block;
	color:#FFFFFF;
	background-color:#071931;
	padding: 10px;
}
.link_img li {
	font-size: medium;
	text-align: left;
	border-bottom: 1px dotted #071931;
	padding:10px 0;
}
.link_img a {
	font-size: medium;
	color: #008bd0;
	display:block;
	padding: 10px;
}
.link_img a:hover {
	display:block;
	color:#FFFFFF;
	background-color:#008bd0;
	padding: 0 10px;
}
.link_img img {
	margin-right: 10px;
}
/* FOOTER */
#social {
	position: relative;
	padding-top: 10px;
	padding-bottom:10px;
}
#social img {
	padding: 0 5px;
}
#footer {
	position: absolute;
	width:100%;
	bottom:0;
	border-top: 5px solid #69AA22;
	background-color:#fff;
	/*background-color:Black;*/
	padding-bottom:30px;
    padding-top:30px;
	/*background-image: url('./img/bg-header-black.jpg');*/
}
#footer p {
	margin-top: 15px;
	font-size:12px;
}
#footer a {
	color:#071931;
	text-decoration:underline;
	font-weight:bold;
}

.form-login .cont-input-form {
    margin-top:100px;
}

.form-scelta .cont-input-form {
    margin-top:60px;
}

#form1 input[type="text"], #form1 input[type="password"], #form1 input[type="submit"] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:5px 10px !important;
}

.cont-input-form {
    border:1px solid #6CB023;
    padding:70px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width:500px;
    margin:0 auto;
    background-image:url('./img/sfondo_form.jpg');
    background-position:right bottom;
    background-repeat:no-repeat;
}
#box-1{
float:left;
margin:40px;
border:2px solid #84C341;
padding:0.4em;
width:300px;
height:430px;
background-color:white;
color: #900;
}
#box-2{
float:left;
margin:40px;
border:2px solid #84C341;
padding:0.4em;
width:300px;
height:430px;
background-color:white;
color: #900;
}
#box-center{
 width:  800px;
 height:  600px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
}