.loading-el {
	background: rgba( 255,255,255,.8 ) url(../images/graphics/ajax-loader-s.gif) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

html {
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif; 
	margin:0 auto;
	padding:0;
	color: #6b6b6b;
	height:100%;
	background: #f4f4f4;
	position: relative;
	height: 100%;
	min-width: 980px;
	font-size: 12px;
}
button {
	font-size: 12px;
}
#page-container {
	top: 0;
	height: auto!important;
	height: 100%;
	min-height: 100%;
	position: relative;
	padding-bottom: 330px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 980px;
	width: 980px;
	height: auto!important;
}
.wrapper.relative {
	position: relative;
}
.block {
	display: block;
	margin: 5px 0;
}
.hidden {
	display: none;
}
pre {
	display:block;
	clear: both;
}
a {
	text-decoration: underline;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #666;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a.size14 {
	font-size: 14px;
}


strong {
	font-weight: bold;
}

h1, h2{
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

h3, h4, h5 {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight:normal;
}
h1 {
	font-size:24px;
	line-height:26px;
}

h2 {
	font-size: 22px;
	line-height: 24px;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}
h3 {
	font-size:16px;
	line-height:18px;
}
h4 {
	font-size:13px;
	line-height:15px;
}
h5 {font-size:13px;
	line-height:15px;
}
h6 {
	font-size:13px;
	line-height: 22px;
	color: #0077c2;
}
p, ul, ol, blockquote {
	line-height: 18px;
	font-size: 12px;
}

.description p {
	font: normal 11px/15px "Helvetica";
}
.description p strong{
	font-size: 12px;
	color: #434343;
}
ul, ol {
	margin: 10px 0 35px;
}
li ol, li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {
	list-style:decimal;
}

blockquote {
	font-style:italic;
	margin:25px 0 25px 0px;
	color: #626262;
	padding:10px 20px 10px 25px;
	border-left:4px solid #6b6b6b;
}
a sup {
	position: relative;
	top: 0em;
	font-size: .8em;
}
sup {
	position: relative;
	top: -0.25em;
	font-size: .8em;
}
sub {
	position: relative;
	bottom: -0.25em;
	font-size: .8em;
}


::selection {background: #f4e00b; color:black;}
::-moz-selection {background: #f4e00b; color: black;}

/* STILI GENERICI */
.small-loading {
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	color: #626262;
	background-color: rgba(127,127,127,0.8);
	margin: 0;
	height: 100%;
	z-index:9999;
	padding: 0;
	display: block;
	background: rgba(255,255,255,0.8) url(../images/graphics/ajax-loader.gif) center center no-repeat;
}
#loading {
	width: 100%;
	position:fixed;
	top:0;
	left:0;
	color: #626262;
	background-color: rgba(127,127,127,0.8);
	margin: 0;
	height: 100%;
	z-index:9999;
	padding: 0;
	display: block;
}

#loading .txt {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width: 160px;
	position:absolute;
	top:50%;
	left:50%;
	color: #626262;
	font: 25px 'Open Sans', calibri, Arial, Helvetica, sans-serif; 
	padding: 20px 20px 20px 60px;
	text-align: center;
	background: #fff url(../images/graphics/ajax-loader.gif) no-repeat 10px 15px;
	margin: 0 0 0 -120px;
	border: 4px solid #ffeb00;
	display: block;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.3);
}

label#name_label{
	position: relative;
	top: 5px;
}
form.input {
	margin-right: 20px;
}
hr {
	border: 0;
	color: #626262;
	background-color: #6b6b6b;
	height: 1px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#space {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
	height: 25px;
	clear: both;
	display: block;
}

#space2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 15px;
	clear: both;
}

#space4 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	height: 30px;
	clear: both;
}
.button-space {
	margin-top: 40px;
	padding-top: 40px;
	background-position: 0 center;
	height: 100px;
}

.clr {
	clear: both!important;
}
.centercolumn {
	margin: 0;
	clear: both;
	padding-top: 20px;
}
.centercolumn-top {
	padding-top: 20px;
}
.hide {
	display: none;
}

ul.azienda li {
	margin-bottom: 5px;
}