/*
 *** [v. 2.5] Info generali sul file:
 *
 * sito web: nevs pagine iscrizione - rimozione - login
 * data creazione: 2010.07.26
 * data ultima modifica: 2011.12.15
 *
 */


body { width:100%; background:#efefef; text-align:center; margin:0 auto; padding:0;}

body, div, p, span, td, tr, th, input, table {font:10pt  Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif; color:#333;}
.corpotesto_error, .dinamic_form_error { color: #FF3300;}
h1.titolotesto {font-size:18pt; line-height:2; color:#5c5c5c;}

img, a {margin:0; padding:0; border:0;}
br.cucu { clear:both; height:0px;}
br.br_clear { clear: left; }
br.cucu { clear:both; height:0px;}

.centrata { text-align:center; width:100%; margin:0 auto;}
.floatleft { float:left; display:inline;}
.floatright { float:right; display:inline;}

/* divs - iscrizione & rimozione */
.corpo { width:800px; margin:10px auto; text-align:center; padding:10px; background:#fff; }
	.top {width:780px; padding:10px 0;}
		/*.top_testo{ padding:10px 0;}*/
	.testo {width:780px;}
	#iscrizione {width: 780px;}
		.ok {width:360px; border:1px solid #ccc; padding:10px; margin:1em; background:#E3FBE9;}


/*.input, .bottone_small_grigio, .area_testo {border:1px solid #ccc; color:#000033;}*/


/* stili tabella */
table {border:0; margin:0; padding:0 5px; text-align:left; }
td.standard0 { width:100px;	text-align:right; }
td.standard1 { text-align:left; }
td.standard2 { background: #e0e0e0;}


/* divs login*/
.logo_login { width:450px; margin:0 auto; margin-top:100px; text-align:left; padding:0 20px; }
.corpo_login { width:450px; margin:5px auto; text-align:left; padding:20px; background:#fff; }
	.corpo_login p {color:#666; font-size:14px; font-style:italic; margin-bottom:20px;}
	td.login_label {width:200px; text-align:right; padding:5px 10px;}
	td.login_form {width:200px; text-align:left; padding:5px 10px;}
.bottom_login { width:450px; margin:0 auto; margin-top:10px; text-align:right; padding:0 20px; }
	.bottom_login p, .bottom_login a {color:#666; font-style:italic;}


/* bottoni form */
input.txtform, input.txtform:visited {border:1px solid #FF9A03; background:url(../../img/private/bg_cella.jpg) repeat-x bottom left #fff; padding:2px;}
input.txtform:focus, input.txtform:hover, input.txtform:active {background:url(../../img/private/bg_cella.jpg) repeat-x bottom left #fff; padding:2px; border: 1px solid #990000;}
.txtform_sx { margin-right:10px;}/*utilizzato in form_move.php*/
.form_bottone {border:1px solid #A54C46; background:url(../../img/private/bg_bottone.jpg) repeat-x bottom left #fff;
padding:5px; cursor:hand; cursor:pointer;}/*bottone qf*/

