 h2,p,label,input{
   font-family: Arial;
}
p,label{  
   font-size: 14px;
}
fieldset{
   border: none;
}
input, textarea{
   display: block;
   width: 100%;
}

.button{
   width: 200px;
   height: 30px;
   margin: 10px auto;
}

.require{
   color: red;
   font-size: 14px;
   font-weight: bold;
}