@charset "utf-8";
/* CSS Document */

body, html	{
	margin:0px;
	padding:0px;
	border:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	}
	img	{
		margin:0px;
		padding:0px;
		border:0px;}
	a	{
		color:#660000;
		text-decoration:none;}
	a:hover	{
		color:#cc0000;
		text-decoration:underline;
		}
	h2	{
		color:#680000;
		margin:0px;
		font-size:16px;
		}
	#box	{
		border:1px solid #680000;
		width:600px;
		height:300px;
		position:absolute;
		left:50%;
		top:50%;
		margin:-150px 0 0 -300px;
		text-align:left;
	}
		#box .coldx	{
			float:right;
			width:430px;
			height:300px;
			background-image:url(images/background.jpg);
			background-repeat:no-repeat;
		}
		#box .colsx	{
			float:left;
			text-align:center;
			width:170px;
			height:300px;
			background-color:#FFFFFF;
			color:#680000;
			font-size:11px;
		}
			#box .colsx	h1	{
					font-size:11px;
					margin:0px;
					padding:0px;
					border:0px;
					font-weight:bold;
				}
				
		.account	{
			color:#680000;
			font-size:20px;
			font-style:italic;
			}
			
		input	{
			width:190px;
			color:#000000;
			border:1px solid #680000;}
		
			.bottoni	{
				width:70px;
				background-color:#680000;
				color:#FFFFFF;
				font-family:"Times New Roman", Times, serif;}
			
		