div#login{
	margin: 0 auto;
	margin-top: 10px;	
	width: 400px;
	background-color: #F5DEB3;
	padding: 30px;
	border: #d22f15 2px dotted;
}

#areaclienti{
	margin-top: 100px;	
}
div#login input[type=text], div#login input[type=password]{
	width: 240px;
	border: #d22f15 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: #d22f15;
	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: #d22f15 2px solid;
	width: 100px;
	color: #d22f15;
	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: #d22f15;
}

.msg{
	margin: 0 auto;
	margin-top: 10px;	
	width: 400px;
	background-color: #F5DEB3;
	padding: 30px;
	border: #d22f15 2px dotted;
	text-align: center;
	color: #d22f15;
	font-weight: bold;
	font-size: 16px;
}