﻿/*
#background{
	float:right;
	width:100%;
	min-height:600px;
	background-image: url('../images/login/login-bg.png');
	background-position:right bottom;
	background-repeat:no-repeat;		
}

#login-area{
	width:400px;
	height:400px;
	margin-left:100px;
	margin-top:100px;	 
}

#logo{
	width:100%;
	height:100px;
	background-image:url('../images/login/logo.png');
	background-position:center center;
	background-repeat:no-repeat;	
}

#title{
	width:100%;
	height:40px;
	text-align:center;	
	font-size:1.75em;		
}

#subtitle{
	width:100%;
	height:30px;
	text-align:center;	
	color:#afafaf;
	font-size:1.50em;	
}
*/

#username{
  margin-top:5px;
  height:35px;
	margin-left:15px;
	float: left;
	width:100px;	
	text-align:center;	
}

#password{
	  margin-top:5px;
  height:35px;
	margin-left:15px;
	float: left;
	width:70%;	
	text-align:center;	
}

#codicecentro{
  margin-top:5px;
  height:35px;
	margin-left:15px;
	float: left;	
	width:70%;	
	text-align:center;	
}

.login-textbox
{
  width:180px !important;
  }

#enter{
	float:right;
	margin-top:5px;
	height:65px;
	width:25%;
}

.login-button
{
  margin-left:20px;  
  border:0px !important;
}
  
  
#history{
	width:100%;
	height:130px;	
	margin-top:80px;
}



#content {width:800px; margin:auto;}
	
#logo{width:170px; height:100px; background-image:url('../images/logo.jpg'); background-repeat:no-repeat;}
	
#box{width:100%; height:70px; background-color:#aaaaaa}
#box-line{width:100%; height:10px; background-color:#eeeeee; margin-top:2px; margin-bottom:2px;}
.label{font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;font-size:0.9em; }
	
#welcome-flash-area{ margin-left:-270px; text-align:left;width:1000px;}
	
#text-area{color:#3366ff; font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;font-size:1em;}

#footer-line{width:100%; height:15px; background-color:#eeeeee; margin-top:20px; margin-bottom:2px;}
#footer-area{width:100%; height:50px; font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size:0.7em; color:#555555; text-align:center;}
.footerbar{width:100%; height:18px; background-color:#aaaaaa}
.footerbar-left{height:18px; background-image:url('../images/footer-left.png'); background-repeat:no-repeat; background-position:left;}

.underline{text-decoration:underline;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
