﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	line-height: 18px;
}
a{
	color: #666666;
	text-decoration: none;
}
p{font-size:12px;}
a:hover{ color:#3366FF;}

div#contenitore {
	width:795px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
	
.titoletto{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
}
.titolo{
	font-size: 14px;
	color: #3366CC;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 { color: #3366CC;
	margin: 10px;}
	
.modulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #121212;
	border: thin solid #333333;
}	
.pulsante{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #121212;
	border: thin solid #333333;
	text-transform: uppercase;
	width: 150px;
}
	
#chiud{
margin-left:auto;
margin-right:auto;
	color: #FFFFFF;
	background-color: #990000;
	border:0px;
	text-transform: uppercase;
	font-size: 10px;
	width:50px;
}
.chiud a{color: #FFFFFF;}
.chiud a:hover{
	background-color: #0066CC;
	background-repeat: no-repeat;
	display: block;
}

.submit{
	color: #FFFFFF;
	background-color: #0066CC;
	border:0px;
	text-transform: uppercase;
	font-size: 10px;
}

