
div#login{
	margin: 0 auto;
	margin-top: 100px;	
	width: 400px;
	background-color: #e4fbe1;
	padding: 30px;
	border: #2a9642 2px dotted;
}

div#login input[type=text], div#login input[type=password]{
	width: 240px;
	border: #2a9642 2px solid;
	margin-top: 15px;
	float: right;
	height: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div#login input[type=password]{
	margin-bottom: 60px;	
}
div#login label{
	color: #2a9642;
	font-weight: bold;
	font-size: 13px;
	margin-top: 15px;
	line-height: 30px;
	height: 25px;
	float: left;
	width: 80px;
	left: 0px;
	margin-bottom: 20px;
}

div#login input[type=submit]{
	display: block;
	clear: both;
	border: #2a9642 2px solid;
	width: 100px;
	color: #2a9642;
	font-size: 13px;
	margin: 0 auto;
	cursor: pointer;
}

div#titolo_form{
	text-align: center;
	position: top;
	font-weight: bold;
	width: 100%;	
	margin-top: -20px;
	font-size: 16px;
	margin-bottom: 20px;
	color: #2a9642;
}

.stile0{
	padding: 10px;
}

.stile1{
	color: #FF5000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.stile2{
    font-size: 13px;
    color: black;
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    background-image: url("img/download.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
}

.stile3{
    font-size: 13px;
    color: black;
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    background-position: left;
    line-height: 25px;
}

.dir{
    background-image: url("img/folder.png");
    padding-left:30px;
    background-position: left;
    background-repeat: no-repeat;
    font-weight: bold;
    cursor: pointer;
}

.subdir{
    padding-left: 20px;
    display:none;
}