@charset "utf-8";
/* CSS Document */
  input[type=file],
  textarea[name=content],
  input[type=text]{
  width: 99%;
  background:#FFF;
 }
  input[type=file],
  textarea[name=content],
  input[type=text]{
  outline: none;
  border: 1px solid  #FC6;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
 
  input[type=file],
  textarea[name=content],
  input[type=text]{
  outline: none;
  border: 1px solid #4d90fe;
  }

legend{
  color:#480FEC;
  font-size:16px;
  font-family:  "Times New Roman";
}

#name-label{
  margin-top:10px;
}

.errors{
  color:#D92F32;  
}
img {
  display: block; 
  margin: 0; 
  padding: 0;
}

#captchaField-input-label{
	margin-top: 10px;
}