/* --------------------------------------- dialog ---------------------------------------   */

BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffd660;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

A, A:VISITED {
	text-decoration: none;
	color:#0c435a;
}

IMG {
	border-width: 0; 
	margin:0;
	padding:0;
}

SPAN, DIV, P {
	font-size: 11px;
	color: #900;
	margin:0;
	padding:0;
}

/*----------------------------------------------------------------------------------------------------
                                 LAYOUT (topbar)                                  
 ----------------------------------------------------------------------------------------------------*/

.topbar {
	margin: 0 auto;
	width:800px;
	background-color: #fec620;
}

.topbar p {
	font-size:14px;
	color:#900;
}

	
/*----------------------------------------------------------------------------------------------------
                                 LAYOUT (container)                                  
 ----------------------------------------------------------------------------------------------------*/

.container {
	background-color: #fec620;
	padding: 20px 0 0 0;
	margin: 0 auto;
	width:800px;
	background: url(../../images/sfondo.jpg) top no-repeat; 
}

.text_cent {
	margin-top: 220px;
}

.text_cent p {
	font-size:18px;
	line-height:24px;
	padding: 20px 0;
	}
	
.giu IMG {
	padding: 110px 15px 0 15px ;
	float:left;
	background:url(../../images/bg_img.png) no-repeat center bottom;
}

.su IMG {
	padding: 20px 15px 0 15px ;
	float:left;
	background:url(../../images/bg_img.png) no-repeat center bottom;
}

/*----------------------------------------------------------------------------------------------------
                                 LAYOUT (log)                                  
 ----------------------------------------------------------------------------------------------------*/
.footer {
	text-align:right;
	line-height: 14px;
}
/*----------------------------------------------------------------------------------------------------
                                 LAYOUT (log)                                  
 ----------------------------------------------------------------------------------------------------*/


DIV.logframe {
	width: 423px;
	margin: 40px auto;
	clear: both; 
	text-align: center;
}

DIV.logframe DIV.innercontainer {
	margin: 10px auto;
	line-height: 1.5em;
	padding: 20px 0;
	font-size: 12px; 
	width: 400px; 
	text-align: center;
}

DIV.logframe DIV.logcontainer {
	width: 400px;
	float: left;
	margin: 0 auto;
	line-height: 1.5em;
	padding: 0;
	font-weight: bold;
	font-size: 12px; 
}

DIV.logframe DIV.warnmessage {	
	color: yellow; 
	font-size: 12px; 
	margin: 0 auto;
	padding: 20px 0;
}

DIV.logframe  INPUT.typetext {
	width: 170px; 
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	color: #990000;
	border: 1px solid #fec620;
	background-color: #ffff99;
}

.dialogfoot {
	text-align: center;
	padding-top: 15px;
}

DIV.logframe  INPUT.butsub {
	padding: 1px 4px;
	background: #d2d2d2;
	background-image: url(../../images/sfondo_submit.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #333;
	font-size: 11px;
}

