#header {
  height:385px;
  min-height:385px;
}
  
/*#visore {
  background-repeat:no-repeat;
  background-position:left top;
}*/

#form_wrapper {
  width:100%;
  margin:30px 0px 35px 0px;
}

#form_wrapper #caption_container {
  float:left;
  width:360px;
  margin-right:70px;
}

#form_wrapper #form_container {
  float:left;
  width:560px;
}

input, textarea, .uneditable-input {
  width:350px;
}

#message_container {
  display:none;
  font-weight:bold;
  margin-top:10px;
}

.sent_request_msg {
  font-size: 28px;
  line-height: 30px;
  text-align:center;
}

.error {
  color:#FF0000;
}

.no_error {
  color:green;
}
