

/* p, h3, ul {text-align: center;} */

input, textarea , button {
  width: 100%;
  border: 1px solid #bbb;
  border-radius:3px;
  margin-bottom: 1.4em;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color: #888;
}
  
input {height: 2em; }

textarea  {height: 200px; }

div.g-recaptcha {
  margin-bottom: 1.4em;
}

fieldset {
   margin:auto;
   width:520px;
   padding:25px;
   border:1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;   
}

legend {
   font-family:Arial, sans-serif;
   font-size:1.3em;
   font-weight:bold;
   color:#444;
   font-style:italic;
}

