﻿html, body
{
    font-family: arial; 
    font-size: 11px; 
    line-height: 13px; 
	background-color:#272525;
	background-image:url(images/fondo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.TextBoxStyle
{
 height: 16px;
 border: 1px solid #B09E8D;
}
.testoConferma
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#CA0F28;
	text-decoration: underline;
}
.testo10 {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    border-bottom-color:#9E9DAF;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:#9E9DAF;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#9E9DAF;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#9E9DAF;
    border-top-style:solid;
    border-top-width:1px;
    font-weight:normal;
    height:120px;
    overflow-x:auto;
    overflow-y:auto;
    text-align:left;
    vertical-align:bottom;
    width:100%;
}
.offLine
{
        position:fixed; 
	    top:0px;
	    left:0px; 
	    height:55px; 
	    width:100%; 
	    z-index:10; 
	    background-color: Transparent;
	    /*background-image: url(images/banner_no_acquistiSfondo.gif);*/
	    font-size: large;
	    text-align:center;
	    vertical-align: middle;
	    font-family: Arial Narrow;
	    background-repeat: repeat-x;
	    color: #FFFFFF;
	    font-size: 24px;
	           
}
