@charset "utf-8";
/* CSS Document */


/*******************
 * HTML TAGS       *
 *******************/

*				{ margin:0; padding:0; border:0;}
a img			{ border:0;}
html, body		{ width:100%; height:100%; 
background:#000000 url(../images/bg.jpg) no-repeat scroll center top;
color:#333333;
}
html, body, input
				{ font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:11px; color:#FFF;}

/*******************
 * STRUTTURA       *
 *******************/

#wrap			{ width:100%; padding-top:20px;}
.wrap			{ 
width:368px; 
margin:0 auto; 
background:url(../img/pattern-welcome.jpg) repeat-x 0 0;
border:6px solid #15215b;
}
.wrapLogin{ 
width:368px; 
margin:0 auto; 
background:url(../img/pattern-welcome.jpg) repeat-x 0 0;
border:6px solid #15215b;
}
.footer			{ height:46px; background:url(../img/welcome-footer-bg.gif) no-repeat 0 0;}
.footer-login			{ padding-bottom:20px;}
.foot-login{
margin:20px;
color:#FFF;
}
.box			{ position:relative; padding:0 23px;/* background:#f00;*/}

#boxWelcome{
width:250px;
height:94px;
margin-left:50px;
padding-top:20px;
}
a, a:link, a:visited, a:active
				{ color:#fff; text-decoration:none;}
a:hover	{ color:#FFF; text-decoration:underline;}

h1				{ position:absolute; top:40px; width:326px; font-size:50px; text-align:center; text-indent:-100em;}
form			{ padding-top:30px; padding-left:20px; font-size:12px;}
label			{ font-size:12px; height:5px; color:#FFF;}
input.field		{ 
	padding:6px 4px 4px 6px;
  margin:3px 0 15px 0;
  width: 315px;
  height:25px; \height:35px; he\ight:25px;
  background:url(../img/bg-welcome-field.gif) no-repeat right 0;
  border:none;
  font-size:20px; 
	color:#666;
	z-index:100;
}
.passReq		{ float:left; line-height:35px; color:#fff;}
.passReq	a	{  color:#fff;}
.submit			{ text-align:right; margin-right:24px;}
input.accedi	{color:#141a34; width:82px; height:35px; background:url(../img/btn-accedi.jpg) no-repeat 0 0; font-size:16px; overflow:hidden; cursor:pointer;}
.accedia	{
color:#141a34; 
width:82px; 
height:35px; 
background:url(../img/continua.gif) no-repeat 0 0; 
font-size:16px;
float:right;
margin-bottom:5px;
right:5px;
}
.accedi:hover	{ background-position:0 bottom;}
.hr				{ clear:both; height:2px; margin:15px; background:url(../img/bg-hr-welcome.gif) repeat-x 0 0;}
p span			{ color:#fff;}
.info			{ margin-bottom:15px; margin-left:20px; margin-right:20px; color:#FFF;}
.error			{ margin:15px; font-size:12px; text-align:center; color:#FFF;}
	
.footer			{ font-size:10px; color:#12172d;}
.footer .box	{ padding-top:15px;}
.footer strong	{ color:#FFF;}
.footer span	{}

 
