﻿@charset "utf-8";
/* CSS Document */
.hidden {
	display: none;
}
#sector_login {
	float: left;
	width: 250px;
}
#sector_registration {
	float: left;
	width: 400px;
	margin-left: 15px;
}
#sector_dev {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 680px;
}
hr.clear {
	clear: left;
	height: 0px;
	margin: 0px;
	border: none;
	visibility: hidden;
}
.row {
	width: 500px;
	height: 100px;
	border: #999999 thin dotted;
	margin: 10px 10px 10px 10px;
}
#secure_steps {
	margin-bottom: 10px;
	margin-top: 10px;
}
.secure_step_on {
	font-weight: bold;
	float: left;
	margin-right: 20px;
	font-size: 11px;
}
.secure_step_off {
	float: left;
	font-weight: bold;
	margin-right: 20px;
	font-size: 11px;
	color:#999999;
}
.titolo_good {
	color: #009933;
	font-size: 16px;
	font-weight: bold;
}
.titolo_bad {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}
.row_summary {
	padding: 5px 0px 5px 0px;
	border-bottom: thin dotted #999999;
}

#row_set {
	border: 1px solid #C2D5DC;
	height: 22px;
	padding: 5px;
	margin-bottom: 0px;
	background-color: #D2DFE5;
	width:490px;
	font-family:Tahoma,Verdana, Sans Serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#055A78;
	vertical-align:top;
	background-image:url(/js/dhtmlxGrid/imgs/skin_light_header.png);
	z-index:99999;
}

.client input {
	font-family:Tahoma,Verdana, Sans Serif;
	font-size:12px;
	text-align:left;

}
#esito_reg {
	padding: 35px 35px 30px 20px;
}