@charset "UTF-8";
@import url("reset.css");
/* CSS Document */



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin: 0;
	padding: 0;
}
#newsletter {
	background-color:#000;
	height:30px;
	line-height:30px;
	color:#fff;
}
#newsletter #content_n {
	float:right;
	padding:0 50px 0 0;
	font-size:12px;
}
#newsletter .input_n {
	font-size:11px;
	border:0px solid #fff;
	/*background-color:#ccc;*/
	padding:0 5px 0 25px;
	
	width:150px;
	height:20px;
	background:url(bg-form.png) 0 0 no-repeat;
}
#newsletter .input_n:focus, #newsletter .input_n:active {
	outline-style:none;
	outline-width:0;
}
#newsletter .input_n:focus, .active {
	/*background-color:#fff;*/
	border-color:#ccc;
}
.clear{
	clear:both;
}
/* LOGIN */
#login {
	margin:0 auto;
	padding:50px 0 0 0;
	width:434px;
	font-family:inherit;
	font-size:14px;
}
.login-txt {
	border:1px solid #ccc;
	padding:5px;
	font-family:inherit;
	font-size:12px;
	color:#666;
	width:200px;
}
.login-txt:focus, .login-txt:active {
	outline-style: none;
	outline-width: 0;
}
.login-txt:focus {
	border-color:#666;
}
.label-login {
	display: block;
	padding: 0 0 5px 0;
	color: #999;
}
.field-login-user, .field-login-password {
	float: left;
	margin: 0;
}
.field-login-user {
	padding: 0 10px 0 0;
}
span.submitbox {
	width:104px;
	height:30px;
	/*line-height:30px;*/
	float:right;
	margin: 10px 0 0 0;
	/*display: inline-block;*/
	padding: 0;
}

/* LIST */

#container {
	padding:10px 0 0 0;
	width:700px;
	margin:0 auto;
	font-size:11px;
}
#header{
	height:60px;
	background:url(logo.gif) 0 0 no-repeat;
	line-height:60px;
}
#header a:link, #header a:visited {
	color: #cc0000;
	text-decoration:underline;
}
#header a:hover {
	text-decoration:none;
}
.id{
	width:35px;
	float:left;
	padding:0 5px;
}
.email {
	width:400px;
	float:left;
}
.time {
	width:200px;
	float:left;
}
.delete {
	width:55px;
	float:right;
}
.delete a:link, .delete a:visited {
	color: #cc0000;
	text-decoration:underline;
}
.delete a:hover {
	text-decoration:none;
}
.highlight{
	background-color:#ebebeb;
	height:25px;
	line-height:25px;
	
}
#titoli{
	background-color:#ccc;
	height:25px;
	line-height:25px;
}
.normal {
	height:25px;
	line-height:25px;
}
.iscritti{
	text-align:center;
	padding:30px;
}
.iscritti a:link, .iscritti a:visited {
	color:#0000cc;
	text-decoration:underline;
}
.iscritti a:hover {
	text-decoration:none;
}
#footer {
	margin:50px 0 0 0;
	padding:10px;
	border-top:1px dotted #666;
	font-size:11px;
	text-align:center;
}

