body {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px;
}

button#showHiddenCustomer{
    margin-left: 30px;
}

div#optional{
    margin-top: 50px;
}

div#hiddenCustomer{
    display:none;
}

#errMsg {
	width: 90%;
	height: 30px;
	margin: auto;
	margin-bottom: 15px;
}

/* Parte superiore (stile YouTube)*/ 
#header {
	position: relative;
	top:0px;
	left:0px;
	height: 50px;
	margin-bottom: 10px; 
	border-bottom: 1px solid #ccc;
}

	#topbar {           
		background: white;                  
	    top: 0px;       
	    color: #333;       
	    height: 95%;           
	    width: 95%;  
	    margin:0 auto;      
	}
	
		#logoHeader{
			float: left;
			margin-top: 5px;
			height: 90%;
			font-size: small;
		}
		
		#searchHeader{
			float: right;
			height: 100%;
			width: 50%;
			display: table;
		}
			#formSearchHeader{
				display:table-cell;
				height: 90%;
				text-align: center;
				vertical-align: middle;
			}
		
		#userHeader{
			float: right;
			height: 100%;
			width: 25%;
			font-size: 16px;
			
		}
			#userUserHeader{
				float: right;
			}
			#exitUserHeader{
				float: right;
				padding-left: 10px;
				border-left: 1px solid #686868;
				margin-left: 7px;
			}


#content {
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 95%;
	
}


/* Parte inferiore (stile facebook)*/
#footer {
	left: 0px;
	margin: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	bottom: -5px;
	height: 30px;	
}

#bottombar 
{        
    background: #e2e2e2;       
    border-top: 1px solid #ccc;       
    border-left: 1px solid #ccc;       
    border-right: 1px solid #ccc;       
    bottom: 0px;       
    color: #333;       
    height: 25px;       
    margin:0 auto;       
    width: 95%;       
    z-index: 9999; 
}

#comeback{
	float:right;
	right:0px;
	margin:0 auto;
	vertical-align:middle;
	text-align:right;
	padding:0;
	width:auto;
}



