@import url('stilebozza.css');

form {
  padding: 5px 5px 5px 5px;
  margin:10px 0 0 0;
  position: relative;
}

fieldset {
  width: 95%;
  padding: 1em;
  border: 1px outset #ddd;
 }
 
legend {
 font-weight:bold;
 font-style:normal;
 font-size:14px;
 padding:5px;
}

form p {
  width: 100%;
  line-height: 2em;
  text-align:right;
}

label {
  text-align: right;
  padding-right:0;
}

input {
  text-align: left;
  padding: 0.1em 0.5em;
  background-color: #ddd;
  color: #222;
  border: 1px outset #ddd;
  margin-left:5px;
  margin-right:10px;
}

input[type="text"], input[type="password"] {
  width:75%;
  padding: 0.1em 0.2em;
  border: 1px inset #ddd;
  background: #ddd;
  color: #000;
}

textarea{
  border: 1px inset #ddd;
  background: #ddd;
  color: #000;
  padding: 0.1em 0.2em;
  margin: 0px 10px 0px 5px;
  height: 10em;
  width: 95%
}

