/*======== ridefinizione stile degli elementi ============*/
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_body_login.jpg);
	color: #006699;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat-x;
}
#container_form {
	padding: 10px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: right;
	color: #006699;
	position: absolute;
	width: 305px;
	left: 301px;
	top: 336px;
	height: 239px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
.submit 
{
	background-image: url(../images/bg_pulsante.jpg);
	color: #FFFFFF;
}

input {
	background-color: #EAF7FF;
	font-weight: bold;
	color: #003366;
	font-family: "Trebuchet MS";
	font-size: 13px;
	padding-left: 5px;
	background-image: url(../images/bg_input.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98DBFC;
	border-right-color: #16AEF8;
	border-bottom-color: #069AE1;
	border-left-color: #98DBFC;
}


#header {
	background-color: #176d95;
	background-image: url(../images/hedaer_login.jpg);
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#notice_login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
	padding: 8px;
	text-align: center;
}

#container_submit input
 {
	background-image: url(/images/bg_pulsante.jpg);
	
}

/*--------- /ridefinizione stile degli elementi -----------*/
#container_login {
	width: 929px;
	height: 699px;
	margin: auto;
	background-image: url(../images/sfondo_login.jpg);
	background-repeat: no-repeat;
	position: relative;
}
