pre.debug {
  border:1px solid red;
  background-color:#000;
  color:#ff0;
  width:960px;
  padding:10px;
  font-family:Lucida Sans, Courier New;
  font-size:13px;
  text-align:left;
  margin:auto;
}
.clear {
  clear:both;
}

// FORMS

#registrati_frm {
  padding:20px!important;
}
#dati_spedizione_form {
 padding:20px;
}

#registrati_frm label {
  display:block;
  margin:0px 0px 5px 0px;
  height:25px;
}
#registrati_frm label span {
  width:200px;
  font-weight:bold;
  float:left;
  display:block;
}
#registrati_frm label input, #registrati_frm label select {
  width:200px;
  border:1px solid #cecece;
  float:left;
}

/** HELP TIP  - FINE **/
.helptip {
  color:#666;
  margin:0px 4px 0px 0px;
  text-decoration:none;
  display:block;
  float:left;
  font-weight:bold;
  cursor:help;
}
.helptip_box {
  border:1px solid black;
  z-index:10000;
  background-color:#faffa9;
  width:200px;
  position:absolute;
  color:#666;
  font-size:10px;
  padding:2px;
  font-family:verdana, sans;
}
/** HELP TIP  - FINE **/

#error_container {
  margin-bottom:1em;
  border:2px solid #ddd;
  color:red;
  clear:both;
  padding:5px 0px 10px 70px;
  background-image:url('/images/no.png');
  background-repeat:no-repeat;
  background-position:5px 5px;
  background-color:#FBE3E4;
  width:70%;
  color:#8a1f11;
  border-color:#FBC2C4;
  min-height: 70px;
  height: auto !important;
  height: 70px;
}
#error_container img{
  float:left;
}

#error_container strong {
	color: #161616!important;
}

span.req:after {
content: ' *';
}
