<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************
 INSERISCI IL TUO ESERCIZIO COMMERCIALE
****************************************/

#box_commerciale{
	/*margin:10px 0;*/
	padding:15px;
	/*width:450px;*/
}
.bloc_testo_inline{
	width:210px;
	color:#666;
	float:left;
	font-size:14px;
}
.bloc_inline_select{
	display:inline;
	height:22px;
	margin-left:5px;
/*	width:35%;*/
	text-shadow:1px 1px #FFFFFF;
}
#box_commerciale .bloc_testo_inline {
    color: #666666;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 8px;
    width: 230px;
	position:relative;
}
.bloc_inline{
	background-repeat:no-repeat;
/*	display:inline;*/
	height:20px;
/*	margin-left:4px;*/
/*	width:35%;*/
	text-shadow:1px 1px #FFFFFF;
}
.box_input_inline{
	float:right;
	width:50%;
	margin-top:0px;
}
.box_input{
}
.bloc_lenght{
	background-image:url("../images/sfondo.png");
	background-position:right center;
	background-repeat:no-repeat;
	display:inline-block;
	height:19px;
	width:19%;
	text-shadow:1px 1px #FFFFFF;
}
.box_input_lenght{
	float:right;
	margin-left:-4px;
	width:80%;
	margin-bottom:30px;
}
.box_input_descrizione{
    border: 1px solid #CCCCCC;
    float: right;
    height: 90px;
    margin-left: 0;
    width: 65%;
}
.bloc_descrizione{
	display:inline-block;
	width:35.3%;	
	text-shadow:1px 1px #FFFFFF;
}
.bloc_testo_descrizione, ._riquadro{
	color:#666666;
	float:left;
	font-size:14px;
	width:483px;
}
.box_input_caratteri{
    float: right;
    margin-left: -1px;
    width: 30px;
}
.bloc_caratteri{
    display: inline-block;
    float: left;
    text-shadow: 1px 1px #FFFFFF;
    width: 137px;
}
.bloc_testo_caratteri{
    color: #666666;
    float: right;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 16px;
    width: 183px;
}
#id_schede_desc_corta{
    float: left;
    margin-top: 14px;
    width: 478px;
}
#id_schede_logo{
	width:200px;
}
.box_input_carica{
	margin-left:0px;
	width:50%;
}
.bloc_carica{
	background-repeat:no-repeat;
	display:inline-block;
	text-shadow:1px 1px #FFFFFF;
	width:51%;
}
.bloc_testo_carica{
    color: #666666;
    font-size: 14px;
    margin-bottom: 13px;
    width: 570px;
}

.bloc_radio{
	text-shadow:1px 1px #FFFFFF;
}
.bloc_radio_calendario{
	width:36%;
	text-shadow:1px 1px #FFFFFF;
	margin-left:157px;
}
.bloc_testo_calendario{
	font-size:14px;
	margin-bottom:15px;
}
.no_bg_image{
	background-image:none;
}
</pre></body></html>