#formulari {
position:absolute;
  display: block;
  width: 420px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  left:115px;
  border: 1px solid black;
  background-color: white;
}
label {
  display: block;
  float: left;
  clear: left;
  Width: 95px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
  font-family:verdana;
  font-size:0.7em;
}
h2 {
	font-family: arial;
	font-size:1.3em;
	color:#C42430;
	margin:0;
}
input {
  margin: 0;
  padding: 2px;
  font-size: 0.7em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}
textarea {
width:273px;
  margin: 0;
  padding: 2px;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../img/enviar.gif) no-repeat left top;
  width: 120px;
  height: 40px;
  margin-left: 150px;
}

span.required{
  font-size: 0.8em !important;
  color: red !important;
}

.error {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../img/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  font-family:verdana;
  font-size:0.7em;
}

.msgSent {
  font-size: 1.1em;
  text-align: center;
}
