﻿body { 
	margin:0; 
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#939ba4;
}

a { 
	text-decoration:underline;
	color:#606d7a;
}

a:hover { 
	text-decoration:none;
}

img {
	border:0;
}

h1 {
	margin:0;
	padding:0;
}

h2 {
	font-size:17px;
	font-weight:normal;
	display:block;
	margin:0 0 25px 10px;
	color:#606d7a;
}

h3 {
	font-size:12px;
	font-weight:normal;
	margin:0 0 5px 10px;
	color:#606d7a;
}

/* ------------------------------------------------------------------------------------------------- */
/* -------------------------------- [02] dichiarazione div di layout-------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.container {
	width:600px;
	margin:0 auto 0 auto;
	position:relative;
}
.header {
	background:url(../../Images/headerLogin.png) no-repeat bottom right;
	height:76px;
	width:600px;
	margin:24px auto 0 auto;
	position:relative;
}
.content {
	float:left;
	width:598px;
	border-left:1px solid #606d7a;
	border-right:1px solid #606d7a;
	border-bottom:1px solid #606d7a;
}

.footer {
	clear:both;
	width:600px;
	margin:0 auto 30px auto;
	text-align:center;
}

/* ------------------------------------------------------------------------------------------------- */
/* -------------------------- [03] dichiarazione classi progetto ----------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

.content h3.open a {
	background:url(../../Images/arrow_down.gif) no-repeat 0 4px;
	text-decoration:none;
	padding-left:15px;
}

.content h3.close a {
	background:url(../../Images/arrow_right.gif) no-repeat 4px 2px;
	text-decoration:none;
	padding-left:15px;
}

.footer img {
	margin-top:10px;
}

.contacts {
	width:590px;
	padding: 0 10px 20px 10px;
	line-height: 24px;
}

.header h1 {
	position:absolute;
	z-index:2;
	right:0;
	top:10px;
}

.centrato 
{
    position: fixed;
    top: 20%;
    left: 50%;
    width: 50%;
    margin: -100px 0 0 -25%;
}

.ErrorCentrato
{
     text-align:center;
     position:static;     
     margin:-15px 0 0 0;
}

.line {
	height:1px;
	width:100%;
	background:#d3d3d3;
	margin-bottom:10px;
}

.table_form {
	width:98%;
	margin:0 auto 30px auto;
}

.table_form td {
	padding:5px;
}

.login_form {
	width:100%;
	margin:0 auto 0 auto;
}

.ddlLogin 
{
    font:12px Arial, Helvetica, sans-serif;
}

.ddlLogin option
{
        width:auto;
}

.imageSurf
{
    margin-top: 10px;
    cursor: pointer;
}

input[type="text"], input[type="password"]
{
    padding: 1px 0px;
    margin: 0px 0px 0px 0px;
    border-width: 2px;
    border-style: inset;
    border-width: thin;
    text-indent: 0px;
}

input[type="text"][readonly], input[type="password"][readonly]
{
    padding: 1px 0px;
    margin: 0px 0px 0px 0px;
    border-width: 2px;
    border-style: inset;
    border-width: thin;
    text-indent: 0px;
    background-color:rgb(235, 235, 228)!important;
    border-color: #A9A9A9!important;
    color: graytext;
}