﻿/*************/
/* base-test */
/*************/
.header-test
{
	border-bottom: solid 2px #6699cc;
	text-align: right;
	padding: 5px 10px;
	width: auto;
}

.loguser-test
{
	padding-top: 3px;
	padding-left: 5px;
    line-height: 10px;
    width: auto;
}

.titolo-test h3
{
	background-color: #ccffcc; 
	border-bottom: solid 1px #66cc99; 
	padding: 0 10px; 
	font-size: 15px;
	width: auto;
}

.content-test
{
	background-repeat: no-repeat;
	background-position: center top;
	height: 450px; 
	overflow: visible;
	min-height: 450px;
	padding-left: 5px;
	width: auto;
}

*>.content-test  /*child non visto da Explorer 6-*/
{
	height: auto; 
	min-height: 450px; 
}

.footer-test
{
    text-align: right;
	border-top: solid 2px #6699cc;
	color: #003399;
	font-size: 10px;
	padding-right: 5px;
	width: auto;
}