<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#contentForm {
  display: block;
  width: 570px;
  margin: 5px auto;/*this line will center the page*/
  padding: 3px;
  border: 1px solid #88888A;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block !important;
  float: left !important;
  clear: left !important;
  Width: 150px !important;
  line-height: 20px !important;
  margin-bottom: 10px !important;
  margin: 5px 0 !important;
}

input, textarea, select {
  margin: 0 !important;
  padding: 2px !important;
  font-size: 1em !important;
  color: #666666 !important;
  background: #F5F5F5 !important;
  border: 1px solid #ccc !important;
  margin: 5px 0 !important;
  width: 200px;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999 !important;
  background-color: #FFFFFF !important;
}

input.button {
  cursor: pointer !important;
  border: none !important;
  font-weight: bold !important;
  background: url(../img/trimite_cerere_webdesign.jpg) no-repeat left top !important;
  width: 90px !important;
  height: 28px !important;
  margin-left: 150px !important;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: none;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
</pre></body></html>