@charset "UTF-8";
/*
table.mailform tr td textarea{
  max-width: 100%;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
}

table.mailform,table.mailform tbody,table.mailform tbody tr{
  border-spacing: 0px;
  border-collapse: collapse;
  display: block;
  width: auto;
  max-width: 100%;
}
table.mailform tr th,table.mailform tr td{
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0px;
  box-sizing: border-box;
}
table.mailform tr th{
  border: none;
  padding: 7px 5px 2px 5px;
}
table.mailform tr th p{
  display: inline-block;
}
table.mailform tr th span{
  display: inline-block;
  margin: 0px 3px;
}
table.mailform tr td{
  padding: 2px 5px 7px 5px;
}
table.mailform tr td textarea,
	table.mailform tr td input,
	table.mailform tr td select{
  max-width: 100%;
  box-sizing: border-box;
}*/

textarea{
  resize: none;
  width: 80%!important;
  background-color : #eeeeee!important;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  height: 150px!important;
  border-width : 0px;
  border-style : none;
  font-size: 100%;
}
input[type="text"]{
  width : 70%!important;
  background-color : #eeeeee!important;
  border-width : 0px;
  border-style : none;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  font-size: 100%;
}
input[type="email"]{
  width : 70%!important;
  background-color : #eeeeee!important;
  border-width : 0px;
  border-style : none;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  font-size: 100%;
}
input[type="tel"]{
  width : 70%!important;
  background-color : #eeeeee!important;
  border-width : 0px;
  border-style : none;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  font-size: 100%;
}
