@CHARSET "ISO-8859-1";

body {
	color: #004489;
	padding: 20px 0px 0px 0px;
	font-family: Open Sans, Sans-Serif, Arial, Helvetica;
	font-size: 13px;
    border: 0px;
    background: #fff;
    text-align: center;
}

div {
	border: 0px;
	width: 100%;
}

div.divContenitore, div.divPrivacy {
	/*width: 1280px !important;*/
	width: 100% !important;
	margin: 0 auto;
}

div.divPrivacy {  
  position: absolute;
  bottom: 0;
}

table {
	border: 0px;
	width: 100%;
}

h1 {
  	font: 24px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  	padding: 5px 0px 5px 40px;
  	display: block;
  	margin: 5px 0px 5px 0px;
  	color: #FFF;
  	background: #3498DB;
  	text-shadow: 1px 1px 1px #949494;
  	border-radius: 5px 5px 0px 0px;
  	-webkit-border-radius: 5px 5px 0px 0px;
  	-moz-border-radius: 5px 5px 0px 0px;
  	-op-border-radius: 5px 5px 0px 0px;
  	border-bottom: 1px solid #0080cc;
  	behavior: url(/compatibility/PIE.htc);
}

h1 > span {
  	display: block;
  	font-size: 11px;
  	color: #FFF;
}

label {
    display: block;
}

label > span {
    margin-top: 10px;
    color: #5E5E5E;
}

input[type="text"], input[type="password"], select, textarea {
	width: 100%;
  	background-color: #ECF0F1;	
	font: normal 14px/14px Arial, Helvetica, Sans-Serif;
    color: #555;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px;
  	border: 2px solid #E5E5E5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
  	-moz-border-radius: 3px;
  	-o-border-radius: 3px;    
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    -ms-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    -moz-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    -o-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    transition: border .5s;
}

input[type="text"], input[type="password"], select {
  	height: 30px;
}

select {
  	line-height: 15px;
}

textarea {
	/*font-style: normal;
    font-weight: normal;*/    
	padding: 2px;
	line-height: 25px;
	height: 250px;
	min-height: 250px;
	max-height: 250px;
	max-width: 627px;
	min-width: 627px;
	overflow: auto;
}

input[type="text"], input[type="password"] {
  	line-height: 30px;
}

input[type="text"], input[type="password"], input[type="email"] {
	text-align: center;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
	border: 2px solid #3498DB;
	box-shadow: none;
}

input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid {
    color: rgb(255, 0, 0);
    background-image: url(/images/invalid.png);
    background-repeat: no-repeat;
    -moz-box-shadow: none;
}

input:required:invalid, input:focus:invalid {
    background-position: left center;
}

textarea:required:invalid, textarea:focus:invalid {
    background-position: left top;
}

input:focus:invalid.sendInvalid, textarea:focus:invalid.sendInvalid {
    border-color: #3498DB;
}

input:required:invalid.sendInvalid, textarea:required:invalid.sendInvalid {
    border-color: rgb(255, 0, 0);
}

input:required:valid {
    background-image: url(/images/valid.png);
    background-position: left center;
    background-repeat: no-repeat;
}

/************** MAIN CLASS **************/

div.divFixedHeight {
	height: 505px;
    overflow: auto;
}

div.buttonDiv {
	margin-top: 30px;
}

div.rightBottomDiv, div.centerBottomDiv {
	margin-top: 30px;
}

div.rightBottomDiv {
	text-align: right;
}

div.centerBottomDiv {
	text-align: center;
}

div.rightBottomDiv input[type="text"], div.centerBottomDiv input[type="text"] {
	width: 40px;
}

div.rightBottomDiv a, div.centerBottomDiv a {
	width: 64px;
	height: 40px;
	text-decoration: none;
	border: 1px solid #2980b9;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3498db;
	line-height: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	behavior: url(/compatibility/PIE.htc);
}

div.rightBottomDiv a:hover, div.centerBottomDiv a:hover {
	background-color: #2980b9;
}

.checkbox {
	width: 12px;
	height: 12px;
}

textarea.textareaComment {
	/*box-shadow: 2px 2px 2px 0px rgba(224, 224, 224, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;*/    
    display: inline-block;
    /*background: white;
    color: black;*/
    margin: 0px 1px 10px 10px;
    max-width: 1250px !important;
	min-width: 1250px !important;
}