﻿* {
	margin: 0;
	padding: 0;
	
}

body {
	width:100%;
	height:auto;
}

div#logo_small {
	float:left;
	width:450px;
	height:48px;
	padding:0px;
	background-image:url(../images/logo_small.png);
	background-repeat:no-repeat;
	background-position:center;
}

div#modulo {
	float:left;
	padding:5px;
	text-align: left;
	width: 500px;
}

.titolo {
	width:130px;
	height:24px;
	padding-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#a9398a;
	text-align:right;
	float:left;
}

.dati {
	width:300px;
	height:24px;
	padding:5px;
	text-align:left;
	float:left;
	margin-bottom:20px;
}

input {
	width:280px;
	height:24px;
	padding:4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#666;
	background-color:#FFF;
}

label.error { font-family:Arial, Helvetica, sans-serif; color: red; font-size:11px;}

