form {
  width:100%;
  margin: 20px auto;
}

input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:20px;
  width:80%;
  min-height:30px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

input[type=submit] {
  background:none;
  padding:10px;
}

textarea {
    width: 100%;
    max-width: 400px; 
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}



.table_01 {
	width: 100%; text-align: left; margin-bottom: 20px; border-spacing: 0;
}
.table_01 th {
	border-style: solid; border-color: rgb(204, 204, 204); padding: 5px;
}
.table_01 td {
	border-style: solid; border-color: rgb(204, 204, 204); padding: 5px;
}
.table_01 th {
	background: rgba(255, 255, 255, 0.4); border: 1px dotted rgb(204, 204, 204); width: 30%; vertical-align: middle;
}
.table_01 td {
	background: rgba(255, 255, 255, 0.8); border: 1px dotted rgb(204, 204, 204); color: rgb(88, 88, 88);
}


