body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}


div, table, p, h1, h2, form, input, select, label{
	margin: 0px;
	padding: 0px;
}

form{
	margin: 0px auto 0px auto;
	padding: 0px 0px; 
	width: 520px;
	background: url("./image/pattern-form.gif") top left repeat-y;
}

.testataForm{
	width: 500px;
	height: 98px;
	background: url("./image/testata.gif") top right no-repeat;
	padding-top: 20px;
	padding-left: 10px;
}

.testataForm .logoSamsung{
	float: left;
	width: 140px;
	padding-top: 10px;
}

.elemento{
	width: 340px;
	height: 62px;
	float: left;
	background: url("./image/elemento.png") top left no-repeat;
}

.elemento h2{
	color: white;
	font-size: 17px;
	font-family: arial;
	line-height: 54px;
}

.testataForm
.blocca{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


form p.spiega{
	width: 430px;
	margin: 10px auto;
	padding-left: 2px;
	
	padding-bottom: 20px;
	color: #33333;
	font-family: arial;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}

table.tabella01{
	background: white;
	width: 430px;
	margin-left: 20px;
	margin-top: 10px;
	margin: 0px auto;
}

table.tabella01 td{
	background: #f0f0f0;
	padding: 8px 0px;
	border-top: 1px solid white;
}

table{
	padding: 0px;
	table-layout: fixed;
	border-collapse: collapse;
	font-family: arial;
	color: #232323;
}



table tr td{
	text-align: center;
	padding: 0px;
	font-size: 12px;
	border: 0px solid red;
}

table tr td.primo{
	width: 160px;
	text-align: right;
}

table tr td h2{
	font-size: 20px;
	color: #4c548d;
	margin: 0px;
	padding: 0px 3px 0px 2px;
}



table tr td b{
	font-size: 13px;
	color: #555555;
}

table tr td input{
	border: 1px solid #c0c0c0; 
	padding: 2px;
	font-size: 12px;
	color: #232323;
	font-family: arial;
	width: 240px;
} 

.separatore{
	padding-bottom: 40px;
}

table.tabella02{
	background: #f0f0f0;
	width: 400px;
	margin-top: 40px;
	margin: 0px auto;
}


table.tabella02 tr,
table.tabella02 tr td{
	width: 400px;
}

table.tabella02 tr .tabella02_td{
	padding: 10px 15px 10px 15px;
	text-align: left;
}

table.tabella02 tr td{
	text-align: center;
	padding: 0px 15px 0px 15px;
	font-size: 11px;
	border-collapse: collapse;
	border: 1px solid white;
}

table.tabella02 tr td input{
	width: 380px;
}

table.tabella02 tr td.testoSinistra{
	text-align: center;
	padding: 15px 0px 15px 26px;
}

table tr td input#tasto{
	width: auto;
	color: white;
	background: #0077cc;
	padding: 4px 8px;
	text-align: center;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	
}

table tr td input#tasto:hover{
	background: #0164aa;	
}



table.tabella02 td.messaggio_errore b{
	color: red;
}


table.tabella02 td.bottone,
table.tabella02 td.messaggio_errore{
	padding: 10px 0px;
}

table.tabella03{
	width: 430px;
	margin-left: 20px;
	margin-top: 40px;
	margin: 0px auto;
	background: #f0f0f0;
}

table.tabella03 td{
	border: 1px solid white;
	padding: 10px 0px;
	padding-right: 10px;
}

table.tabella03 td.tdSx{
	background: #e8e8e8;
	text-align: right;
}


table.tabella03 td.tdSx-ultimo{
	background: #cee1f8;
	padding-right: 10px;
	text-align: right;
}


table.tabella03 td.tdDx-ultimo{
	background: #e3eefb;
}


table.tabella03 td.tdSx-ultimo b,
table.tabella03 td.tdDx-ultimo{
	color: #000a20;
}
table.tabella03 td.bottone{
	padding: 30x 0px 14px 0px;
	background: white;
	
}


table.tabella03 #tasto{
	margin: 0px auto;
	text-align: center;
}


.chiusura{
	width: 520px;
	margin: 0px auto;
	padding-bottom: 40px;
	background: url("./image/chiusura.gif") bottom left no-repeat;	
}

form p.testo{
	width: 460px;
	margin: 10px auto;
	padding-bottom: 10px;
	color: #33333;
	font-family: arial;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
}

form .mexok{
	color: #43a62c;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	padding-top: 15px;
}
