#translate {
    padding: 10px;
   /* background: #FFFFFF;  /**/
}

fieldset
{
width: 350px;
padding: 10px;
margin: 0 auto; text-align: center;
border: 0;
}


legend
{
padding: 2px 6px;

color: #fff;
background: #ffa20c;
border: 1px solid #781351;
}
form fieldset div, #translate div {
    clear:both;
    padding: 5px 0px 5px 0px;
}

.est-errmsg {
    clear: both;
    padding: 10px 10px 10px 40px;
    margin: 20px auto; text-align: center;
    width: 350px;
    /*height: 50px;  /**/
    /*background: url(../imgs/error_bg2.gif) no-repeat top; /**/
    /*border: 2px solid #FF8080; /**/
    background: url(../imgs/error_ico.gif) no-repeat; /**/
    background-position: 0px 5px;
    text-align: left;
    font-size: 1.4em;
    color: #800000;
}

form fieldset label
{
width: 200px;
/* height: 1.2em; */
font-size: 1.2em;
font-weight: bold;
text-align: left; /* right */
padding-top: 0px; padding-bottom: 5px;
padding-left: 0px; padding-right: 0px;
margin-right: 0.5em;
display: block;

/*background: url(../imgs/dot_cyan.gif) repeat-x center; /**/
background-position: 0px 20px;
color: #0e4baa;
float: left;
}

#translate label {
width: 120px;
font-size: 1.2em;
font-weight: bold;
text-align: left; /* right */
padding-top: 0px; padding-bottom: 5px;
padding-left: 0px; padding-right: 0px;
margin-right: 0.5em;
display: block;
color: #0e4baa;
float: left;
}

label .contenuto {
	padding: 0px 10px 0px 0px;
    display: block;
	background-color: #FFFFFF;
}

.info {
	text-align: right;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	
	color: #696969;
}

.submit input
{
margin-left: 4.5em;
}
input[type='text'], input[type='password'], textarea, select, #translate textarea
{
width: 230px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.2em;
padding-left: 5px;
	/*padding-right: 5px; padding-top: 5px; padding-bottom: 5px;*/

color: #000000;
background: #FFF url(../imgs/bg_input_text2.gif) repeat-x top;
border: 1px solid #404040; border-top: 1px solid #404040; border-bottom: 1px solid #404040; border-left: 1px solid #404040; border-right: 1px solid #404040;
}
input.checkbox0, input.radio0 { border: 0px !important; background: #FFFFFF; }

.submit0, #translate input[type='button']
{
font-size: 1.3em;
font-weight: bold;
cursor: pointer;

color: #ffffff;
background: #0889b1;
border: 1px solid #0889b1;
}
.submit0:hover, .submit1:hover
{
cursor: pointer;

color: #0889b1;
background: #84c4d8;
border: 1px solid #84c4d8;
}


.submit1
{
height: 25px;
padding-right: 10px;
width: 100%;
text-align: right;
font-size: 1.3em;
font-weight: bold;
cursor: pointer;

color: #ffffff;
background: #0889b1;
border: 1px solid #0889b1;
}

.submit2
{
padding: 0px 10px 8px 50px;
height: 34px;
display:block;
padding-left: 50px;
/*width: 100%;*/
text-align: left;
float: right;
border: 0;
font-size: 1.3em;
font-weight: bold;
cursor: pointer;

color: #ffffff;
background: #123456 url(../imgs/submit_bar_blue.gif) no-repeat left;
}
.submit2:hover
{
color: #0e4baa;
background: #654321 url(../imgs/submit_bar_cyan.gif) no-repeat left;
}

























#login_codice {
    margin: 0 auto;
    text-align: center;
    width: 455px;
    height: 350px;
}
.admin {
    height: 350px !important;
}
#login_codice .header {
    height: 36px;
    background: url(../imgs/login_codice_header.gif) no-repeat top;
    font-size: 20px;
    line-height: 32px;
    color: #FFF;
}
#login_codice .body0 {
    height: 250px;
    background: url(../imgs/login_codice_bg0.gif) repeat-y center;
}
#login_codice .body0 .body1 {
    height: 250px;
    background: url(../imgs/login_codice_bg1.gif) no-repeat bottom;
    color: #000;
}
fieldset.login_codice
{
width: 435px;  /* 455 - 20px padding */
padding: 10px;
margin: 0 auto; text-align: center;
/*border: 2px solid #E0E0E0; */
}

fieldset.login_codice .est-errmsg {
    clear: both;
    padding: 10px 10px 10px 40px;
    margin: 20px auto; text-align: center;
    width: 455px;
    /*height: 50px;  /**/
    /*background: url(../imgs/error_bg2.gif) no-repeat top; /**/
    /*border: 2px solid #FF8080; /**/
    background: url(../imgs/error_ico.gif) no-repeat; /**/
    background-position: 0px 5px;
    text-align: left;
    font-size: 1.4em;
    color: #800000;
}

fieldset.login_codice label
{
width: 100px;
/* height: 1.2em; */
font-size: 1.2em;
font-weight: bold;
text-align: left; /* right */
padding-top: 0px; padding-bottom: 5px;
padding-left: 0px; padding-right: 0px;
margin-right: 0.5em;
display: block;

/*background: url(../imgs/dot_cyan.gif) repeat-x center; /**/
background-position: 0px 20px;
color: #0e4baa;
float: left;
}
fieldset.login_codice input[type='text'], fieldset.login_codice input[type='password'], fieldset.login_codice textarea, fieldset.login_codice select
{
width: 200px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.2em;
padding-left: 5px;
    /*padding-right: 5px; padding-top: 5px; padding-bottom: 5px;*/

color: #000000;
background: #FFF url(../imgs/bg_input_text2.gif) repeat-x top;
border: 1px solid #404040; border-top: 1px solid #404040; border-bottom: 1px solid #404040; border-left: 1px solid #404040; border-right: 1px solid #404040;
}
fieldset.login_codice input.checkbox0, fieldset.login_codice input.radio0 { border: 0px !important; background: #FFFFFF; }

/* aggiunteee */
fieldset.login_codice .submit0, fieldset.login_codice #translate input[type='button']
{
font-size: 1.3em;
font-weight: bold;
cursor: pointer;

color: #ffffff;
background: #0889b1;
border: 1px solid #0889b1;
}
fieldset.login_codice .submit0:hover, fieldset.login_codice .submit1:hover
{
cursor: pointer;

color: #0889b1;
background: #84c4d8;
border: 1px solid #84c4d8;
}